> @dormando, results after applying your last patch:
Thank you!
> - build works on RHEL-{4,5,6} both i386 and x86_64 :)
>
> - RHEL 4 and 5 return "emulated atomics" and RHEL-6 "gcc atomics"
Even RHEL5 64bit says "emulated atomics" ? That shouldn't be :/ I did a
build test on a centos5 host and it seems to be finding 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'd found and fixed this yesterday:
https://github.com/memcached/memcached/commit/97354c326c931ca535e681e8fe3fcd53ff1b4927
> 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.
Does that actually fail the test, or just print that it's skipping them?
> Let me know if you need to test anything else.. and thanks for your help! :)
I guess I'll have to do one more patch round... is there any chance I
could get brief access to one of those machines? I don't have any RHEL
guys available, just the centos 64bit and that seems to work correctly.
RHEL5's supposed to have those atomics, and seemed to work under 64bit
before my latest patch, so I want to try a bit harder.
Thank you!
-Dormando