#3695: GHC-6.12.1-RC2-20091121 build fails when using stage-1 compiler
----------------------------------+-----------------------------------------
Reporter: jberthold | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 6.12.1 RC1
Resolution: fixed | Keywords:
Difficulty: | Os: Solaris
Testcase: | Architecture: sparc
Failure: Building GHC failed |
----------------------------------+-----------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => fixed
Comment:
The
{{{
/bin/sh: syntax error at line 1: `;'
}}}
problem was fixed by
{{{
Tue Dec 1 12:59:27 GMT 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.
}}}
As other people have successfully compiled 6.12.1 on Sparc/Solaris, I am
optimistically assuming the other problem is also fixed. If not, please
reopen the ticket.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3695#comment:1>
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