The dependency "concurrent" should be added to line 11 of
/hslibs/net/Makefile so that it becomes:
HSLIB_DEPS = lang text concurrent
After that fix, 'make boot' goes through.
Detailed error message below.
/Patrik Jansson
far> make boot
[...]
------------------------------------------------------------------------
===fptools== Finished making `boot' in cbits ...
PWD = /home/patrikj/haskell/buildghc/hslibs/net
------------------------------------------------------------------------
../../ghc/driver/ghc-inplace -M -optdep-f -optdep.depend -optdep-s
-optdepp -osuf o -optdep-w -DBEGIN_FOR_GHC='-}' -DEND_FOR_GHC='{-'
-DBEGIN_FOR_HUGS='{-' -DEND_FOR_HUGS='-}' -recomp -cpp -fglasgow-exts
-fvia-C -Rghc-timing -I../../ghc/lib/std/cbits -I../../ghc/includes
-static -O -package lang -package text -package-name net
-I../lang/cbits -I../text/cbits -split-objs BSD.lhs CGI.lhs Socket.lhs
SocketPrim.lhs URI.hs
ghc: can't find one of the following: `Concurrent.hi' `Concurrent.hs'
`Concurrent.lhs' (imported from `CGI')
make[2]: *** [depend] Error 1
make[1]: *** [boot] Error 1
make: *** [boot] Error 1
far> ghc --version
The Glorious Glasgow Haskell Compilation System, version 4.08.1
far> uname -a
Linux far 2.2.10 #1 Tue Jul 20 16:32:24 MEST 1999 i686 unknown
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs