<div dir="ltr">I think I am very atypical as I had the Haskell Platform installed and did an uninstall-hs before installing this release candidate. This is on the latest Mac OS and Xcode.<div><br></div><div>At the time I got the error the file was a symbolic link, I believe to an existing file:</div><div><br></div><div><div><font face="monospace">install: /usr/local/share/man/man1/ghc.1: No such file or directory</font></div><div><font face="monospace">make[1]: *** [install_man] Error 71</font></div><div><font face="monospace">make: *** [install] Error 2</font></div><div><font face="monospace">bash-3.2$  ls -l /usr/local/share/man/man1/ghc.1</font></div><div><font face="monospace">lrwxr-xr-x  1 gcolpitts  admin  80 Jun 23 19:44 /usr/local/share/man/man1/ghc.1 -> /Library/Frameworks/GHC.framework/Versions/8.0.1-x86_64/usr/share/man/man1/ghc.1</font></div><div><font face="monospace">bash-3.2$  rm /usr/local/share/man/man1/ghc.1</font></div></div><div><br></div><div>Now after a successful install of the binary and a successful compile from source I have:</div><div><br></div><div><div><font face="monospace">ls -l /usr/local/share/man/man1/ghc.1</font></div><div><font face="monospace">-rw-r--r--  1 root  admin  58932 Nov 26 09:16 /usr/local/share/man/man1/ghc.1</font></div><div><font face="monospace">bash-3.2$ ls -l /Library/Frameworks/GHC.framework/Versions/8.0.1-x86_64/usr/share/man/man1/ghc.1</font></div><div><font face="monospace">ls -l /Library/Frameworks/GHC.framework/Versions/8.0.1-x86_64/usr/share/man/man1/ghc.1</font></div><div><font face="monospace">-rw-r--r--  1 root  wheel  58214 May 21  2016 /Library/Frameworks/GHC.framework/Versions/8.0.1-x86_64/usr/share/man/man1/ghc.1</font></div><div><font face="monospace"><br></font></div><div>After the binary install I did a cabal install of threadscope, hlint and criterion and some minimal runtime testing. Everything looks fine. </div><div><br></div><div>Thanks</div><div>George</div><br><div class="gmail_quote"><div dir="ltr">On Sat, Nov 26, 2016 at 9:47 AM Ben Gamari <<a href="mailto:ben@well-typed.com">ben@well-typed.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">George Colpitts <<a href="mailto:george.colpitts@gmail.com" class="gmail_msg" target="_blank">george.colpitts@gmail.com</a>> writes:<br class="gmail_msg">
<br class="gmail_msg">
> Thanks Ben, this is great!<br class="gmail_msg">
><br class="gmail_msg">
> Installing the binary on the Mac results in the following minor problem:<br class="gmail_msg">
><br class="gmail_msg">
> /usr/bin/install -c -m 644  docs/users_guide/build-man/ghc.1<br class="gmail_msg">
> "/usr/local/share/man/man1"<br class="gmail_msg">
> install: /usr/local/share/man/man1/ghc.1: No such file or directory<br class="gmail_msg">
> make[1]: *** [install_man] Error 71<br class="gmail_msg">
> make: *** [install] Error 2<br class="gmail_msg">
><br class="gmail_msg">
Thanks for the report, George! That is quite odd indeed. It sounds like<br class="gmail_msg">
/usr/local/share/man/man1/ghc.1 may have been a symlink to a directory<br class="gmail_msg">
which does not exist (possibly?). What does `ls -l<br class="gmail_msg">
/usr/local/share/man/man1/ghc.1` say now?<br class="gmail_msg">
<br class="gmail_msg">
Cheers,<br class="gmail_msg">
<br class="gmail_msg">
- Ben<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
</blockquote></div></div></div>