Skip to content

Instantly share code, notes, and snippets.

@nrolland
Created July 9, 2015 15:51
Show Gist options
  • Save nrolland/9f28b91f19162b8d13ed to your computer and use it in GitHub Desktop.
Save nrolland/9f28b91f19162b8d13ed to your computer and use it in GitHub Desktop.
~/c/g/gloss-examples git:tags/v1.8.2.1 ❯❯❯ cabal install sandboxed ⏎ ◼
Resolving dependencies...
Notice: installing into a sandbox located at
/Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox
Configuring bmp-1.2.5.2...
Configuring tf-random-0.5...
Configuring OpenGL-2.9.2.0...
Building tf-random-0.5...
Building bmp-1.2.5.2...
Building OpenGL-2.9.2.0...
Installed tf-random-0.5
Configuring QuickCheck-2.7.6...
Building QuickCheck-2.7.6...
Installed bmp-1.2.5.2
Installed QuickCheck-2.7.6
Configuring repa-3.2.5.1...
Building repa-3.2.5.1...
Installed repa-3.2.5.1
Configuring repa-algorithms-3.2.5.1...
Configuring repa-io-3.2.5.1...
Building repa-io-3.2.5.1...
Building repa-algorithms-3.2.5.1...
Installed repa-io-3.2.5.1
Installed OpenGL-2.9.2.0
Configuring GLUT-2.5.1.1...
Building GLUT-2.5.1.1...
Installed GLUT-2.5.1.1
Configuring gloss-1.8.2.2...
Building gloss-1.8.2.2...
Installed repa-algorithms-3.2.5.1
Installed gloss-1.8.2.2
Configuring gloss-raster-1.8.2.1...
Building gloss-raster-1.8.2.1...
Installed gloss-raster-1.8.2.1
Configuring gloss-examples-1.8.2.1...
Failed to install gloss-examples-1.8.2.1
Last 10 lines of the build log ( /Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox/logs/gloss-examples-1.8.2.1.log ):
cabal: Error: some packages failed to install:
gloss-examples-1.8.2.1 failed during the configure step. The exception was:
user error (The package 'gloss-examples' requires Cabal library version
1.18.1.5 but no suitable version is installed.)
~/c/g/gloss-examples git:tags/v1.8.2.1 ❯❯❯ cabal configure sandboxed ⏎ ◼
Resolving dependencies...
Configuring gloss-examples-1.8.2.1...
~/c/g/gloss-examples git:tags/v1.8.2.1 ❯❯❯ cabal install sandboxed ◼
Resolving dependencies...
Notice: installing into a sandbox located at
/Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox
Configuring gloss-examples-1.8.2.1...
Failed to install gloss-examples-1.8.2.1
Last 10 lines of the build log ( /Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox/logs/gloss-examples-1.8.2.1.log ):
cabal: Error: some packages failed to install:
gloss-examples-1.8.2.1 failed during the configure step. The exception was:
user error (The package 'gloss-examples' requires Cabal library version
1.18.1.5 but no suitable version is installed.)
~/c/g/gloss-examples git:tags/v1.8.2.1 ❯❯❯ cabal configure -v sandboxed ⏎ ◼
Using a sandbox located at
/Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox
/usr/bin/ghc --numeric-version
looking for tool ghc-pkg near compiler in /usr/bin
found ghc-pkg in /usr/bin/ghc-pkg
/usr/bin/ghc-pkg --version
/usr/bin/ghc --supported-languages
/usr/bin/ghc --info
Reading available packages...
Reading available packages...
Choosing modular solver.
Resolving dependencies...
Configuring gloss-examples-1.8.2.1...
Dependency base ==4.7.0.1: using base-4.7.0.1
Dependency bmp ==1.2.5.2: using bmp-1.2.5.2
Dependency bytestring ==0.10.4.0: using bytestring-0.10.4.0
Dependency containers ==0.5.5.1: using containers-0.5.5.1
Dependency ghc-prim ==0.3.1.0: using ghc-prim-0.3.1.0
Dependency gloss ==1.8.2.2: using gloss-1.8.2.2
Dependency gloss-raster ==1.8.2.1: using gloss-raster-1.8.2.1
Dependency random ==1.0.1.1: using random-1.0.1.1
Dependency repa ==3.2.5.1: using repa-3.2.5.1
Dependency repa-algorithms ==3.2.5.1: using repa-algorithms-3.2.5.1
Dependency repa-io ==3.2.5.1: using repa-io-3.2.5.1
Dependency vector ==0.10.9.1: using vector-0.10.9.1
/usr/bin/ghc --info
Using Cabal-1.18.1.4 compiled by ghc-7.8
Using compiler: ghc-7.8.3
Using install prefix:
/Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox
Binaries installed in:
/Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox/bin
Libraries installed in:
/Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox/lib/x86_64-osx-ghc-7.8.3/gloss-examples-1.8.2.1
Private binaries installed in:
/Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox/libexec
Data files installed in:
/Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox/share/x86_64-osx-ghc-7.8.3/gloss-examples-1.8.2.1
Documentation installed in:
/Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox/share/doc/x86_64-osx-ghc-7.8.3/gloss-examples-1.8.2.1
Configuration files installed in:
/Users/nrolland/clones/gloss/gloss-examples/.cabal-sandbox/etc
Using alex version 3.1.3 found on system at: /Library/Haskell/bin/alex
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
Using ffihugs found on system at: /usr/local/bin/ffihugs
Using gcc version 4.2.1 found on system at: /usr/bin/gcc
Using ghc version 7.8.3 found on system at: /usr/bin/ghc
Using ghc-pkg version 7.8.3 found on system at: /usr/bin/ghc-pkg
No greencard found
Using haddock version 2.14.3 found on system at: /usr/bin/haddock
Using happy version 1.19.4 found on system at: /Library/Haskell/bin/happy
No hmake found
Using hpc version 0.67 found on system at: /usr/bin/hpc
Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
Using hscolour version 1.20 found on system at: /Library/Haskell/bin/HsColour
Using hugs found on system at: /usr/local/bin/hugs
No jhc found
Using ld found on system at: /usr/bin/ld
No lhc found
No lhc-pkg found
No nhc98 found
Using pkg-config version 0.28 found on system at: /usr/local/bin/pkg-config
Using ranlib found on system at: /usr/bin/ranlib
Using strip found on system at: /usr/bin/strip
Using tar found on system at: /usr/bin/tar
No uhc found
~/c/g/gloss-examples git:tags/v1.8.2.1 ❯❯❯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment