[buildd-tools-devel] Bug#609619: Bug#609619: schroot: FTBFS on kfreebsd-*: dchroot-dsa-session.cc:36:23: error: uuid/uuid.h: No such file or directory

Roger Leigh rleigh at codelibre.net
Tue Jan 11 00:10:06 UTC 2011


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/buildd-tools-devel/attachments/20110111/dce8b8b3/attachment.pgp>


More information about the Buildd-tools-devel mailing list