Skip to content

Instantly share code, notes, and snippets.

@schell
Created December 22, 2013 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schell/7c08631f52e1e6f54a39 to your computer and use it in GitHub Desktop.
Save schell/7c08631f52e1e6f54a39 to your computer and use it in GitHub Desktop.
arm-apple-darwin10-cabal install vector -v3
arm-apple-darwin10-cabal install vector -v3
Searching for arm-apple-darwin10-ghc in path.
Found arm-apple-darwin10-ghc at /usr/local/bin/arm-apple-darwin10-ghc
("/usr/local/bin/arm-apple-darwin10-ghc",["--numeric-version"])
/usr/local/bin/arm-apple-darwin10-ghc is version 7.7.20131217
Searching for arm-apple-darwin10-ghc-pkg in path.
Found arm-apple-darwin10-ghc-pkg at /usr/local/bin/arm-apple-darwin10-ghc-pkg
("/usr/local/bin/arm-apple-darwin10-ghc-pkg",["--version"])
/usr/local/bin/arm-apple-darwin10-ghc-pkg is version 7.7.20131217
("/usr/local/bin/arm-apple-darwin10-ghc",["--supported-languages"])
("/usr/local/bin/arm-apple-darwin10-ghc",["--info"])
Reading installed packages...
("/usr/local/bin/arm-apple-darwin10-ghc-pkg",["dump","--global","-v0"])
("/usr/local/bin/arm-apple-darwin10-ghc-pkg",["dump","--user","-v0"])
("/usr/local/bin/arm-apple-darwin10-ghc",["--print-libdir"])
Reading available packages...
Choosing modular solver.
Resolving dependencies...
[__0] trying: vector-0.10.9.1 (user goal)
[__1] trying: base-4.7.0.0/installed-725... (dependency of vector-0.10.9.1)
[__2] trying: rts-1.0/installedbuil... (dependency of base-4.7.0.0/installed-725...)
[__3] trying: integer-simple-0.1.1.0/installed-abf... (dependency of base-4.7.0.0/installed-725...)
[__4] trying: vector-0.10.9.1:-unsafechecks
[__5] trying: vector-0.10.9.1:-internalchecks
[__6] trying: vector-0.10.9.1:+boundschecks
[__7] trying: deepseq-1.3.0.2/installed-f04... (dependency of vector-0.10.9.1)
[__8] trying: array-0.5.0.0/installed-b4f... (dependency of deepseq-1.3.0.2/installed-f04...)
[__9] trying: ghc-prim-0.3.1.0/installed-ba6... (dependency of vector-0.10.9.1)
[_10] next goal: primitive (dependency of vector-0.10.9.1)
[_10] trying: primitive-0.5.1.0
[_11] done
Ready to install primitive-0.5.1.0
Extracting
/Users/schell/.cabal/packages/hackage.haskell.org/primitive/0.5.1.0/primitive-0.5.1.0.tar.gz
to /var/folders/0b/07829wy51gjfns2nqrfxdms40000gn/T/primitive-0.5.1.0-1346...
Updating primitive.cabal with the latest revision from the index.
Configuring primitive-0.5.1.0...
Using external setup method with build-type Simple
Waiting for install task to finish...
creating
/var/folders/0b/07829wy51gjfns2nqrfxdms40000gn/T/primitive-0.5.1.0-1346/primitive-0.5.1.0/dist-arm/setup
creating
/var/folders/0b/07829wy51gjfns2nqrfxdms40000gn/T/primitive-0.5.1.0-1346/primitive-0.5.1.0/dist-arm
creating
/var/folders/0b/07829wy51gjfns2nqrfxdms40000gn/T/primitive-0.5.1.0-1346/primitive-0.5.1.0/dist-arm/setup
Using Cabal library version 1.18.1.2
Using
/var/folders/0b/07829wy51gjfns2nqrfxdms40000gn/T/primitive-0.5.1.0-1346/primitive-0.5.1.0/dist-arm/setup/setup.hs
as setup script.
Found cached setup executable:
/Users/schell/.cabal/setup-exe-cache/setup-Cabal-1.18.1.2-arm-ios-ghc-7.7.20131217
/Users/schell/.cabal/setup-exe-cache/setup-Cabal-1.18.1.2-arm-ios-ghc-7.7.20131217
configure --verbose=3 --builddir=dist-arm --ghc --prefix=/Users/schell/.cabal
--bindir=/Users/schell/.cabal/bin --libdir=/Users/schell/.cabal/lib
--libsubdir=arm-ios-ghc-7.7.20131217/primitive-0.5.1.0
--libexecdir=/Users/schell/.cabal/libexec --datadir=/Users/schell/.cabal/share
--datasubdir=arm-ios-ghc-7.7.20131217/primitive-0.5.1.0
--docdir=/Users/schell/.cabal/share/doc/arm-ios-ghc-7.7.20131217/primitive-0.5.1.0
--htmldir=/Users/schell/.cabal/share/doc/arm-ios-ghc-7.7.20131217/primitive-0.5.1.0/html
--haddockdir=/Users/schell/.cabal/share/doc/arm-ios-ghc-7.7.20131217/primitive-0.5.1.0/html
--sysconfdir=/Users/schell/.cabal/etc --disable-shared
--configure-option=--host=arm-apple-darwin10 --user
--extra-prog-path=/Users/schell/.cabal/bin --constraint=ghc-prim ==0.3.1.0
--constraint=base ==4.7.0.0 --disable-tests --disable-benchmarks
--with-gcc=arm-apple-darwin10-clang --with-ghc=arm-apple-darwin10-ghc
--with-ghc-pkg=arm-apple-darwin10-ghc-pkg --with-ld=arm-apple-darwin10-ld
--hsc2hs-option=--cross-compile
Redirecting build log to {handle:
/Users/schell/.cabal/logs/primitive-0.5.1.0.log}
Failed to install primitive-0.5.1.0
Last 10 lines of the build log ( /Users/schell/.cabal/logs/primitive-0.5.1.0.log ):
World file is already up to date.
cabal: Error: some packages failed to install:
primitive-0.5.1.0 failed during the configure step. The exception was:
ExitFailure 127
vector-0.10.9.1 depends on primitive-0.5.1.0 which failed to install.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment