After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 649667 - build failure on Debian sid for ia64
build failure on Debian sid for ia64
Status: RESOLVED INCOMPLETE
Product: beast
Classification: Other
Component: general
v0.7.x
Other Linux
: Normal major
: ---
Assigned To: Beast Maintainers
Beast Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-07 16:17 UTC by Alessio Treglia
Modified: 2011-09-30 11:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alessio Treglia 2011-05-07 16:17:31 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>
Comment 1 Tim Janik 2011-05-15 11:37:22 UTC
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
> ===================
Comment 2 Fabio Durán Verdugo 2011-07-08 03:27:50 UTC
any news for this report?
Comment 3 Akhil Laddha 2011-08-19 08:19:35 UTC
Alessio, did you find the problem with your local build system ?
Comment 4 Akhil Laddha 2011-09-30 11:55:15 UTC
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!