ANNOUNCE: GHC 6.10.2 Release Candidate 1

Ian Lynagh igloo at earth.li
Thu Mar 19 10:31:27 EDT 2009


On Thu, Mar 19, 2009 at 11:31:33AM +0100, Karel Gardas wrote:
> 
> /var/tmp/ghc-6.10.1.20090314/utils/installPackage/install-inplace/bin/installPackage
> install
> '/var/tmp/ghc-6.10.1.20090314/utils/ghc-pkg/install-inplace/bin/ghc-pkg'
> '/var/tmp/ghc-6.10.1.20090314/inplace-datadir/package.conf' ''  \
>             '/var/tmp/ghc-6.10.1.20090314/utils/haddock/install-inplace' \
>             '/var/tmp/ghc-6.10.1.20090314/utils/haddock/install-inplace' \
>             '$prefix/bin'                                     \
>             '$prefix/lib'                                     \
>             '$prefix/libexec'                                 \
>             '$prefix/dynlib'                                  \
>             '$prefix/share'                                 \
>             '$prefix/doc'                                     \
>             '$prefix/html'                                    \
>             '$prefix/haddock'                                 \
>             --distpref dist-install                            \
>             --enable-shell-wrappers
> 
> The message `internal error: error_message(28)' looks suspiciously, is
> there any Sun ar invoked behind the scene? Or isn't this message from
> the AR but coming from something else?

Try running the above command but with -v2 or -v3 appended, and it
should show you what is being run. Looks like strip is probably the
culprit.


Thanks
Ian



More information about the Glasgow-haskell-users mailing list