Package: pathfinder Version: 0.2.4-4 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. GCC 4.4 cleaned up some more C++ headers. You always have to #include headers directly and cannot rely for things to be included indirectly. You can reproduce this problem with gcc-snapshot from unstable. > Automatic build of pathfinder_0.2.4-4 on em64t by sbuild/amd64 0.53 ... > make[3]: Entering directory `/build/tbm/pathfinder-0.2.4' > [ 48%] Building CXX object x509path/CMakeFiles/x509path.dir/wvx509path.o > In file included from /build/tbm/pathfinder-0.2.4/x509path/wvx509path.cc:10: > /build/tbm/pathfinder-0.2.4/x509path/wvx509path.h:37: error: 'uint32_t' has > not been declared > /build/tbm/pathfinder-0.2.4/x509path/wvx509path.cc:74: error: 'uint32_t' has > not been declared > make[3]: *** [x509path/CMakeFiles/x509path.dir/wvx509path.o] Error 1 > make[3]: Leaving directory `/build/tbm/pathfinder-0.2.4' > make[2]: *** [x509path/CMakeFiles/x509path.dir/all] Error 2 --- x509path/wvx509path.cc~ 2008-11-08 19:39:52.000000000 +0000 +++ x509path/wvx509path.cc 2008-11-08 19:40:04.000000000 +0000 @@ -6,6 +6,7 @@ * This library is covered by the LGPL v2.1 or later, please read LICENSE for details. */ +#include <stdint.h> #include <wvstrutils.h> #include "wvx509path.h" #include "wvx509policytree.h" -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]