Skip to content

Instantly share code, notes, and snippets.

@mightybyte
Created August 7, 2016 14:15
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 mightybyte/91ddc545c2fa5e8f09e1ed875120c5ab to your computer and use it in GitHub Desktop.
Save mightybyte/91ddc545c2fa5e8f09e1ed875120c5ab to your computer and use it in GitHub Desktop.
Weird Cabal Issue
$ cabal sandbox add-source ../cabal/Cabal
$ cabal install
Warning: the --global flag is deprecated -- it is generally considered a bad
idea to install packages into the global store
Resolving dependencies...
Notice: installing into a sandbox located at
/Users/mightybyte/haskell/packunused-0.1.1.4/.cabal-sandbox
Configuring ansi-terminal-0.6.2.3...
Configuring old-locale-1.0.0.7...
Configuring split-0.2.3.1...
Configuring text-1.2.2.1...
Building split-0.2.3.1...
Building old-locale-1.0.0.7...
Building ansi-terminal-0.6.2.3...
Building text-1.2.2.1...
Installed old-locale-1.0.0.7
Configuring transformers-compat-0.4.0.4...
Installed split-0.2.3.1
Configuring old-time-1.1.0.3...
Building transformers-compat-0.4.0.4...
Installed transformers-compat-0.4.0.4
Building old-time-1.1.0.3...
Installed ansi-terminal-0.6.2.3
Configuring ansi-wl-pprint-0.6.7.3...
Building ansi-wl-pprint-0.6.7.3...
Installed ansi-wl-pprint-0.6.7.3
Configuring optparse-applicative-0.11.0.2...
Building optparse-applicative-0.11.0.2...
Installed old-time-1.1.0.3
Installed optparse-applicative-0.11.0.2
Installed text-1.2.2.1
Configuring polyparse-1.12...
Building polyparse-1.12...
Installed polyparse-1.12
Configuring cpphs-1.20.1...
Configuring cpphs-1.20.1...
Building cpphs-1.20.1...
Building cpphs-1.20.1...
Failed to install cpphs-1.20.1
Build log ( /Users/mightybyte/haskell/packunused-0.1.1.4/.cabal-sandbox/logs/cpphs-1.20.1.log ):
cabal:
/Users/mightybyte/haskell/packunused-0.1.1.4/.cabal-sandbox/logs/cpphs-1.20.1.log:
resource busy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment