Package: guile-1.8 Version: 1.8.3+1-1 Severity: important Usertags: ftbfs-gcc-4.3
Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. In GCC 4.3, the C++ header dependencies have been cleaned up. The advantage of this is that programs will compile faster. The downside is that you actually need to directly #include everything you use (but you really should do this anyway, otherwise your program won't work with any compiler other than GCC). There's some more information about this at http://gcc.gnu.org/gcc-4.3/porting_to.html You can reproduce this problem with gcc-4.3 or gcc-snapshot from unstable. > Automatic build of guile-1.8_1.8.3+1-1 on em64t by sbuild/amd64 0.53 ... > (cd .libs && x86_64-linux-gnu-gcc -g -O2 -c -fno-builtin "guileS.c") > rm -f .libs/guileS.c .libs/guile.nm .libs/guile.nmS .libs/guile.nmT > x86_64-linux-gnu-gcc -g -O2 -Wall -Wmissing-prototypes -Werror .libs/guileS.o > -o .libs/guile guile-guile.o -Wl,--export-dynamic ./.libs/libguile.so > /usr/lib/libgmp.so -lcrypt -lm /usr/lib/libltdl.so > creating guile > if [ "no" = "yes" ]; then \ > x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.. -I.. -c -o > c-tokenize.o c-tokenize.c; \ > else \ > x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g > -O2 -Wall -Wmissing-prototypes -Werror -c -o c-tokenize.o c-tokenize.c; \ > fi > cc1: warnings being treated as errors > <stdout>:1536: error: 'input' defined but not used > make[4]: *** [c-tokenize.o] Error 1 > make[4]: Leaving directory `/build/tbm/guile-1.8-1.8.3+1/libguile' > make[3]: *** [all] Error 2 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

