#4973: building ghc7.0.1.20110217 under x86 solaris fails
----------------------------------+-----------------------------------------
Reporter: maeder | Owner:
Type: bug | Status: new
Priority: highest | Milestone: 7.0.2
Component: Compiler | Version: 7.0.1
Resolution: | Keywords:
Testcase: | Blockedby:
Difficulty: | Os: Solaris
Blocking: | Architecture: x86
Failure: Building GHC failed |
----------------------------------+-----------------------------------------
Comment(by maeder):
I could create a binary dist, but "make install" failed as follows:
{{{
/opt/csw/bin/ginstall -c -m 755 -d
"/local/home/maeder/lib/ghc-7.0.1.20110224"
for i in utils/haddock/dist/build/tmp/haddock utils/hsc2hs/dist-
install/build/tmp/hsc2hs utils/ghc-pkg/dist-install/build/tmp/ghc-pkg
utils/runghc/dist/build/tmp/runghc ghc/stage2/build/tmp/ghc-stage2; do \
/opt/csw/bin/ginstall -c -s -m 755; \
done
/opt/csw/bin/ginstall: missing file operand
Try `/opt/csw/bin/ginstall --help' for more information.
/opt/csw/bin/ginstall: missing file operand
Try `/opt/csw/bin/ginstall --help' for more information.
/opt/csw/bin/ginstall: missing file operand
Try `/opt/csw/bin/ginstall --help' for more information.
/opt/csw/bin/ginstall: missing file operand
Try `/opt/csw/bin/ginstall --help' for more information.
/opt/csw/bin/ginstall: missing file operand
Try `/opt/csw/bin/ginstall --help' for more information.
gmake[1]: *** [install_libexecs] Error 1
gmake: *** [install] Error 2
}}}
There seems to be a "$i" missing.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4973#comment:13>
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