El 18/01/12 19:04, dormando escribió:
Closer... Can you try the attached patch against 1.4.11? could've sworn
I'd tested the other path, but I guess not :(
I added some prints at the bottom that should print something to STDERR
when started in the foreground:
$ ./memcached
USING GCC ATOMICS
Any chance you could give me the output from each of your platforms as
well as the build test results? I'm a little worried that rhel-6 i386
should be using real atomics, but I haven't figured that out for sure yet.
Also, are you running 'make test' on these platforms? I'm curious if 'make
test' actually passes on all of the 32bit machines.
@dormando, results after applying your last patch:
- build works on RHEL-{4,5,6} both i386 and x86_64 :)
- RHEL 4 and 5 return "emulated atomics" and RHEL-6 "gcc atomics"
- make test finish OK in all x86_64 servers, but on i386
"t/slabs_reassign" fails on all RHEL releases, outputs:
* RHEL-4 = https://gist.github.com/1639453
* RHEL-5 = https://gist.github.com/1639368
* RHEL-6 = https://gist.github.com/1639412
I have also removed t/whitespace.t because I was getting this error and
Git is installed in all servers:
fatal: not a git repository
all skipped: skipping tests probably because you don't have git.
Let me know if you need to test anything else.. and thanks for your help! :)
Santi