* Package: dev-haskell/dbus-core-0.9.3-r3 * Repository: gentoo * Maintainer: haskell@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking dbus-core-0.9.3.tar.gz to /var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/work >>> Source unpacked in /var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/work >>> Preparing source in /var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/work/dbus-core-0.9.3 ... * CHDEP: 'binary >= 0.4 && < 0.6' -> 'binary >= 0.4' * CHDEP: 'bytestring >= 0.9 && < 0.10' -> 'bytestring >= 0.9' * CHDEP: 'containers >= 0.1 && < 0.5' -> 'containers >= 0.1' * CHDEP: 'network >= 2.2 && < 2.4' -> 'network >= 2.2' * CHDEP: 'text >= 0.11.1.5 && < 0.12' -> 'text >= 0.11.1.5' * CHDEP: 'unix >= 2.2 && < 2.6' -> 'unix >= 2.2' * CHDEP: 'vector >= 0.7 && < 0.10' -> 'vector >= 0.7' >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/work/dbus-core-0.9.3 ... * Using cabal-1.22.4.0. * Prepending /usr/lib64/ghc-7.10.2 to LD_LIBRARY_PATH /usr/bin/ghc -package Cabal-1.22.4.0 --make /var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/work/dbus-core-0.9.3/Setup.hs -threaded -dynamic -o setup [1 of 1] Compiling Main ( /var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/work/dbus-core-0.9.3/Setup.hs, /var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/work/dbus-core-0.9.3/Setup.o ) Linking setup ... ./setup configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=dbus-core-0.9.3/ghc-7.10.2 --datadir=/usr/share/ --datasubdir=dbus-core-0.9.3/ghc-7.10.2 --ghc-option=-j1 --ghc-option=-optc-march=native --ghc-option=-optc-O2 --ghc-option=-optc-pipe --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/dbus-core-0.9.3-r3 --verbose --enable-shared --enable-executable-dynamic --sysconfdir=/etc --disable-library-stripping Configuring dbus-core-0.9.3... Dependency base >=4.0 && <5.0: using base-4.8.1.0 Dependency binary >=0.4: using binary-0.7.5.0 Dependency bytestring >=0.9: using bytestring-0.10.6.0 Dependency containers >=0.1: using containers-0.5.6.2 Dependency data-binary-ieee754 >=0.3 && <0.5: using data-binary-ieee754-0.4.4 Dependency libxml-sax ==0.7.*: using libxml-sax-0.7.5 Dependency network >=2.2: using network-2.6.2.1 Dependency parsec >=2.0 && <3.2: using parsec-3.1.9 Dependency text >=0.11.1.5: using text-1.2.1.3 Dependency unix >=2.2: using unix-2.7.1.0 Dependency vector >=0.7: using vector-0.10.12.3 Dependency xml-types ==0.3.*: using xml-types-0.3.6 Using Cabal-1.22.4.0 compiled by ghc-7.10 Using compiler: ghc-7.10.2 Using install prefix: /usr Binaries installed in: /usr/bin Libraries installed in: /usr/lib64/dbus-core-0.9.3/ghc-7.10.2 Private binaries installed in: /usr/libexec Data files installed in: /usr/share/dbus-core-0.9.3/ghc-7.10.2 Documentation installed in: /usr/share/doc/dbus-core-0.9.3-r3 Configuration files installed in: /etc No alex found Using ar found on system at: /usr/bin/ar No c2hs found No cpphs found Using gcc version 4.9.3 found on system at: /usr/bin/gcc Using ghc version 7.10.2 given by user at: /usr/bin/ghc Using ghc-pkg version 7.10.2 given by user at: /usr/bin/ghc-pkg No ghcjs found No ghcjs-pkg found No greencard found No haddock found No happy found Using haskell-suite found on system at: haskell-suite-dummy-location Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location 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 No hscolour found No jhc found Using ld found on system at: /usr/bin/ld No lhc found No lhc-pkg found Using pkg-config version 0.28 found on system at: /usr/bin/pkg-config Using strip version 2.25 found on system at: /usr/bin/strip Using tar found on system at: /bin/tar No uhc found >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/work/dbus-core-0.9.3 ... ./setup build Building dbus-core-0.9.3... Preprocessing library dbus-core-0.9.3... hs/DBus/Client/Simple.hs:4:14: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS [ 1 of 18] Compiling DBus.Util.MonadError ( hs/DBus/Util/MonadError.hs, dist/build/DBus/Util/MonadError.o ) hs/DBus/Util/MonadError.hs:31:10: No instance for (Applicative (ErrorM e)) arising from the superclasses of an instance declaration In the instance declaration for ‘Monad (ErrorM e)’ hs/DBus/Util/MonadError.hs:42:10: Could not deduce (Applicative (ErrorT e m)) arising from the superclasses of an instance declaration from the context (Monad m) bound by the instance declaration at hs/DBus/Util/MonadError.hs:42:10-38 In the instance declaration for ‘Monad (ErrorT e m)’ * ERROR: dev-haskell/dbus-core-0.9.3-r3::gentoo failed (compile phase): * setup build failed * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 2823: Called haskell-cabal_src_compile * environment, line 1937: Called cabal_src_compile * environment, line 760: Called cabal-build * environment, line 509: Called die * The specific snippet of code: * ./setup "$@" || die "setup build failed" * * If you need support, post the output of `emerge --info '=dev-haskell/dbus-core-0.9.3-r3::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-haskell/dbus-core-0.9.3-r3::gentoo'`. * The complete build log is located at '/var/log/portage/dev-haskell:dbus-core-0.9.3-r3:20150921-001047.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/temp/environment'. * Working directory: '/var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/work/dbus-core-0.9.3' * S: '/var/tmp/portage/dev-haskell/dbus-core-0.9.3-r3/work/dbus-core-0.9.3'