#3716: building ghc-6.12.0.20091121 ends with internal Haddock or GHC error
----------------------------------+-----------------------------------------
Reporter: maeder | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 6.12.1
Resolution: | Keywords:
Difficulty: | Os: Solaris
Testcase: | Architecture: x86
Failure: Building GHC failed |
----------------------------------+-----------------------------------------
Comment (by maeder):
Replying to [comment:2 duncan]:
> This should now be fixed by:
> {{{
> Thu Dec 17 01:04:21 CET 2009 Ian Lynagh <[email protected]>
> * Fix another sed problem on Solaris
> }}}
>
> Confirmation would be appreciated.
This does not fix the problem `libraries/gen_contents_index` is now wrong
even for other platforms (I think). The wrong line
{{{
VERSION=`grep -i '^version:' $LIBPATH/$NAME.cabal | sed 's/.*://'`
| tr -d ' \t'
}}}
should be replaced by:
{{{
VERSION=`grep -i '^version:' $LIBPATH/$NAME.cabal | sed 's/.*://'
| tr -d ' \t'`
}}}
(Apologies, if my previous comment was less clear)
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3716#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