Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 423126 Details for
Bug 572186
dev-haskell/x509-1.5.1 - No instance for (Control.Monad.Error.Class.MonadError
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build log
x509.build (text/plain), 5.78 KB, created by
Helmut Jarausch
on 2016-01-17 10:36:59 UTC
(
hide
)
Description:
build log
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2016-01-17 10:36:59 UTC
Size:
5.78 KB
patch
obsolete
> * Package: dev-haskell/x509-1.5.1 > * Repository: gentoo > * Maintainer: haskell@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox splitdebug userpriv usersandbox >>>> cfg-update-1.8.2-r1: Creating checksum index... > * Using cabal-1.22.6.0. > * Prepending /usr/lib64/ghc-7.10.2 to LD_LIBRARY_PATH >/usr/bin/ghc -package Cabal-1.22.6.0 --make /var/tmp/portage/dev-haskell/x509-1.5.1/work/x509-1.5.1/Setup.hs -threaded -dynamic -o setup >[1 of 1] Compiling Main ( /var/tmp/portage/dev-haskell/x509-1.5.1/work/x509-1.5.1/Setup.hs, /var/tmp/portage/dev-haskell/x509-1.5.1/work/x509-1.5.1/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=x509-1.5.1/ghc-7.10.2 --datadir=/usr/share/ --datasubdir=x509-1.5.1/ghc-7.10.2 --disable-tests --ghc-option=-j4 --ghc-option=-optc-mtune=native --ghc-option=-optc-O2 --ghc-option=-optc-msse3 --ghc-option=-optc-pipe --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/x509-1.5.1 --verbose --enable-shared --enable-executable-dynamic --sysconfdir=/etc --disable-library-stripping >Configuring x509-1.5.1... >Dependency asn1-encoding ==0.9.*: using asn1-encoding-0.9.3 >Dependency asn1-parse ==0.9.*: using asn1-parse-0.9.4 >Dependency asn1-types >=0.3.0 && <0.4: using asn1-types-0.3.2 >Dependency base >=3 && <5: using base-4.8.1.0 >Dependency bytestring -any: using bytestring-0.10.6.0 >Dependency containers -any: using containers-0.5.6.2 >Dependency crypto-pubkey-types >=0.4.2.1 && <0.5: using >crypto-pubkey-types-0.4.3 >Dependency cryptohash >=0.9 && <0.12: using cryptohash-0.11.6 >Dependency directory -any: using directory-1.2.2.0 >Dependency filepath -any: using filepath-1.4.0.0 >Dependency hourglass -any: using hourglass-0.2.9 >Dependency mtl -any: using mtl-2.2.1 >Dependency pem >=0.1 && <0.3: using pem-0.2.2 >Dependency process -any: using process-1.2.3.0 >Using Cabal-1.22.6.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/x509-1.5.1/ghc-7.10.2 >Private binaries installed in: /usr/libexec >Data files installed in: /usr/share/x509-1.5.1/ghc-7.10.2 >Documentation installed in: /usr/share/doc/x509-1.5.1 >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 5.3.0 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.29 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 >./setup build >Building x509-1.5.1... >Preprocessing library x509-1.5.1... >[ 1 of 12] Compiling Data.X509.Internal ( Data/X509/Internal.hs, dist/build/Data/X509/Internal.o ) >[ 2 of 12] Compiling Data.X509.DistinguishedName ( Data/X509/DistinguishedName.hs, dist/build/Data/X509/DistinguishedName.o ) > >Data/X509/DistinguishedName.hs:75:37: > No instance for (Control.Monad.Error.Class.MonadError > [Char] ParseASN1) > arising from a use of `throwError' > In the expression: > throwError ("expecting [OID,String] got " ++ show s) > In a case alternative: > _ -> throwError ("expecting [OID,String] got " ++ show s) > In a stmt of a 'do' block: > case s of { > [OID oid, ASN1String cs] -> return (oid, cs) > _ -> throwError ("expecting [OID,String] got " ++ show s) } >[ 3 of 12] Compiling Data.X509.ExtensionRaw ( Data/X509/ExtensionRaw.hs, dist/build/Data/X509/ExtensionRaw.o ) > >Data/X509/ExtensionRaw.hs:15:1: Warning: > The import of `Control.Applicative' is redundant > except perhaps to import instances from `Control.Applicative' > To import instances alone, use: import Control.Applicative() >[ 5 of 12] Compiling Data.X509.AlgorithmIdentifier ( Data/X509/AlgorithmIdentifier.hs, dist/build/Data/X509/AlgorithmIdentifier.o ) >[ 7 of 12] Compiling Data.X509.Signed ( Data/X509/Signed.hs, dist/build/Data/X509/Signed.o ) >[ 8 of 12] Compiling Data.X509.PublicKey ( Data/X509/PublicKey.hs, dist/build/Data/X509/PublicKey.o ) >[11 of 12] Compiling Data.X509.PrivateKey ( Data/X509/PrivateKey.hs, dist/build/Data/X509/PrivateKey.o ) > * ERROR: dev-haskell/x509-1.5.1::gentoo failed (compile phase): > * setup build failed > * > * Call stack: > * ebuild.sh, line 133: Called src_compile > * environment, line 2865: Called haskell-cabal_src_compile > * environment, line 1979: Called cabal_src_compile > * environment, line 790: Called cabal-build > * environment, line 539: Called die > * The specific snippet of code: > * ./setup "$@" || die "setup build failed" > * > * If you need support, post the output of `emerge --info '=dev-haskell/x509-1.5.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-haskell/x509-1.5.1::gentoo'`. > * The complete build log is located at '/var/tmp/portage/dev-haskell/x509-1.5.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-haskell/x509-1.5.1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-haskell/x509-1.5.1/work/x509-1.5.1' > * S: '/var/tmp/portage/dev-haskell/x509-1.5.1/work/x509-1.5.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 572186
: 423126