Note that there are some explanatory texts on larger screens.

plurals
  1. POhow can I build cabal-install on eeePc 701 / Ubuntu Netbook Remix 1.6 (Lucid)
    text
    copied!<p>Not a programming question, but the first time I see something like this.<br> UNR 1.6 (based on Ubuntu 10.04) installs the 6.12.1 version of GHC.<br> So, in order to build cabal-install-0.8.2, I have to install<br> the libghc6- packages of parsec, mtl, network and zlib.<br> Then, after launching 'sh ./bootstrap.sh', I get:</p> <p>Checking installed packages for ghc-6.12.1...<br> parsec is already installed and the version is ok.<br> network is already installed and the version is ok.<br> Cabal is already installed and the version is ok.<br> mtl is already installed and the version is ok.<br> HTTP is already installed and the version is ok.<br> zlib is already installed and the version is ok.<br> [1 of 1] Compiling Main ( Setup.hs, Setup.o )<br> Linking Setup ...<br> Configuring cabal-install-0.8.2...<br> Preprocessing executables for cabal-install-0.8.2...<br> Building cabal-install-0.8.2...<br> [ 1 of 40] Compiling Distribution.Client.BuildReports.Types ( Distribution/Client/BuildReports/Types.hs, dist/build/cabal/cabal-tmp/Distribution/Client/BuildReports/Types.o )<br> [ 2 of 40] Compiling Distribution.Client.Utils ( Distribution/Client/Utils.hs, dist/build/cabal/cabal-tmp/Distribution/Client/Utils.o ) </p> <p>... two warnings about not used addPackageExcludeConstraint and response ... </p> <p>[39 of 40] Compiling Distribution.Client.Install ( Distribution/Client/Install.hs, dist/build/cabal/cabal-tmp/Distribution/Client/Install.o )<br> [40 of 40] Compiling Main ( Main.hs, dist/build/cabal/cabal-tmp/Main.o )<br> Linking dist/build/cabal/cabal ...<br> collect2: ld terminated with signal 9 [Processus arrêté] </p> <p>Error during cabal-install bootstrap:<br> Building the cabal-install package failed </p> <p>Between linking and collect2 (a minute or so), the LED of my hard drive twinkles<br> as if a lot of files are written or read. </p> <p>I don't know if it's relevant but here are the versions of the dependencies<br> Cabal-1.8.0.2<br> HTTP-4000.0.6<br> mtl-1.1.0.2<br> network-2.2.1.7<br> parsec-2.1.0.1<br> zlib-0.5.2.0 </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload