#7705: iOS patch no 4: correct options for hsc2hs by stage
------------------------------+---------------------------------------------
Reporter: StephenBlackheath | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Blockedby:
Blocking: | Related:
------------------------------+---------------------------------------------
Currently hsc2hs gets the same options for every stage. We need this
refined for iOS.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7705>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
#7728: ghc-pkg does not build
--------------------------------+-------------------------------------------
Reporter: jstolarek | Owner:
Type: bug | Status: new
Priority: normal | Component: ghc-pkg
Version: 7.6.2 | Keywords:
Os: Linux | Architecture: Unknown/Multiple
Failure: Building GHC failed | Blockedby:
Blocking: | Related:
--------------------------------+-------------------------------------------
I am experiencing build errors with HEAD. Steps to reproduce:
{{{
git clone http://darcs.haskell.org/ghc.git ghc-working
cd ghc-working/
./sync-all get
perl boot
./configure
make
}}}
Build process terminates with an error:
{{{
utils/ghc-pkg/Main.hs:881:3:
No instance for (Bin.Binary (InstalledPackageInfo_ String))
arising from a use of `writeBinaryFileAtomic'
Possible fix:
add an instance declaration for
(Bin.Binary (InstalledPackageInfo_ String))
In the first argument of `catchIO', namely
`writeBinaryFileAtomic
filename (map convertPackageInfoOut (packages db))'
...
}}}
I'm using GHC 7.6.2.20130129 for bootstrapping. I'm stuck with development
because of this :/
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7728>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
#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 glasgow-haskell-bugs(a)haskell.org
##
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