Package: exmap Version: 0.10-2 Usertags: ftbfs-gcc-4.3 There's more, but that's because GCC changed again. There shouldn't be any other major changes now, though...
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://www.cyrius.com/journal/2007/05/10#gcc-4.3-include You can reproduce this problem with gcc-snapshot from unstable. Note that Red Hat, Novell and Ubuntu have done some work getting packages to build with GCC 4.3 so there might be patches floating around somewhere. I suggest you talk to your upstream. > Automatic build of exmap_0.10-2 on em64t by sbuild/amd64 0.53 ... > make[1]: Leaving directory `/build/tbm/exmap-0.10' > touch debian/stamp-patched > /usr/bin/make -C . CFLAGS="-g -Wall -fPIC" CXXFLAGS="-g -Wall -fPIC" > CPPFLAGS="" LDFLAGS="" build > make[1]: Entering directory `/build/tbm/exmap-0.10' > for dir in jutil src tools; do /usr/bin/make -C $dir build; done > make[2]: Entering directory `/build/tbm/exmap-0.10/jutil' > g++ -g -Wall -fPIC -c -o Pcre.o Pcre.cpp > g++ -g -Wall -fPIC -c -o jutil.o jutil.cpp > jutil.cpp: In function 'bool jutil::read_directory(const std::string&, > std::list<std::basic_string<char, std::char_traits<char>, > std::allocator<char> >, std::allocator<std::basic_string<char, > std::char_traits<char>, std::allocator<char> > > >&)': > jutil.cpp:32: error: 'strncpy' was not declared in this scope > make[2]: *** [jutil.o] Error 1 > make[2]: Leaving directory `/build/tbm/exmap-0.10/jutil' > make[2]: Entering directory `/build/tbm/exmap-0.10/src' > g++ -g -Wall -fPIC -g -Wall -I../jutil -c -o exmtool.o exmtool.cpp > exmtool.cpp:35: warning: deprecated conversion from string constant to 'char*' > exmtool.cpp:35: warning: deprecated conversion from string constant to 'char*' > exmtool.cpp:35: warning: deprecated conversion from string constant to 'char*' > exmtool.cpp:35: warning: deprecated conversion from string constant to 'char*' > exmtool.cpp:35: warning: deprecated conversion from string constant to 'char*' > exmtool.cpp:35: warning: deprecated conversion from string constant to 'char*' > exmtool.cpp: In function 'int main(int, char**)': > exmtool.cpp:46: error: 'strcmp' was not declared in this scope > make[2]: *** [exmtool.o] Error 1 > make[2]: Leaving directory `/build/tbm/exmap-0.10/src' > make[2]: Entering directory `/build/tbm/exmap-0.10/tools' -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

