Re: [GHC] #2485: Installed ghci wrapper refers to nonexistent file

2008-08-26 Thread GHC
#2485: Installed ghci wrapper refers to nonexistent file
--+-
 Reporter:  judah |  Owner:  igloo  
 Type:  bug   | Status:  closed 
 Priority:  normal|  Milestone:  6.10.1 
Component:  Compiler  |Version:  6.9
 Severity:  normal| Resolution:  fixed  
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  MacOS X   |  
--+-
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Thanks for the report; now fixed.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2485: Installed ghci wrapper refers to nonexistent file

2008-08-10 Thread GHC
#2485: Installed ghci wrapper refers to nonexistent file
--+-
 Reporter:  judah |  Owner:  igloo  
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone:  6.10.1 
Component:  Compiler  |Version:  6.9
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  MacOS X   |  
--+-
Changes (by igloo):

  * milestone:  => 6.10.1

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2485: Installed ghci wrapper refers to nonexistent file

2008-08-10 Thread GHC
#2485: Installed ghci wrapper refers to nonexistent file
--+-
 Reporter:  judah |  Owner:  igloo  
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone: 
Component:  Compiler  |Version:  6.9
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  MacOS X   |  
--+-
Changes (by igloo):

  * owner:  => igloo
  * difficulty:  => Unknown

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #2485: Installed ghci wrapper refers to nonexistent file

2008-08-04 Thread GHC
#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: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs