Package: schroot Severity: important Version: 1.1.6-1 Tags: patch User: [EMAIL PROTECTED] Usertags: kfreebsd
Hi, the current version fails to build on GNU/kFreeBSD. It needs one line fixup, see bellow. It would also be nice if you can ask upstream to include this changes. Thanks in advance Petr --- schroot-1.1.6.orig/sbuild/sbuild-util.h +++ schroot-1.1.6/sbuild/sbuild-util.h @@ -557,7 +557,7 @@ stat::check_mode (mode_bits mask) const { check(); - return (status.st_mode & mask) == mask; + return (stat::mode_bits(status.st_mode) & mask) == mask; } } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]