#7708: sys/cpuset.h cannot be found on FreeBSD
--------------------------------+-------------------------------------------
Reporter: kazu-yamamoto | Owner:
Type: bug | Status: new
Priority: normal | Component: Build System
Version: 7.7 | Keywords:
Os: FreeBSD | Architecture: Unknown/Multiple
Failure: Building GHC failed | Blockedby:
Blocking: | Related:
--------------------------------+-------------------------------------------
Current "configure.ac" cannot detect "sys/cpuset.h" even if it exists on
FreeBSD 9.1:
{{{
checking sys/cpuset.h presence... yes
configure: WARNING: sys/cpuset.h: present but cannot be compiled
configure: WARNING: sys/cpuset.h: check for missing prerequisite
headers?
configure: WARNING: sys/cpuset.h: see the Autoconf documentation
configure: WARNING: sys/cpuset.h: section "Present But Cannot Be
Compiled"
configure: WARNING: sys/cpuset.h: proceeding with the compiler's result
configure: WARNING: ## -----------------------------------------------
##
configure: WARNING: ## Report this to [email protected]
##
configure: WARNING: ## -----------------------------------------------
##
checking for sys/cpuset.h... no
}}}
This is because sys/param.h should be included in the test.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7708>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
ghc-tickets mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-tickets