Skip to content

Instantly share code, notes, and snippets.

@moritz
Created October 12, 2011 16:54
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 moritz/1281808 to your computer and use it in GitHub Desktop.
Save moritz/1281808 to your computer and use it in GitHub Desktop.
pugs installation failure
p6eval@host04:~$ cabal install Pugs
Resolving dependencies...
[1 of 1] Compiling Main ( /tmp/haskeline-0.6.4.36763/haskeline-0.6.4.3/Setup.hs, /tmp/haskeline-0.6.4.36763/haskeline-0.6.4.3/dist/setup/Main.o )
Linking /tmp/haskeline-0.6.4.36763/haskeline-0.6.4.3/dist/setup/setup ...
Configuring haskeline-0.6.4.3...
checking whether to use -liconv... not needed.
Preprocessing library haskeline-0.6.4.3...
Building haskeline-0.6.4.3...
System/Console/Haskeline/MonadException.hs:23:7:
Could not find module `Control.Monad.State':
There are files missing in the `mtl-1.1.1.0' package,
try running 'ghc-pkg check'.
Use -v to see a list of the files searched for.
Configuring parsec-3.1.2...
Preprocessing library parsec-3.1.2...
Building parsec-3.1.2...
Text/Parsec/Prim.hs:78:7:
Could not find module `Control.Monad.Error.Class':
There are files missing in the `mtl-1.1.1.0' package,
try running 'ghc-pkg check'.
Use -v to see a list of the files searched for.
Configuring pugs-DrIFT-2.2.3.20110925...
Preprocessing library pugs-DrIFT-2.2.3.20110925...
Preprocessing executables for pugs-DrIFT-2.2.3.20110925...
Building pugs-DrIFT-2.2.3.20110925...
src/DrIFT/Perl5.hs:7:7:
Could not find module `Codec.Binary.UTF8.String':
There are files missing in the `utf8-string-0.3.6' package,
try running 'ghc-pkg check'.
Use -v to see a list of the files searched for.
cabal: Error: some packages failed to install:
HsParrot-0.0.2 depends on pugs-DrIFT-2.2.3.20110925 which failed to install.
Pugs-6.2.13.20111008 depends on pugs-DrIFT-2.2.3.20110925 which failed to
install.
haskeline-0.6.4.3 failed during the building phase. The exception was:
ExitFailure 1
network-2.2.1.8 depends on parsec-3.1.2 which failed to install.
parsec-3.1.2 failed during the building phase. The exception was:
ExitFailure 1
pugs-DrIFT-2.2.3.20110925 failed during the building phase. The exception was:
ExitFailure 1
pugs-compat-0.0.6.1 depends on parsec-3.1.2 which failed to install.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment