Bug#565426: orc: FTBFS on hurd-i386: no code allocation backend

Pino Toscano pino at kde.org
Fri Jan 15 17:37:33 UTC 2010


Package: orc
Version: 0.4.3-2
Severity: important
Tags: patch
User: debian-hurd at lists.debian.org
Usertags: hurd

Hi,

currently[1] orc does not build on GNU/Hurd. The problem is the missing
backend for code allocation.
The attached patch fixes the issue, making use of mmap on GNU/Hurd. (It will
build, although with few tests failing.)

[1] https://buildd.debian.org/fetch.cgi?pkg=orc&arch=hurd-i386&ver=0.4.3-2&stamp=1261114308&file=log&as=raw

Thanks,
-- 
Pino
-------------- next part --------------
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,7 @@
   mingw*|pw32*|cygwin*)
     AC_DEFINE(HAVE_CODEMEM_MALLOC, 1, [Use malloc to allocate code for execution])
     ;;
-  linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*)
+  linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*|gnu*)
     AC_DEFINE(HAVE_CODEMEM_MMAP, 1, [Use mmap to allocate code for execution])
     ;;
   *)


More information about the Pkg-gstreamer-maintainers mailing list