Skip to content

Instantly share code, notes, and snippets.

@wolfpython
Created November 28, 2011 06:04
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 wolfpython/1399303 to your computer and use it in GitHub Desktop.
Save wolfpython/1399303 to your computer and use it in GitHub Desktop.
mtl_log
 * Package: dev-haskell/mtl-1.1.0.2
 * Repository: gentoo
 * Maintainer: haskell@gentoo.org
 * USE: elibc_glibc kernel_linux userland_GNU x86
 * FEATURES: sandbox
>>> Unpacking source...
>>> Unpacking mtl-1.1.0.2.tar.gz to /var/tmp/portage/dev-haskell/mtl-1.1.0.2/work
>>> Source unpacked in /var/tmp/portage/dev-haskell/mtl-1.1.0.2/work
>>> Compiling source in /var/tmp/portage/dev-haskell/mtl-1.1.0.2/work/mtl-1.1.0.2 ...
* Using cabal-1.10.2.0.
[1 of 1] Compiling Main ( /var/tmp/portage/dev-haskell/mtl-1.1.0.2/work/mtl-1.1.0.2/Setup.hs, /var/tmp/portage/dev-haskell/mtl-1.1.0.2/work/mtl-1.1.0.2/Setup.o )
Linking setup ...
Configuring mtl-1.1.0.2...
Dependency base -any: using base-4.3.1.0
Using Cabal-1.10.2.0 compiled by ghc-7.0
Using compiler: ghc-7.0.4
Using install prefix: /usr
Binaries installed in: /usr/bin
Libraries installed in: /usr/lib/mtl-1.1.0.2/ghc-7.0.4
Private binaries installed in: /usr/libexec
Data files installed in: /usr/share/mtl-1.1.0.2/ghc-7.0.4
Documentation installed in: /usr/share/doc/mtl-1.1.0.2
No alex found
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
No ffihugs found
Using gcc version 4.5.3 found on system at: /usr/bin/gcc
Using ghc version 7.0.4 given by user at: /usr/bin/ghc
Using ghc-pkg version 7.0.4 given by user at: /usr/bin/ghc-pkg
No greencard found
No haddock found
No happy found
No hmake found
Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
No hscolour found
No hugs found
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.26 found on system at: /usr/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: /bin/tar
No uhc found
Preprocessing library mtl-1.1.0.2...
Building mtl-1.1.0.2...
[ 1 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
Control/Monad/Cont.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/Cont/Class.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/Error.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/Error/Class.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/List.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/RWS/Lazy.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/RWS/Strict.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/Reader.hs:2:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/Reader/Class.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/State/Lazy.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/State/Strict.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/Writer.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/Writer/Class.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/Writer/Lazy.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
Control/Monad/Writer/Strict.hs:1:12:
Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
[ 2 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 3 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 4 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 5 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 6 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 7 of 21] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
Control/Monad/Trans.hs:26:1:
Warning: The import of `System.IO' is redundant
except perhaps to import instances from `System.IO'
To import instances alone, use: import System.IO()
[ 8 of 21] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 9 of 21] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[10 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
Control/Monad/Error.hs:76:10:
Duplicate instance declarations:
instance Error e => Monad (Either e)
-- Defined at Control/Monad/Error.hs:76:10-38
instance Monad (Either e) -- Defined in Control.Monad.Instances
Control/Monad/Error.hs:87:10:
Duplicate instance declarations:
instance Error e => MonadFix (Either e)
-- Defined at Control/Monad/Error.hs:87:10-41
instance MonadFix (Either e) -- Defined in Control.Monad.Fix
* ERROR: dev-haskell/mtl-1.1.0.2 failed (compile phase):
* setup build failed
*
* Call stack:
* ebuild.sh, line 56: Called src_compile
* environment, line 2990: Called haskell-cabal_src_compile
* environment, line 2326: Called cabal_src_compile
* environment, line 692: Called cabal-build
* environment, line 548: Called die
* The specific snippet of code:
* ./setup build || die "setup build failed"
*
* If you need support, post the output of 'emerge --info =dev-haskell/mtl-1.1.0.2',
* the complete build log and the output of 'emerge -pqv =dev-haskell/mtl-1.1.0.2'.
* The complete build log is located at '/var/tmp/portage/dev-haskell/mtl-1.1.0.2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-haskell/mtl-1.1.0.2/temp/environment'.
* S: '/var/tmp/portage/dev-haskell/mtl-1.1.0.2/work/mtl-1.1.0.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment