[GHC] #7871: 7.6.3 failed to build with make -j12
GHC
cvs-ghc at haskell.org
Sat May 11 01:26:20 CEST 2013
#7871: 7.6.3 failed to build with make -j12
----------------------------------+-----------------------------------------
Reporter: nwf | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Build System | Version: 7.6.3
Resolution: fixed | Keywords:
Os: Linux | Architecture: x86_64 (amd64)
Failure: Building GHC failed | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related:
----------------------------------+-----------------------------------------
Changes (by igloo):
* status: new => closed
* difficulty: => Unknown
* resolution: => fixed
Comment:
Thanks for the report. Happily, it looks like this is already fixed in
HEAD:
{{{
$ rm libraries/bin-package-db/dist-install/build/libHSbin-package-
db-0.0.0.0-ghc7.6.3.20130421.so
$ make compiler/stage2/build/libHSghc-7.6.3.20130421-ghc7.6.3.20130421.so
===--- building phase 0
make -r --no-print-directory -f ghc.mk phase=0 phase_0_builds
make[1]: Nothing to be done for `phase_0_builds'.
===--- building phase 1
make -r --no-print-directory -f ghc.mk phase=1 phase_1_builds
make[1]: Nothing to be done for `phase_1_builds'.
===--- building final phase
make -r --no-print-directory -f ghc.mk phase=final
compiler/stage2/build/libHSghc-7.6.3.20130421-ghc7.6.3.20130421.so
$
}}}
{{{
$ rm libraries/bin-package-db/dist-install/build/libHSbin-package-
db-0.0.0.0-ghc7.7.20130510.so
$ make compiler/stage2/build/libHSghc-7.7.20130510-ghc7.7.20130510.so
[...]
"inplace/bin/ghc-stage1" [...] -o libraries/bin-package-db/dist-
install/build/libHSbin-package-db-0.0.0.0-ghc7.7.20130510.so
[...]
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7871#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list