[Buildd-tools-devel] Bug#465972: schroot: FTBFS on GNU/kFreeBSD (one line fixup needed)

Petr Salinger Petr.Salinger at seznam.cz
Fri Feb 15 17:42:33 UTC 2008


Package: schroot
Severity: important
Version: 1.1.6-1
Tags: patch
User: glibc-bsd-devel at lists.alioth.debian.org
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;
    }

  }






More information about the Buildd-tools-devel mailing list