[GHC] #7708: sys/cpuset.h cannot be found on FreeBSD
GHC
cvs-ghc at haskell.org
Mon Feb 25 23:59:16 CET 2013
#7708: sys/cpuset.h cannot be found on FreeBSD
---------------------------------+------------------------------------------
Reporter: kazu-yamamoto | Owner:
Type: bug | Status: patch
Priority: normal | Milestone:
Component: Build System | Version: 7.7
Keywords: | Os: FreeBSD
Architecture: Unknown/Multiple | Failure: Building GHC failed
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
Comment(by ezyang):
I think probably people want to test the patch independently and make sure
it works, but I don't have a BSD box handy for that :(
Question about a hunk:
{{{
+AC_CHECK_HEADERS([sys/cpuset.h], [], [],
+[[#if HAVE_SYS_PARAM_H
+# include <sys/param.h>
+#endif
+]])
}}}
What is going on here?
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7708#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list