Package: readahead-list Version: 1:0.20050517.0220-2 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 readahead-list_1:0.20050517.0220-2 on em64t by > sbuild/amd64 0.53 ... > Making all in src > make[3]: Entering directory `/build/tbm/readahead-list-0.20050517.0220/src' > if g++ -DHAVE_CONFIG_H -I. -I. -I.. -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wall -g -O2 -Wall -W -MT > filelist-order.o -MD -MP -MF ".deps/filelist-order.Tpo" -c -o > filelist-order.o filelist-order.cxx; \ > then mv -f ".deps/filelist-order.Tpo" ".deps/filelist-order.Po"; else > rm -f ".deps/filelist-order.Tpo"; exit 1; fi > filelist-order.cxx:55: warning: deprecated conversion from string constant to > 'char*' > filelist-order.cxx:56: warning: deprecated conversion from string constant to > 'char*' > filelist-order.cxx:57: warning: deprecated conversion from string constant to > 'char*' > filelist-order.cxx:77: warning: deprecated conversion from string constant to > 'char*' > filelist-order.cxx:88: warning: 'typedef' was ignored in this declaration > filelist-order.cxx:97: warning: type qualifiers ignored on function return > type > filelist-order.cxx:111: warning: type qualifiers ignored on function return > type > filelist-order.cxx:112: warning: type qualifiers ignored on function return > type > filelist-order.cxx:113: warning: type qualifiers ignored on function return > type > filelist-order.cxx:114: warning: type qualifiers ignored on function return > type > filelist-order.cxx:115: warning: type qualifiers ignored on function return > type > filelist-order.cxx:116: warning: type qualifiers ignored on function return > type > filelist-order.cxx:117: warning: type qualifiers ignored on function return > type > filelist-order.cxx:118: warning: type qualifiers ignored on function return > type > filelist-order.cxx:119: warning: type qualifiers ignored on function return > type > filelist-order.cxx:120: warning: type qualifiers ignored on function return > type > filelist-order.cxx:121: warning: type qualifiers ignored on function return > type > filelist-order.cxx:122: warning: type qualifiers ignored on function return > type > filelist-order.cxx:123: warning: type qualifiers ignored on function return > type > filelist-order.cxx:124: warning: type qualifiers ignored on function return > type > filelist-order.cxx:128: warning: type qualifiers ignored on function return > type > filelist-order.cxx:129: warning: type qualifiers ignored on function return > type > filelist-order.cxx:130: warning: type qualifiers ignored on function return > type > filelist-order.cxx:131: warning: type qualifiers ignored on function return > type > filelist-order.cxx:132: warning: type qualifiers ignored on function return > type > filelist-order.cxx:133: warning: type qualifiers ignored on function return > type > filelist-order.cxx:134: warning: type qualifiers ignored on function return > type > filelist-order.cxx:135: warning: type qualifiers ignored on function return > type > filelist-order.cxx:136: warning: type qualifiers ignored on function return > type > filelist-order.cxx:137: warning: type qualifiers ignored on function return > type > filelist-order.cxx:138: warning: type qualifiers ignored on function return > type > filelist-order.cxx:139: warning: type qualifiers ignored on function return > type > filelist-order.cxx:140: warning: type qualifiers ignored on function return > type > filelist-order.cxx:141: warning: type qualifiers ignored on function return > type > filelist-order.cxx:143: warning: type qualifiers ignored on function return > type > filelist-order.cxx: In function 'void skel_command_msg_exit(FILE*, char*, > unsigned char)': > filelist-order.cxx:336: error: 'exit' was not declared in this scope > filelist-order.cxx: In function 'void process_opts(int, char**)': > filelist-order.cxx:552: error: 'exit' was not declared in this scope > filelist-order.cxx:557: warning: deprecated conversion from string constant > to 'char*' > filelist-order.cxx: At global scope: > filelist-order.cxx:56: warning: 'program_header' defined but not used > filelist-order.cxx:57: warning: 'program_id' defined but not used > make[3]: *** [filelist-order.o] Error 1 > make[3]: Leaving directory `/build/tbm/readahead-list-0.20050517.0220/src' -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

