Ticket #2942 (closed bug: worksforme)
witten/ghc-6.10.1-powerpc-apple-darwin.tar.bz2: make install fails on case-sensitive file system
| Reported by: | thorkilnaur | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10.2 |
| Component: | None | Version: | 6.10.1 |
| Keywords: | Cc: | ||
| Operating System: | MacOS X | Architecture: | powerpc |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
The make install of the binary distribution http://www.haskell.org/ghc/dist/6.10.1/witten/ghc-6.10.1-powerpc-apple-darwin.tar.bz2 (see http://www.haskell.org/ghc/download_ghc_6_10_1.html) for PPC Max OS X 10.5 (Leopard) fails on a case-sensitive file system with this error message:
make -C haddock install
/Volumes/tn18_HD_1/Users/thorkilnaur/tn/GHC/witten_ghc-6.10.1-powerpc-apple-darwin/ghc-6.10.1/dist/utils/installPackage/install-inplace/bin/installPackage install \
'/Volumes/tn18_HD_1/Users/thorkilnaur/tn/GHC/witten_ghc-6.10.1-powerpc-apple-darwin/ghc-6.10.1/dist/utils/ghc-pkg/dist-install/build/ghc-pkg/ghc-pkg' \
'/Volumes/tn18_HD_1/Users/thorkilnaur/tn/install/ghc-6.10.1/lib/ghc-6.10.1/package.conf' \
'' '/Volumes/tn18_HD_1/Users/thorkilnaur/tn/install/ghc-6.10.1' \
'/Volumes/tn18_HD_1/Users/thorkilnaur/tn/install/ghc-6.10.1' '/Volumes/tn18_HD_1/Users/thorkilnaur/tn/install/ghc-6.10.1/bin' '/Volumes/tn18_HD_1/Users/thorkilnaur/tn/install/ghc-6.10.1/lib/ghc-6.10.1' \
'/Volumes/tn18_HD_1/Users/thorkilnaur/tn/install/ghc-6.10.1/lib/ghc-6.10.1' '' '/Volumes/tn18_HD_1/Users/thorkilnaur/tn/install/ghc-6.10.1/lib/ghc-6.10.1' \
'/Volumes/tn18_HD_1/Users/thorkilnaur/tn/install/ghc-6.10.1/share/doc/ghc' '/Volumes/tn18_HD_1/Users/thorkilnaur/tn/install/ghc-6.10.1/share/doc/ghc' '' \
--distpref dist-install \
--enable-shell-wrappers
Installing library in
/Volumes/tn18_HD_1/Users/thorkilnaur/tn/install/ghc-6.10.1/lib/ghc-6.10.1/haddock-2.3.0
Installing executable(s) in
/Volumes/tn18_HD_1/Users/thorkilnaur/tn/install/ghc-6.10.1/bin
installPackage: dist-install/build/haddock/haddock: copyFile: does not exist (No such file or directory)
make[2]: *** [install] Error 1
make[1]: *** [install.haddock] Error 2
make: *** [install] Error 2
As a work-around, I created the following symbolic link:
thorkil-naurs-mac-mini:/Volumes/tn18_HD_1/Users/thorkilnaur/tn/GHC/witten_ghc-6.10.1-powerpc-apple-darwin/ghc-6.10.1/dist thorkilnaur$ ls -l utils/haddock/dist-install/build/haddock lrwxr-xr-x 1 thorkilnaur 501 7 Jan 12 23:31 utils/haddock/dist-install/build/haddock -> Haddock thorkil-naurs-mac-mini:/Volumes/tn18_HD_1/Users/thorkilnaur/tn/GHC/witten_ghc-6.10.1-powerpc-apple-darwin/ghc-6.10.1/dist thorkilnaur$
With this link, the make install succeeds.
Thanks and best regards Thorkil
Change History
Note: See
TracTickets for help on using
tickets.
