If one tries to build ghc from ports with WITH_DOCS defined, ghc will want to use haddock to build the documentation. Configuring haddock, however, requires ghci, which is not yet supported on FreeBSD/amd64, so the build fails when trying to bootstrap it. Fix: Make WITH_DOCS trigger failure if on amd64 architecture. How-To-Repeat: Install ghc from ports on x86-64 architecture with WITH_DOCS defined (or configured with make config)
Responsible Changed From-To: freebsd-ports-bugs->haskell Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks!
obraun 2008-03-01 13:54:34 UTC FreeBSD ports repository Modified files: lang/ghc Makefile Log: Disable WITH_DOCS on amd64. PR: ports/121251 Submitted by: "Brian O'Hanlon" <brianpo@cmu.edu> Revision Changes Path 1.64 +7 -2 ports/lang/ghc/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"