[arch-haskell] Re: More GHC/GMP woes
Sebastian Schwarz
seschwar at googlemail.com
Sat Oct 12 07:36:14 UTC 2013
On 2010-03-23 at 16:37 -0400, Matthew William Cox wrote:
> Version 6.12.1-3.1 of ghc still has a hidden dependency on gmp, even
> though it's built with integer-simple.
This seems to be fixed in ghc-6.12.1-4:
http://bugs.archlinux.org/task/18762 Your mirror might just
not have synchronized yet with ftp.archlinux.org.
> > % pacman -Qo /usr/lib/ghc-6.12.1/unlit
> > /usr/lib/ghc-6.12.1/unlit is owned by ghc 6.12.1-3.1
> > % ldd /usr/lib/ghc-6.12.1/unlit| grep not\ found
> > libgmp.so.3 => not found
% pacman -Q ghc gmp
ghc 6.12.1-4
gmp 5.0.1-1
% pacman -Qlq ghc | grep /unlit | xargs ldd | grep libgmp
libgmp.so.10 => /usr/lib/libgmp.so.10 (0xb77da000)
More information about the arch-haskell
mailing list