Package: coreutils
Version: 8.5-1
Severity: serious
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The test fails because it doesn't pass $CFLAGS to the compiler. The attached
patch fixes this, so the test is skipped as expected.
- -- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (102, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 3.0.1+
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages coreutils depends on:
ii libacl1 2.2.51-3
ii libattr1 1:2.4.46-3
ii libc6 2.13-21
ii libselinux1 2.1.0-1
coreutils recommends no packages.
coreutils suggests no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFOeZ3cWoGvjmrbsgARAoAaAKC3sjcitG2rLWdqQaBgaqfx9h7wKQCeLnzD
GgkVrA/LeTR9R1udCx1lhuU=
=dJHv
-----END PGP SIGNATURE-----
diff -up -ru coreutils-8.13.orig/tests/misc/seq-long-double coreutils-8.13/tests/misc/seq-long-double
--- coreutils-8.13.orig/tests/misc/seq-long-double 2011-07-28 12:38:27.000000000 +0200
+++ coreutils-8.13/tests/misc/seq-long-double 2011-09-21 09:40:41.000000000 +0200
@@ -33,7 +33,7 @@ int foo[sizeof (long double) - sizeof (d
"run this test only with glibc"
#endif
EOF
-$CC -c long.c \
+$CC $CFLAGS -c long.c \
|| skip_ \
'this test runs only on systems with glibc and long double != double'