[Pkg-haskell-maintainers] Bug#784685: haskell-clock: FTBFS on hurd-i386
Pino Toscano
pino at debian.org
Thu May 7 18:31:49 UTC 2015
Source: haskell-clock
Version: 0.4.1.3-2
Severity: important
Tags: patch
User: debian-hurd at lists.debian.org
Usertags: hurd
Control: found -1 haskell-clock/0.4.1.3-1
Hi,
haskell-clock does not build on GNU/Hurd [1].
The problem is that code blocks specific for Mac OS X check for the
__MACH__ preprocessor symbol; this is provided on Hurd as well, since
both GNU/Hurd and Mac OS X are based on Mach microkernels.
The easy solution is to change the checks from __MACH__ to
__MACH__ && __APPLE__; patch attached for it.
[1] https://buildd.debian.org/status/fetch.php?pkg=haskell-clock&arch=hurd-i386&ver=0.4.1.3-2&stamp=1430771611
Thanks,
--
Pino
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hurd.diff
Type: text/x-diff
Size: 875 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-maintainers/attachments/20150507/ae3bc3c8/attachment.diff>
More information about the Pkg-haskell-maintainers
mailing list