Skip to content

Instantly share code, notes, and snippets.

@ra1u
Created August 2, 2015 13:01
Show Gist options
  • Save ra1u/d20112e9819bd9680a59 to your computer and use it in GitHub Desktop.
Save ra1u/d20112e9819bd9680a59 to your computer and use it in GitHub Desktop.
$ cabal --with-gcc=arm-linux-gnueabi-gcc-5 --with-ghc=arm-unknown-linux-gnueabi-ghc --with-ghc-pkg=arm-unknown-linux-gnueabi-ghc-pkg --with-ld=arm-linux-gnueabi-ld --with-strip=arm-linux-gnueabi-strip --reinstall -v3 install pipes
/usr/bin/alex --version
/home/ralu/.cabal/bin/c2hs --numeric-version
/usr/bin/arm-linux-gnueabi-gcc-5 -dumpversion
/usr/bin/happy --version
/usr/bin/hpc version
looking for tool hsc2hs near compiler in /usr/local/bin
/usr/bin/hsc2hs --version
/usr/local/bin/arm-unknown-linux-gnueabi-ghc -c /tmp/13362.c -o /tmp/13362.o
/usr/bin/arm-linux-gnueabi-ld -x -r /tmp/13362.o -o /tmp/13363.o
/usr/bin/pkg-config --version
/bin/tar --help
Reading available packages...
Choosing modular solver.
Resolving dependencies...
In order, the following will be installed:
pipes-4.1.5 (reinstall)
Ready to install pipes-4.1.5
Extracting
/home/ralu/.cabal/packages/hackage.haskell.org/pipes/4.1.5/pipes-4.1.5.tar.gz
to /tmp/pipes-4.1.5-13362...
Waiting for install task to finish...
Updating pipes.cabal with the latest revision from the index.
Configuring pipes-4.1.5...
creating /tmp/pipes-4.1.5-13362/pipes-4.1.5/dist/setup
creating /tmp/pipes-4.1.5-13362/pipes-4.1.5/dist
creating /tmp/pipes-4.1.5-13362/pipes-4.1.5/dist/setup
/home/ralu/.cabal/setup-exe-cache/setup-Simple-Cabal-1.22.2.0-arm-linux-ghc-7.10.1
configure --verbose=2 --ghc --prefix=/home/ralu/.cabal
--bindir=/home/ralu/.cabal/bin --libdir=/home/ralu/.cabal/lib
--libsubdir=arm-linux-ghc-7.10.1/pipes_JMBhZGxK93EEHpQ8kmuyY7
--libexecdir=/home/ralu/.cabal/libexec --datadir=/home/ralu/.cabal/share
--datasubdir=arm-linux-ghc-7.10.1/pipes-4.1.5
--docdir=/home/ralu/.cabal/share/doc/arm-linux-ghc-7.10.1/pipes-4.1.5
--htmldir=/home/ralu/.cabal/share/doc/arm-linux-ghc-7.10.1/pipes-4.1.5/html
--haddockdir=/home/ralu/.cabal/share/doc/arm-linux-ghc-7.10.1/pipes-4.1.5/html
--sysconfdir=/home/ralu/.cabal/etc --user
--extra-prog-path=/home/ralu/.cabal/bin
--dependency=transformers=transformers-0.4.2.0-171cfb91f89ea249aa91caddc3bac470
--dependency=mtl=mtl-2.2.1-b0a81632f0ca466c3a4f88a9dcbe2aa3
--dependency=mmorph=mmorph-1.0.4-430c51c4269fb313281636db7d45ebca
--dependency=base=base-4.8.0.0-8d0e6769a75e6a598cebc9657285312b
--disable-tests --exact-configuration --disable-benchmarks
--with-gcc=arm-linux-gnueabi-gcc-5 --with-ghc=arm-unknown-linux-gnueabi-ghc
--with-ghc-pkg=arm-unknown-linux-gnueabi-ghc-pkg
--with-ld=arm-linux-gnueabi-ld --with-strip=arm-linux-gnueabi-strip
Redirecting build log to {handle: /home/ralu/.cabal/logs/pipes-4.1.5.log}
Failed to install pipes-4.1.5
Build log ( /home/ralu/.cabal/logs/pipes-4.1.5.log ):
/lib/ld-linux.so.3: No such file or directory
World file is already up to date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment