Package: xorp Version: 1.5-6 User: [EMAIL PROTECTED] Usertags: ftbfs-gcc-4.4 Tags: patch
Your package fails to build with the upcoming GCC 4.4. Version 4.4 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. I fixed the problem like this: grep -l '^#ident' -r . > ~/x for i in `cat ~/x`; do perl -pi -e "s/^#ident/\/\//" $i ; done You can reproduce this problem with gcc-snapshot from unstable. > Automatic build of xorp_1.5-6 on em64t by sbuild/amd64 0.53 ... > x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -g -Werror -W > -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual > -Wmissing-declarations -Wpointer-arith -Wcast-align -Wstrict-prototypes > -Wnested-externs -pipe -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c > -fPIC -DPIC -o debug.o > debug.c:16:2: error: #ident is a deprecated GCC extension > make[4]: *** [debug.lo] Error 1 > make[4]: Leaving directory `/build/tbm/xorp-1.5/libxorp' -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

