Package: libapt-front Version: 0.3.12 Usertags: ftbfs-gcc-4.3 Tags: patch 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. A patch for this problem is below.
--- apt-front/cache/entity/tag.h~ 2007-03-04 20:57:32.000000000 +0000 +++ apt-front/cache/entity/tag.h 2007-03-04 20:57:38.000000000 +0000 @@ -27,8 +27,9 @@ #include <tagcoll/OpSet.h> -#if 0 #include <string> + +#if 0 #include <debtags/fdecls.h> #endif --- apt-front/cache/component/history.h~ 2007-03-04 20:43:20.000000000 +0000 +++ apt-front/cache/component/history.h 2007-03-04 20:55:00.000000000 +0000 @@ -8,6 +8,7 @@ #include <apt-front/error.h> #include <deque> #include <iostream> +#include <algorithm> #ifndef CACHE_COMPONENT_HISTORY_H #define CACHE_COMPONENT_HISTORY_H -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

