Package: fakeroot Version: 1.8.4 Severity: important Tags: patch fakeroot fails to build on kfreebsd-amd64 as it tries to build the 32-bit version of fakeroot, without build-depending on gcc-multilib.
The small patch below fixes the problem. --- debian//control.orig 2007-11-16 13:39:57.000000000 +0100 +++ debian/control 2007-11-16 13:40:09.000000000 +0100 @@ -1,7 +1,7 @@ Source: fakeroot Section: utils Priority: optional -Build-Depends: sharutils, gcc-multilib [amd64 i386 powerpc s390 sparc], lib64c-dev [i386 powerpc s390 sparc], lib32c-dev [amd64 kfreebsd-amd64 ppc64] +Build-Depends: sharutils, gcc-multilib [amd64 i386 kfreebsd-amd64 powerpc s390 sparc], lib64c-dev [i386 powerpc s390 sparc], lib32c-dev [amd64 kfreebsd-amd64 ppc64] Maintainer: Clint Adams <[EMAIL PROTECTED]> Standards-Version: 3.7.2 -- System Information: Debian Release: lenny/sid Architecture: kfreebsd-amd64 (x86_64) Kernel: kFreeBSD 6.2-1-em64t-p4 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages fakeroot depends on: ii libc0.1 2.6.1-6 GNU C Library: Shared libraries fakeroot recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

