[Pkg-haskell-maintainers] Bug#736472: Missing dependency on GCC
Alexander Kurtz
alexander at kurtz.be
Fri Jan 24 00:25:32 UTC 2014
Package: ghc
Version: 7.6.3-6
Severity: serious
Justification: Makes the package unusable
Hi,
installing the "ghc" package without the "gcc" package results in this:
$ cat test.hs
main :: IO ()
main = putStrLn "Hello World"
$ ghc test.hs
[1 of 1] Compiling Main ( test.hs, test.o )
ghc: could not execute: /usr/bin/gcc
$ echo $?
1
$ ghci test.hs
GHCi, version 7.6.3: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
ghc: could not execute: /usr/bin/gcc
$ echo $?
1
$
This problem can be trivially fixed by installing the "gcc" package.
Best regards
Alexander Kurtz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-maintainers/attachments/20140124/4a100676/attachment.sig>
More information about the Pkg-haskell-maintainers
mailing list