On 2015-03-17 at 03:09:23 +0100, Miëtek Bak wrote: > As with 7.10.1-rc2, installation fails on CentOS 6 (i386), Debian 6, and > Ubuntu 10.04 LTS, in one of two following ways — > > 1. On i386: > > "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy > libraries/ghc-prim dist-install "strip" '' '/app/ghc' > '/app/ghc/lib/ghc-7.10.0.20150316' '/app/ghc/share/doc/ghc/html/libraries' 'v > p dyn' > ghc-cabal/dist-install/build/tmp/ghc-cabal: symbol lookup error: > libraries/integer-gmp2/dist-install/build/libHSinteger-gmp-1.0.0.0-6zeGtnFHpaVBJ80QaL9uVu-ghc7.10.0.20150316.so: > undefined symbol: __gmpn_ior_n
Well, it shouldn't be very surprising that the deb7 (wheezy) ghc bindist doesn't work on deb6 (squeeze), as it's been compile-time configured for the environment provided by deb7 which has newer libraries with more features/symbols. So what's needed here is probably a 2nd linux bindist build on an ancient enough (i.e. the one with the oldest libraries among CentOS6/Deb6/Ubuntu10.04) Linux environment. _______________________________________________ ghc-devs mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
