#3683: could not build ghc-6.12.0.20091121 under solaris
----------------------------------+-----------------------------------------
Reporter: maeder | Owner: igloo
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Build System | Version: 6.12.1 RC1
Resolution: fixed | Keywords:
Difficulty: | Os: Solaris
Testcase: | Architecture: Unknown/Multiple
Failure: Building GHC failed |
----------------------------------+-----------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in HEAD and 6.12 by:
{{{
Tue Dec 1 04:59:27 PST 2009 Ian Lynagh <[email protected]>
* Avoid running empty for loops; fixes trac #3683
Solaris's sh gives
/bin/sh: syntax error at line 1: `;' unexpected
when faced with something like
for x in ; do ...; done
Patch from Christian Maeder.
}}}
{{{
Tue Dec 1 05:36:09 PST 2009 Ian Lynagh <[email protected]>
* Delay expansion of some makefile variables until they are available
}}}
The second patch should fix the #3708 problem too.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3683#comment:15>
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