#2485: Installed ghci wrapper refers to nonexistent file
-----------------------+----------------------------------------------------
    Reporter:  judah   |       Owner:          
        Type:  bug     |      Status:  new     
    Priority:  normal  |   Component:  Compiler
     Version:  6.9     |    Severity:  normal  
    Keywords:          |    Testcase:          
Architecture:  x86     |          Os:  MacOS X 
-----------------------+----------------------------------------------------
 After running `make install` on HEAD, I cannot run the wrapper script for
 `ghci`.    The other wrappers (`ghc`, `runghc`, etc.) seem to work fine.

 (For reference, I configured using `--prefix=$HOME/tmp/ghc-stage`)

 {{{
 $ ~/tmp/ghc-stage/bin/ghc
 ghc: no input files
 Usage: For basic information, try the `--help' option.

 $ ~/tmp/ghc-stage/bin/ghci
 /Users/judah/tmp/ghc-stage/bin/ghci: line 4: /Users/judah/tmp/ghc-
 stage/lib/ghc-6.9.20080730/ghc-6.9.20080730: No such file or directory
 /Users/judah/tmp/ghc-stage/bin/ghci: line 4: exec: /Users/judah/tmp/ghc-
 stage/lib/ghc-6.9.20080730/ghc-6.9.20080730: cannot execute: No such file
 or directory

 $ ls -d ~/tmp/ghc-stage/lib/ghc-6.9.20080730/ghc*
 /Users/judah/tmp/ghc-stage/lib/ghc-6.9.20080730/ghc
 /Users/judah/tmp/ghc-stage/lib/ghc-6.9.20080730/ghc-asm
 /Users/judah/tmp/ghc-stage/lib/ghc-6.9.20080730/ghc-pkg
 /Users/judah/tmp/ghc-stage/lib/ghc-6.9.20080730/ghc-prim-0.1
 /Users/judah/tmp/ghc-stage/lib/ghc-6.9.20080730/ghc-split
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2485>
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

Reply via email to