Re: Installation Problem GHC 6-6

2007-07-22 Thread Thorkil Naur
Hello,

Can you tell us exactly which package you have attempted to install? That 
would be very useful, thanks. Also, if you could make the exact sequence of 
commands used and the output somehow available, that would also help a lot to 
figure out what has happened.

(A quick shot at a possible solution would be to say "sudo make install" 
rather than just "make install" to install as root. Unfortunately, the error 
messages you quote don't really indicate that lack of permissions is the 
problem, so I am not really sure that this suggestion would work.)

Thanks and best regards
Thorkil

On Thursday 19 July 2007 22:41, Cornelius Nevrinceanu wrote:
> 
>   Hello:
> 
>   I tried to install GHC 6-6 on my Mac PowerBook G4, under system  
> 10.4.10. I followed the instructions that came with the download. The  
> "Makefile" phase seemed to work correctly however "make install" did  
> not find things in order (see further down).
> 
>   What did I do incorrectly?
> 
>   Thanks,
> 
>   Cornelius Nevrinceanu
> 
> Trace of "make install"
> 
> faber:~ Faber$ make install
> Configuring ghc, version 6.6, on powerpc-apple-darwin ...
> Creating a configured version of ghcprof ..
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
> directory
> chmod: bin/powerpc-apple-darwin/ghcprof: No such file or directory
> Done.
> Creating a configured version of ghc-asm ..
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
> directory
> chmod: lib/powerpc-apple-darwin/ghc-asm: No such file or directory
> Done.
> Creating a configured version of ghc-split ..
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
> directory
> /bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
> directory
> chmod: lib/powerpc-apple-darwin/ghc-split: No such file or directory
> Done.
> Creating a configured version of ghc-6.6 ..
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
> directory
> chmod: bin/powerpc-apple-darwin/ghc-6.6: No such file or directory
> Done.
> Creating a configured version of ghci-6.6 ..
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
> directory
> /bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
> directory
> /bin/sh: line 1: bi

Installation Problem GHC 6-6

2007-07-22 Thread Cornelius Nevrinceanu


Hello:

	I tried to install GHC 6-6 on my Mac PowerBook G4, under system  
10.4.10. I followed the instructions that came with the download. The  
"Makefile" phase seemed to work correctly however "make install" did  
not find things in order (see further down).


What did I do incorrectly?

Thanks,

Cornelius Nevrinceanu

Trace of "make install"

faber:~ Faber$ make install
Configuring ghc, version 6.6, on powerpc-apple-darwin ...
Creating a configured version of ghcprof ..
/bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghcprof: No such file or  
directory

chmod: bin/powerpc-apple-darwin/ghcprof: No such file or directory
Done.
Creating a configured version of ghc-asm ..
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-asm: No such file or  
directory

chmod: lib/powerpc-apple-darwin/ghc-asm: No such file or directory
Done.
Creating a configured version of ghc-split ..
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
directory
/bin/sh: line 1: lib/powerpc-apple-darwin/ghc-split: No such file or  
directory

chmod: lib/powerpc-apple-darwin/ghc-split: No such file or directory
Done.
Creating a configured version of ghc-6.6 ..
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-6.6: No such file or  
directory

chmod: bin/powerpc-apple-darwin/ghc-6.6: No such file or directory
Done.
Creating a configured version of ghci-6.6 ..
/bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghci-6.6: No such file or  
directory

chmod: bin/powerpc-apple-darwin/ghci-6.6: No such file or directory
Done.
Creating a configured version of ghc-pkg-6.6 ..
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-pkg-6.6: No such file  
or directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-pkg-6.6: No such file  
or directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-pkg-6.6: No such file  
or directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-pkg-6.6: No such file  
or directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-pkg-6.6: No such file  
or directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-pkg-6.6: No such file  
or directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-pkg-6.6: No such file  
or directory
/bin/sh: line 1: bin/powerpc-apple-darwin/ghc-pkg-6.6: No such file  
or directory

chmod: bin/powerpc-a