tags 609619 + patch thanks On Tue, Jan 11, 2011 at 12:49:40AM +0100, Cyril Brulebois wrote:
> your package no longer builds on kfreebsd-*: > | CXX dchroot-dsa-session.o > | ../../../../bin/dchroot-dsa/dchroot-dsa-session.cc:36:23: error: > uuid/uuid.h: No such file or directory > | make[4]: *** [dchroot-dsa-session.o] Error 1 > > Full build logs: > https://buildd.debian.org/status/package.php?p=schroot Thanks, I'll sort it out ASAP (tomorrow now). Looks like it's a single instance of the header being included outside of include guards. It's not used in that file any more (confined to sbuild-util.cc nowadays), so can be removed: diff --git a/bin/dchroot-dsa/dchroot-dsa-session.cc b/bin/dchroot-dsa/dchroot-dsa-session.cc index 32a70fa..7fe4027 100644 --- a/bin/dchroot-dsa/dchroot-dsa-session.cc +++ b/bin/dchroot-dsa/dchroot-dsa-session.cc @@ -33,8 +33,6 @@ #include <boost/format.hpp> -#include <uuid/uuid.h> - using std::cout; using std::endl; using sbuild::_; Regards, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/ `- GPG Public Key: 0x25BFB848 Please GPG sign your mail.
signature.asc
Description: Digital signature