08:16:58 GMT hi 19:22:15 GMT Hello, I have redis runing inside a container, it oftently stops I checked logs and saw https://gist.github.com/diegoaguilar/35d8258c8e2cd68b284b027c94744725 19:28:41 GMT diegoaguilar: nothing bad in that log 19:32:26 GMT not a clue why could be failing? 19:45:23 GMT I don't know how it is failing :) 20:54:20 GMT hi everyone! i'm unable to build 3.2.8 on RHEL 7.3 20:54:38 GMT the linker complains about symbols not found, specifically those in jemalloc 20:57:09 GMT zmalloc.h:55:2: error: #error "Newer version of jemalloc required" 20:58:11 GMT i get this error if i clean and don't manually build jemalloc, but a linker error if i manually build jemalloc first 21:04:50 GMT when i 'make -C deps jemalloc' the output claims jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000 21:04:58 GMT maybe that's the reason it thinks this 21:14:17 GMT hm, this seems to be fixed with a correct VERSION file (or re-downloading jemalloc directly from github itself, and building that) 21:16:53 GMT so the release notes say jemalloc was reverted 21:17:02 GMT did that happen hastily, breaking jemalloc in deps/ ? 21:17:03 GMT https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES 21:26:55 GMT ah, nevermind.. i'm going back to 3.2.6 because that compiles fine 21:37:00 GMT buildfailed: actually 3.2.8 should build as well. did you download a fresh copy and `make` it? 21:37:22 GMT If yes and it _still_ fails you should open a ticket. 3.2.8 was exactly pushed to fix this compile bug 21:45:52 GMT badboy_: i think it fails b/c of environment variables i have set. I cleared from PATH and LD_LIBRARY_PATH anything locally installed (so it's just system paths) and it builds 21:46:05 GMT based on what you said, that's what i concluded