cugblbs / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

Build fail on Debian sparc #418

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build memcached with Sun Fire T2000 under Debian

What is the expected output? What do you see instead?
The build fail with:
[...]
ok 25 - binary_replace
testapp: testapp.c:725: safe_recv: Assertion `nr != 0' failed.
make[1]: *** [test] Aborted
Makefile:1482: recipe for target 'test' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_test: make -j30 test returned exit code 2
make: *** [build-arch] Error 2
debian/rules:45: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

What version of the product are you using? On what operating system?
1.4.24 on Debian sparc unstable

Please provide any additional information below.
This bug seems quite similar to 
https://code.google.com/p/memcached/issues/detail?id=404 which is about 1.4.23.

Informations on Debian sparc: https://www.debian.org/ports/sparc/
Spac build machine (for model/config): 
https://db.debian.org/machines.cgi?host=stadler

Original issue reported on code.google.com by guillaum...@gmail.com on 29 Jun 2015 at 8:56

GoogleCodeExporter commented 9 years ago
I need more information. can you get a backtrace? do the perl tests pass?
prove -v t/binary.t might be helpful. that looks like it failed on the 
binary_replaceq, but I don't have any clues as to why that'd happen.

Original comment by dorma...@rydia.net on 5 Jul 2015 at 1:06