[GHC] #3151: Hello World does not compile (missing Prelude?)
GHC
trac at galois.com
Tue Apr 7 14:28:10 EDT 2009
#3151: Hello World does not compile (missing Prelude?)
-----------------------------+----------------------------------------------
Reporter: fft1976 | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.10 branch
Component: Build System | Version: 6.10.2
Severity: critical | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Os: Linux
Architecture: x86 |
-----------------------------+----------------------------------------------
Comment (by fft1976):
Thanks, Igloo!
Indeed, ghci seems to start now and Hello World compiles and runs, but
{{{
make install > /dev/null
}}}
still prints this:
{{{
mkdir /home/t/try_ghc/bin
mkdir /home/t/try_ghc/lib
mkdir /home/t/try_ghc/lib/ghc-6.10.2
mkdir /home/t/try_ghc/lib/ghc-6.10.2/include
haddock-2.4.2: dependency Cabal-1.6.0.3 doesn't exist (ignoring)
haddock-2.4.2: dependency array-0.2.0.0 doesn't exist (ignoring)
haddock-2.4.2: dependency base-4.1.0.0 doesn't exist (ignoring)
haddock-2.4.2: dependency containers-0.2.0.1 doesn't exist (ignoring)
haddock-2.4.2: dependency directory-1.0.0.3 doesn't exist (ignoring)
haddock-2.4.2: dependency filepath-1.1.0.2 doesn't exist (ignoring)
haddock-2.4.2: dependency ghc-6.10.2 doesn't exist (ignoring)
haddock-2.4.2: dependency haskell98-1.0.1.0 doesn't exist (ignoring)
haddock-2.4.2: dependency pretty-1.0.1.0 doesn't exist (ignoring)
rts-1.0: include-dirs: PAPI_INCLUDE_DIR doesn't exist or isn't a directory
(ignoring)
rts-1.0: cannot find libHSrts.a on library path (ignoring)
mkdir /home/t/try_ghc/share/man
mkdir /home/t/try_ghc/share/man/man1
}}}
Are those rts errors (and others) something I should worry about?
By the way, trac may be broken or there are email problems. I didn't get
an email notification about your last entry here, so I almost missed it.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3151#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list