Package: fakeroot
Version: 1.18-1
Severity: serious
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
The problem is in upstream commit:
Support tartest on Darwin and FreeBSD
where the group of root is "wheel" not "root"
The Debian GNU/kFreeBSD uses the same group name as Debian GNU/Linux,
so please apply fixes as shown bellow.
Many thanks
Petr
--- a/test/compare-tar
+++ b/test/compare-tar
@@ -4,6 +4,8 @@
SYSNAME="`uname -s 2>/dev/null`"
case x"$SYSNAME" in
+ x*kFreeBSD*)
+ ;;
x"Darwin")
ROOTGROUP=wheel
;;
--- a/test/tartest
+++ b/test/tartest
@@ -19,6 +19,8 @@
SYSNAME="`uname -s 2>/dev/null`"
case x"$SYSNAME" in
+ x*kFreeBSD*)
+ ;;
x"Darwin")
ROOTGROUP=wheel
;;
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]