Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 296301 Details for
Bug 395187
dev-haskell/cgi-3001.1.7.1 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
cgi-3001.1.7.1:20111218-190808.log (text/plain), 14.44 KB, created by
Agostino Sarubbo
on 2011-12-18 19:10:36 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2011-12-18 19:10:36 UTC
Size:
14.44 KB
patch
obsolete
> * Package: dev-haskell/cgi-3001.1.7.1 > * Repository: gentoo > * Maintainer: haskell@gentoo.org > * USE: amd64 elibc_glibc kernel_linux multilib profile userland_GNU > * FEATURES: sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking cgi-3001.1.7.1.tar.gz to /tmp/portage/dev-haskell/cgi-3001.1.7.1/work >>>> Source unpacked in /tmp/portage/dev-haskell/cgi-3001.1.7.1/work >>>> Compiling source in /tmp/portage/dev-haskell/cgi-3001.1.7.1/work/cgi-3001.1.7.1 ... > * Using cabal-1.8.0.6. >[1 of 1] Compiling Main ( /tmp/portage/dev-haskell/cgi-3001.1.7.1/work/cgi-3001.1.7.1/Setup.hs, /tmp/portage/dev-haskell/cgi-3001.1.7.1/work/cgi-3001.1.7.1/Setup.o ) >Linking setup ... >Configuring cgi-3001.1.7.1... >Flags chosen: bytestring-in-base=False, split-base=True >Dependency base ==3.*: using base-3.0.3.2 >Dependency bytestring -any: using bytestring-0.9.1.7 >Dependency containers -any: using containers-0.3.0.0 >Dependency mtl >=1.0: using mtl-1.1.1.1 >Dependency network >=2.0: using network-2.2.1.7 >Dependency old-locale -any: using old-locale-1.0.0.2 >Dependency old-time -any: using old-time-1.0.0.5 >Dependency parsec >=2.0: using parsec-2.1.0.1 >Dependency xhtml >=3000.0.0: using xhtml-3000.2.0.1 >Using Cabal-1.8.0.6 compiled by ghc-6.12 >Using compiler: ghc-6.12.3 >Using install prefix: /usr >Binaries installed in: /usr/bin >Libraries installed in: /usr/lib64/cgi-3001.1.7.1/ghc-6.12.3 >Private binaries installed in: /usr/libexec >Data files installed in: /usr/share/cgi-3001.1.7.1/ghc-6.12.3 >Documentation installed in: /usr/share/doc/cgi-3001.1.7.1 >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 6.12.3 given by user at: /usr/bin/ghc >Using ghc-pkg version 6.12.3 given by user at: /usr/bin/ghc-pkg >No greencard found >Using haddock version 2.6.1 found on system at: /usr/bin/haddock >No happy found >No hmake found >Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs >Using hscolour version 1.17 found on system at: /usr/bin/HsColour >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 >Preprocessing library cgi-3001.1.7.1... >Building cgi-3001.1.7.1... >[1 of 8] Compiling Network.CGI.Header ( Network/CGI/Header.hs, dist/build/Network/CGI/Header.o ) > >Network/CGI.hs:1:15: > Warning: -fallow-overlapping-instances is deprecated: use -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead > >Network/CGI/Header.hs:1:0: > Warning: Module `Prelude' is deprecated: > You are using the old package `base' version 3.x. > Future GHC versions will not support base version 3.x. You > should update your code to use the new base version 4.x. > >Network/CGI/Header.hs:48:0: > Warning: The import of `Data.Function' is redundant > except perhaps to import instances from `Data.Function' > To import instances alone, use: import Data.Function() > >Network/CGI/Header.hs:50:0: > Warning: The import of `Data.Maybe' is redundant > except perhaps to import instances from `Data.Maybe' > To import instances alone, use: import Data.Maybe() > >Network/CGI/Header.hs:82:7: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- char ':'", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:83:7: > Warning: A do-notation statement discarded a result of type [Char]. > Suppress this warning by saying "_ <- many ws1", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:85:7: > Warning: A do-notation statement discarded a result of type String. > Suppress this warning by saying "_ <- crLf", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:93:7: > Warning: A do-notation statement discarded a result of type String. > Suppress this warning by saying "_ <- crLf", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:113:5: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- ($) lexeme char ';'", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:126:5: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- ($) lexeme char '='", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:176:11: > Warning: A do-notation statement discarded a result of type [Char]. > Suppress this warning by saying "_ <- many ws1", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:178:11: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- char '/'", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:207:11: > Warning: A do-notation statement discarded a result of type [Char]. > Suppress this warning by saying "_ <- many ws1", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:225:11: > Warning: A do-notation statement discarded a result of type [Char]. > Suppress this warning by saying "_ <- many ws1", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:264:22: > Warning: A do-notation statement discarded a result of type [Char]. > Suppress this warning by saying "_ <- many ws1", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:275:19: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- char '"'", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:277:5: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- char '"'", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:287:7: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- char '"'", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:290:23: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- char '"'", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Header.hs:310:17: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- char '\\'", > or by using the flag -fno-warn-unused-do-bind >[2 of 8] Compiling Network.CGI.Multipart ( Network/CGI/Multipart.hs, dist/build/Network/CGI/Multipart.o ) > >Network/CGI/Multipart.hs:1:0: > Warning: Module `Prelude' is deprecated: > You are using the old package `base' version 3.x. > Future GHC versions will not support base version 3.x. You > should update your code to use the new base version 4.x. >[3 of 8] Compiling Network.CGI.Protocol ( Network/CGI/Protocol.hs, dist/build/Network/CGI/Protocol.o ) > >Network/CGI/Protocol.hs:1:0: > Warning: Module `Prelude' is deprecated: > You are using the old package `base' version 3.x. > Future GHC versions will not support base version 3.x. You > should update your code to use the new base version 4.x. >[4 of 8] Compiling Network.CGI.Monad ( Network/CGI/Monad.hs, dist/build/Network/CGI/Monad.o ) > >Network/CGI/Monad.hs:1:0: > Warning: Module `Prelude' is deprecated: > You are using the old package `base' version 3.x. > Future GHC versions will not support base version 3.x. You > should update your code to use the new base version 4.x. > >Network/CGI/Monad.hs:30:39: > Warning: In the use of type constructor or class `Exception' > (imported from Control.Exception, but defined in base:Control.OldException): > Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions." > >Network/CGI/Monad.hs:30:50: > Warning: In the use of `try' > (imported from Control.Exception, but defined in base:Control.OldException): > Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions." >[5 of 8] Compiling Network.CGI.Accept ( Network/CGI/Accept.hs, dist/build/Network/CGI/Accept.o ) > >Network/CGI/Accept.hs:1:0: > Warning: Module `Prelude' is deprecated: > You are using the old package `base' version 3.x. > Future GHC versions will not support base version 3.x. You > should update your code to use the new base version 4.x. > >Network/CGI/Accept.hs:10:0: > Warning: The import of `Control.Monad' is redundant > except perhaps to import instances from `Control.Monad' > To import instances alone, use: import Control.Monad() > >Network/CGI/Accept.hs:11:0: > Warning: The import of `Data.Char' is redundant > except perhaps to import instances from `Data.Char' > To import instances alone, use: import Data.Char() > >Network/CGI/Accept.hs:39:40: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- ($) lexeme char ';'", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Accept.hs:40:40: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- ($) lexeme char 'q'", > or by using the flag -fno-warn-unused-do-bind > >Network/CGI/Accept.hs:41:40: > Warning: A do-notation statement discarded a result of type Char. > Suppress this warning by saying "_ <- ($) lexeme char '='", > or by using the flag -fno-warn-unused-do-bind >[6 of 8] Compiling Network.CGI.Cookie ( Network/CGI/Cookie.hs, dist/build/Network/CGI/Cookie.o ) > >Network/CGI/Cookie.hs:1:0: > Warning: Module `Prelude' is deprecated: > You are using the old package `base' version 3.x. > Future GHC versions will not support base version 3.x. You > should update your code to use the new base version 4.x. >[7 of 8] Compiling Network.CGI.Compat ( Network/CGI/Compat.hs, dist/build/Network/CGI/Compat.o ) > >Network/CGI/Compat.hs:1:0: > Warning: Module `Prelude' is deprecated: > You are using the old package `base' version 3.x. > Future GHC versions will not support base version 3.x. You > should update your code to use the new base version 4.x. > >Network/CGI/Compat.hs:23:39: > Warning: In the use of type constructor or class `Exception' > (imported from Control.Exception, but defined in base:Control.OldException): > Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions." > >Network/CGI/Compat.hs:23:55: > Warning: In the use of `Exception.catch' > (imported from Control.Exception, but defined in base:Control.OldException): > Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions." > >Network/CGI/Compat.hs:23:61: > Warning: In the use of `finally' > (imported from Control.Exception, but defined in base:Control.OldException): > Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions." > >Network/CGI/Compat.hs:62:2: > Warning: A do-notation statement discarded a result of type base:GHC.Conc.ThreadId. > Suppress this warning by saying "_ <- forkIO > (finally fn h (hClose h))", > or by using the flag -fno-warn-unused-do-bind >[8 of 8] Compiling Network.CGI ( Network/CGI.hs, dist/build/Network/CGI.o ) > >Network/CGI.hs:1:0: > Warning: Module `Prelude' is deprecated: > You are using the old package `base' version 3.x. > Future GHC versions will not support base version 3.x. You > should update your code to use the new base version 4.x. > >Network/CGI.hs:97:26: > Warning: In the use of data constructor `IOException' > (imported from Control.Exception, but defined in base:Control.OldException): > Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions." > >Network/CGI.hs:97:26: > Warning: In the use of data constructor `ErrorCall' > (imported from Control.Exception, but defined in base:Control.OldException): > Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions." > >Network/CGI.hs:97:26: > Warning: In the use of type constructor or class `Exception' > (imported from Control.Exception, but defined in base:Control.OldException): > Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions." > >Network/CGI.hs:120:0: > Warning: The import of `Html' from module `Text.XHtml' is redundant > >Network/CGI.hs:120:7: > Could not find module `Text.XHtml': > Perhaps you haven't installed the profiling libraries for package `xhtml-3000.2.0.1'? > Use -v to see a list of the files searched for. > * ERROR: dev-haskell/cgi-3001.1.7.1 failed (compile phase): > * setup build failed > * > * Call stack: > * ebuild.sh, line 56: Called src_compile > * environment, line 2840: Called haskell-cabal_src_compile > * environment, line 2176: Called cabal_src_compile > * environment, line 575: Called cabal-build > * environment, line 431: 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/cgi-3001.1.7.1', > * the complete build log and the output of 'emerge -pqv =dev-haskell/cgi-3001.1.7.1'. > * The complete build log is located at '/home/ago/log/build/dev-haskell/cgi-3001.1.7.1:20111218-190808.log'. > * The ebuild environment file is located at '/tmp/portage/dev-haskell/cgi-3001.1.7.1/temp/environment'. > * S: '/tmp/portage/dev-haskell/cgi-3001.1.7.1/work/cgi-3001.1.7.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 395187
: 296301