Ticket #2211 (closed bug: invalid)
Installing latest GHC-6.8.2 stable: pwd with floating point exception
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.12 branch |
| Component: | Compiler | Version: | 6.10.1 |
| Keywords: | Floating point exception | Cc: | ghc@… |
| Operating System: | Linux | Architecture: | x86 |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
I tried to install
http://www.haskell.org/ghc/dist/stable/dist/ghc-6.8.2.20080410-i386-unknown-linux.tar.bz2
on Kubuntu. It was reported to be build properly:
http://www.haskell.org/pipermail/cvs-ghc/2008-April/041915.html
but I get:
/tmp/ghc-6.8.2.20080410> ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu Which we'll further canonicalise into: i386-unknown-linux checking for path to top of build tree... configure: error: cannot determine current directory
From other reports I got to know that this might have to do with the custom 'pwd' of ghc installation. Indeed I get:
/tmp/ghc-6.8.2.20080410> ./utils/pwd/pwd Floating point exception
Change History
Note: See
TracTickets for help on using
tickets.
