[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#651103: fakeroot: FTBFS on hurd-i386 due to tests of a version not yet supported



Source: fakeroot
Version: 1.18.2-1
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hello,

fakeroot FTBFS on GNU/Hurd during tests of the faked-sysv script and
faked-sysv binary. Since SysV IPC is not yet supported, there is not
much idea to perform the tests for that version. All 10 *-tcp tests pass
without problems.


diff
-ur ./fakeroot-1.18.2/debian/rules ./fakeroot-1.18.2.modified/debian/rules
--- ./fakeroot-1.18.2/debian/rules	2011-12-01 05:16:15.000000000 +0100
+++ ./fakeroot-1.18.2.modified/debian/rules	2011-12-05
20:53:02.000000000 +0100
@@ -45,7 +45,9 @@
 
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+ifeq (,$(findstring hurd, $(DEB_HOST_ARCH_OS)))
 	cd obj-sysv && $(MAKE) check
+endif
 	cd obj-tcp && $(MAKE) check
 endif
 endif






Reply to: