Re: Cannot install 8.0.1 from bindist

2016-05-25 Thread Peter
OK, looks like a weird bug in the script which was calling make - so not ghc. Sorry for the noise. -- View this message in context: http://haskell.1045720.n5.nabble.com/Cannot-install-8-0-1-from-bindist-tp5836591p5836603.html Sent from the Haskell - Glasgow-haskell-users mailing list archive

Re: Cannot install 8.0.1 from bindist

2016-05-25 Thread Brandon Allbery
On Wed, May 25, 2016 at 7:55 AM, Peter wrote: > mkdir: cannot create directory `doc/aries/ghc-prim-0.5.0.0': No such file > or > directory > "doc/aries"? That looks like a "libr" went missing somehow. -- brandon s allbery kf8nh sine nomine

Cannot install 8.0.1 from bindist

2016-05-25 Thread Peter
Trying to install ghc-8.0.1-x86_64-centos67-linux.tar.xz with: ./configure --prefix={prefix} make install-strip gives me an error. The tail of the log is: Registering ghc-8.0.1... for f in '{prefix}/lib/ghc-8.0.1/package.conf.d'/*; do create () { touch "$1" && chmod 644 "$1" ; } && create