Package: debtags Version: 1.7.3 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 debtags_1.7.3 on em64t by sbuild/amd64 0.53 ... > g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/tagcoll-2.0.7 > -I/usr/include/boost-1_33_1/ -DSCRIPTDIR=\"/usr/share/debtags\" -g -Wall > -O2 -c -o debtags.o debtags.cc > debtags.cc: In member function 'bool SubstringTagMatcher::operator()(const > ept::debtags::Facet&)': > debtags.cc:157: error: 'strcasestr' was not declared in this scope > debtags.cc:159: error: 'strcasestr' was not declared in this scope > debtags.cc:161: error: 'strcasestr' was not declared in this scope > debtags.cc: In member function 'bool SubstringTagMatcher::operator()(const > ept::debtags::Tag&)': > debtags.cc:172: error: 'strcasestr' was not declared in this scope > debtags.cc:174: error: 'strcasestr' was not declared in this scope > debtags.cc:176: error: 'strcasestr' was not declared in this scope > In file included from debtags.cc:1287: > /usr/include/tagcoll-2.0.7/tagcoll/TextFormat.tcc: In function 'void > tagcoll::textformat::parse(tagcoll::input::Input&, OUT)': > /usr/include/tagcoll-2.0.7/tagcoll/TextFormat.tcc:141: warning: suggest > explicit braces to avoid ambiguous 'else' > /usr/include/tagcoll-2.0.7/tagcoll/TextFormat.tcc: In member function > 'tagcoll::textformat::PatchAssembler<OUT>& > tagcoll::textformat::PatchAssembler<OUT>::operator=(const std::pair<_U1, > _U2>&)': > /usr/include/tagcoll-2.0.7/tagcoll/TextFormat.tcc:187: warning: suggest > explicit braces to avoid ambiguous 'else' > /usr/include/tagcoll-2.0.7/tagcoll/TextFormat.tcc: In member function > 'tagcoll::textformat::PatchBuilder<ITEM, TAG, ITEMSER, TAGSER>& > tagcoll::textformat::PatchBuilder<ITEM, TAG, ITEMSER, > TAGSER>::operator=(const std::pair<_U1, _U2>&)': > /usr/include/tagcoll-2.0.7/tagcoll/TextFormat.tcc:248: warning: suggest > explicit braces to avoid ambiguous 'else' > make[3]: *** [debtags.o] Error 1 > make[3]: Leaving directory `/build/tbm/debtags-1.7.3/tools' -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]