Package: stone Version: 2.3.c-2 Severity: important Tags: patch The build log in stone_2.3-1_hurd-i386
http://experimental.debian.net/fetch.php?&pkg=stone&ver=2.3-1&arch=hurd-i386&stamp=1154810389&file=log&as=raw seems that stone has an FTBFS bug on GNU/Hurd. The cause of this bug is "error: sys/prctl.h: No such file or directory". This is similar to #374771, "FTBFS on GNU/kFreeBSD". To fix this bug, please apply the following patch: ---- --- stone-2.3.c-2/debian/rules +++ stone-2.3.c/debian/rules @@ -10,10 +10,10 @@ DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) -ifeq (kfreebsd,$(DEB_HOST_ARCH_OS)) - EXTRA_FLAGS=-UPRCTL -UUSE_EPOLL +ifeq (linux,$(DEB_HOST_ARCH_OS)) + EXTRA_FLAGS= else - EXTRA_FLAGS="" + EXTRA_FLAGS=-UPRCTL -UUSE_EPOLL endif build: build-stamp ---- Thanks, -- Tatsuya Kinoshita
pgpkN94t690xK.pgp
Description: PGP signature