#3683: could not build ghc-6.12.0.20091121 under solaris
----------------------------------+-----------------------------------------
Reporter: maeder | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 6.12.1 RC1
Resolution: | Keywords:
Difficulty: | Os: Solaris
Testcase: | Architecture: Unknown/Multiple
Failure: Building GHC failed |
----------------------------------+-----------------------------------------
Comment (by maeder):
"gmake -d" did not reveal anything
{{{
...
Reading makefile `utils/unlit/ghc.mk' (search path) (no ~ expansion)...
Reading makefile `utils/unlit/dist/build/.depend' (search path) (no ~
expansion)...
/bin/sh: syntax error at line 1: `;' unexpected
/bin/sh: syntax error at line 1: `;' unexpected
...
}}}
However, this error is gone if I change in mk/config.mk SHELL from /bin/sh
to /bin/bash
{{{
SHELL = /bin/bash
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3683#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs