GNOME Bugzilla – Bug 649667
build failure on Debian sid for ia64
Last modified: 2011-09-30 11:55:15 UTC
Hi, beast 0.7.4 failed to build on Debian unstable for ia64. An excerpt of the buildlog follows: make check-TESTS check-local make[5]: Entering directory `/build/buildd-beast_0.7.4-1-ia64-qozsoL/beast-0.7.4/bse/tests' TEST: lt-misctests GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) aborting... /bin/bash: line 5: 3983 Aborted ${dir}$tst FAIL: misctests TEST: lt-filtertest GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) aborting... /bin/bash: line 5: 4007 Aborted ${dir}$tst FAIL: filtertest TEST: lt-testfft GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) aborting... /bin/bash: line 5: 4031 Aborted ${dir}$tst FAIL: testfft TEST: lt-testcxx GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) aborting... /bin/bash: line 5: 4055 Aborted ${dir}$tst FAIL: testcxx TEST: lt-subnormals GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) aborting... /bin/bash: line 5: 4079 Aborted ${dir}$tst FAIL: subnormals TEST: lt-loophandle GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) aborting... /bin/bash: line 5: 4103 Aborted ${dir}$tst FAIL: loophandle TEST: lt-blocktests Running Default Block Ops: [-] BlockFill: [----] BlockCopy: [-----] BlockAdd: [----] BlockSub: [----] BlockMul: [----] BlockScale: [----] BlockRange: [----------------------------------------] BlockSquareSum: [*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--] TEST: lt-blocktests GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) aborting... /bin/bash: line 5: 4127 Aborted ${dir}$tst FAIL: blocktests TEST: lt-resamplehandle Resampler C API (FPU): [*-] Resampler Delay Compensation (FPU): [*-*-*-*-*-*-*-*-*-*-] Resampler State Length Info (FPU): [------] ResampleHandle-Up08S (FPU): [---*-*-*-] ResampleHandle-Dn08S (FPU): [---*-*-*-] ResampleHandle-Up12S (FPU): [---*-*-*-] ResampleHandle-Dn12S (FPU): [---*-*-*-] ResampleHandle-Up16S (FPU): [---*-*-*-] ResampleHandle-Dn16S (FPU): [---*-*-*-] ResampleHandle-Up20S (FPU): [---*-*-*-] ResampleHandle-Dn20S (FPU): [---*-*-*-] ResampleHandle-Up24S (FPU): [---*-*-*-] ResampleHandle-Dn24S (FPU): [---*-*-*-] TEST: lt-resamplehandle GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) aborting... /bin/bash: line 5: 4151 Aborted ${dir}$tst FAIL: resamplehandle TEST: lt-firhandle GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) aborting... /bin/bash: line 5: 4175 Aborted ${dir}$tst FAIL: firhandle =================== 9 of 9 tests failed =================== make[5]: *** [check-TESTS] Error 1 make[4]: *** [check-am] Error 2 make[5]: Leaving directory `/build/buildd-beast_0.7.4-1-ia64-qozsoL/beast-0.7.4/bse/tests' make[4]: Leaving directory `/build/buildd-beast_0.7.4-1-ia64-qozsoL/beast-0.7.4/bse/tests' make[3]: *** [check-recursive] Error 1 make[3]: Leaving directory `/build/buildd-beast_0.7.4-1-ia64-qozsoL/beast-0.7.4/bse/tests' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/build/buildd-beast_0.7.4-1-ia64-qozsoL/beast-0.7.4/bse' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/build/buildd-beast_0.7.4-1-ia64-qozsoL/beast-0.7.4' dh_auto_test: make -j1 check returned exit code 2 make: *** [build] Error 29 The full buildlog is available here: <https://buildd.debian.org/status/fetch.php?pkg=beast&arch=ia64&ver=0.7.4-1&stamp=1304773484>
Hi, it looks like something in your build is severly broken. The build log shows that all tools produce a warning: GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) The tests are just making warnings fatal. You need to investigate your build system on why 2952 is an unknown user id, maybe you have glibc bug as well there or somethings missing from passwd/shadow? (In reply to comment #0) > Hi, > > beast 0.7.4 failed to build on Debian unstable for ia64. > > An excerpt of the buildlog follows: > > make check-TESTS check-local > make[5]: Entering directory > `/build/buildd-beast_0.7.4-1-ia64-qozsoL/beast-0.7.4/bse/tests' > TEST: lt-misctests > > GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) > aborting... > /bin/bash: line 5: 3983 Aborted ${dir}$tst > FAIL: misctests > TEST: lt-filtertest > > GLib-WARNING **: getpwuid_r(): failed due to unknown user id (2952) > aborting... > /bin/bash: line 5: 4007 Aborted ${dir}$tst [...] > =================== > 9 of 9 tests failed > ===================
any news for this report?
Alessio, did you find the problem with your local build system ?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!