haddock problem. Was: ANNOUNCE: GHC 6.12.1 Release Candidate 1
Christian Maeder
Christian.Maeder at dfki.de
Mon Oct 12 12:43:51 EDT 2009
Hi,
with
http://darcs.haskell.org/~ghc/dist/6.12.1rc1/ghc-6.12.0.20091010-i386-unknown-linux-n.tar.bz2
installed (under /local/maeder/) I get the following "internal Haddock
or GHC error". I have no file
/local/maeder/lib/ghc-6.12.0.20091010/html/haddock.css
but a file
/local/maeder/share/doc/ghc/html/html/haddock.css
and I run:
./Setup configure -O --prefix=/local/maeder
./Setup build
./Setup haddock
./Setup install
Cheers Christian
P.S. I wonder why "Registering" is done twice
Configuring packedstring-0.1.0.1...
Preprocessing library packedstring-0.1.0.1...
Building packedstring-0.1.0.1...
[1 of 1] Compiling Data.PackedString ( Data/PackedString.hs,
dist/build/Data/PackedString.o )
Registering packedstring-0.1.0.1...
Running Haddock for packedstring-0.1.0.1...
Preprocessing library packedstring-0.1.0.1...
Warning: The documentation for the following packages are not installed.
No
links will be generated to these packages: ffi-1.0, rts-1.0
haddock: internal Haddock or GHC error:
/local/maeder//lib/ghc-6.12.0.20091010/html/haddock.css: openFile: does
not exist (No such file or directory)
Installing library in
/local/maeder/lib/packedstring-0.1.0.1/ghc-6.12.0.20091010
Registering packedstring-0.1.0.1...
More information about the Glasgow-haskell-users
mailing list