Package: ttyload
Version: 0.5-4
Severity: serious
Justification: FTFBS: hangs buildd indefinitely until killed
Hi,
Your package was identified during a whole-archive rebuild
as having a broken build-arch target. To reproduce, run
debian/rules build-arch
You'll see that it ends up running ttyload indefinitely:
dh build-arch
dh_testdir -a
dh_auto_configure -a
dh_auto_build -a
make[1]: Entering directory `/tmp/ttyload-0.5'
ln -s FreeBSD arch/Darwin
ln -s FreeBSD arch/Isilon-OneFS
ln -s `uname -s | sed -e 's/ /-/g'` arch/thisarch
make archtest ttyload ARCH=`uname -s | sed -e 's/ /-/g'`
make[2]: Entering directory `/tmp/ttyload-0.5'
gcc -pedantic -Wall -I${PWD:-.} -I${PWD:-.}/arch/Linux -I${PWD:-.}/arch/default
-g -DVERSION='"'`cat Version`'"' -o arch/Linux/getload.o -c
arch/Linux/getload.c
gcc -pedantic -Wall -I${PWD:-.} -I${PWD:-.}/arch/Linux -I${PWD:-.}/arch/default
-g -DVERSION='"'`cat Version`'"' -o arch/Linux/terminfo.o -c
arch/Linux/terminfo.c
gcc -pedantic -Wall -I${PWD:-.} -I${PWD:-.}/arch/Linux -I${PWD:-.}/arch/default
-g -DVERSION='"'`cat Version`'"' -o archtest.o -c archtest.c
gcc -pedantic -Wall `./ldflags` -o archtest arch/Linux/getload.o
arch/Linux/terminfo.o archtest.o
touch ttyload.c
gcc -pedantic -Wall -I${PWD:-.} -I${PWD:-.}/arch/Linux -I${PWD:-.}/arch/default
-g -DVERSION='"'`cat Version`'"' -o ttyload.o -c ttyload.c
ttyload.c:60:7: warning: string length ‘623’ is greater than the length ‘509’
ISO C90 compilers are required to support [-Woverlength-strings]
gcc -pedantic -Wall `./ldflags` -o ttyload arch/Linux/getload.o
arch/Linux/terminfo.o ttyload.o
make[2]: Leaving directory `/tmp/ttyload-0.5'
make[1]: Leaving directory `/tmp/ttyload-0.5'
dh_auto_test -a
make[1]: Entering directory `/tmp/ttyload-0.5'
make archtest ttyload ARCH=`uname -s | sed -e 's/ /-/g'`
make[2]: Entering directory `/tmp/ttyload-0.5'
make[2]: `archtest' is up to date.
make[2]: `ttyload' is up to date.
make[2]: Leaving directory `/tmp/ttyload-0.5'
./ttyload -i 1
ravenclaw 0.15, 0.09, 0.07 5:01:49 ttyload, v0.5
0.25
0.24
0.24
0.23
0.22
0.22
0.21
0.20
0.20
0.19
0.18
0.18
0.17
0.16 *****
0.16 *
0.15
0.14
0.14
0.13
0.12
0.11
0.11
0.10
0.09 ******
0.09
0.08
0.07 ******
0.07
0.06
0.05
0.05
0.04
0.03
0.03
0.02
0.01
0.01
0.00
Legend:
1 min: *, 5 min: *, 15 min: *
1&5 same: *, 1&15: *, 5&15: *, all: *
^Cmake[1]: *** [test] Interrupt
dh_auto_test: make -j1 test died with signal 2
make: *** [build-arch] Error 29
Suggested change:
diff -urN ttyload-0.5/debian/rules ttyload-0.5.fixed/debian/rules
--- ttyload-0.5/debian/rules 2009-12-19 18:02:47.000000000 +0000
+++ ttyload-0.5.fixed/debian/rules 2011-06-25 15:06:32.370860947 +0100
@@ -25,7 +25,11 @@
touch $@
-build: build-stamp man
+build: build-indep build-arch
+
+build-indep:
+
+build-arch: build-stamp man
install: build
# target: install
@@ -72,7 +76,7 @@
%:
dh $@
-.PHONY: build install man
+.PHONY: build-indep build-arch build install man
.PHONY: binary-indep binary-arch binary
# End of file
Regards,
Roger
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (550, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]