Advertisement
Guest User

cgi-3001.1.8.4 build log

a guest
Jan 10th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. * Package: dev-haskell/cgi-3001.1.8.4
  2. * Repository: gentoo-haskell
  3. * Maintainer: haskell@gentoo.org
  4. * USE: amd64 elibc_glibc extensible-exceptions-in-base kernel_linux userland_GNU
  5. * FEATURES: preserve-libs sandbox userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking cgi-3001.1.8.4.tar.gz to /var/tmp/portage/dev-haskell/cgi-3001.1.8.4/work
  8. >>> Source unpacked in /var/tmp/portage/dev-haskell/cgi-3001.1.8.4/work
  9. >>> Preparing source in /var/tmp/portage/dev-haskell/cgi-3001.1.8.4/work/cgi-3001.1.8.4 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /var/tmp/portage/dev-haskell/cgi-3001.1.8.4/work/cgi-3001.1.8.4 ...
  12. * Using cabal-1.18.1.2.
  13. * Prepending /usr/lib64/ghc-7.6.3 to LD_LIBRARY_PATH
  14. /usr/bin/ghc -package Cabal-1.18.1.2 --make /var/tmp/portage/dev-haskell/cgi-3001.1.8.4/work/cgi-3001.1.8.4/Setup.hs -dynamic -o setup
  15. [1 of 1] Compiling Main ( /var/tmp/portage/dev-haskell/cgi-3001.1.8.4/work/cgi-3001.1.8.4/Setup.hs, /var/tmp/portage/dev-haskell/cgi-3001.1.8.4/work/cgi-3001.1.8.4/Setup.o )
  16. Linking setup ...
  17. ./setup configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=cgi-3001.1.8.4/ghc-7.6.3 --datadir=/usr/share/ --datasubdir=cgi-3001.1.8.4/ghc-7.6.3 --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/cgi-3001.1.8.4 --verbose --sysconfdir=/etc --flags=extensible-exceptions-in-base
  18. Configuring cgi-3001.1.8.4...
  19. Flags chosen: extensible-exceptions-in-base=True, bytestring-in-base=False,
  20. split-base=True
  21. Dependency MonadCatchIO-mtl -any: using MonadCatchIO-mtl-0.3.1.0
  22. Dependency base ==4.*: using base-4.6.0.1
  23. Dependency bytestring -any: using bytestring-0.10.0.2
  24. Dependency containers -any: using containers-0.5.0.0
  25. Dependency mtl >=1.0: using mtl-2.1.2
  26. Dependency network >=2.0: using network-2.4.2.2
  27. Dependency old-locale -any: using old-locale-1.0.0.5
  28. Dependency old-time -any: using old-time-1.1.0.1
  29. Dependency parsec >=2.0: using parsec-3.1.4
  30. Dependency xhtml >=3000.0.0: using xhtml-3000.2.1
  31. '/usr/bin/ghc' '--info'
  32. Using Cabal-1.18.1.2 compiled by ghc-7.6
  33. Using compiler: ghc-7.6.3
  34. Using install prefix: /usr
  35. Binaries installed in: /usr/bin
  36. Libraries installed in: /usr/lib64/cgi-3001.1.8.4/ghc-7.6.3
  37. Private binaries installed in: /usr/libexec
  38. Data files installed in: /usr/share/cgi-3001.1.8.4/ghc-7.6.3
  39. Documentation installed in: /usr/share/doc/cgi-3001.1.8.4
  40. Configuration files installed in: /etc
  41. Using alex version 3.1.3 found on system at: /usr/bin/alex
  42. Using ar found on system at: /usr/bin/ar
  43. No c2hs found
  44. Using cpphs version 1.17.1 found on system at: /usr/bin/cpphs
  45. No ffihugs found
  46. Using gcc version 4.7.3 found on system at: /usr/bin/gcc
  47. Using ghc version 7.6.3 given by user at: /usr/bin/ghc
  48. Using ghc-pkg version 7.6.3 given by user at: /usr/bin/ghc-pkg
  49. No greencard found
  50. Using haddock version 2.13.2.1 found on system at: /usr/bin/haddock
  51. Using happy version 1.19.2 found on system at: /usr/bin/happy
  52. No hmake found
  53. Using hpc version 0.6 found on system at: /usr/bin/hpc
  54. Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
  55. Using hscolour version 1.20 found on system at: /usr/bin/HsColour
  56. No hugs found
  57. No jhc found
  58. Using ld found on system at: /usr/bin/ld
  59. No lhc found
  60. No lhc-pkg found
  61. No nhc98 found
  62. Using pkg-config version 0.28 found on system at: /usr/bin/pkg-config
  63. Using ranlib found on system at: /usr/bin/ranlib
  64. Using strip found on system at: /usr/bin/strip
  65. Using tar found on system at: /bin/tar
  66. No uhc found
  67. >>> Source configured.
  68. >>> Compiling source in /var/tmp/portage/dev-haskell/cgi-3001.1.8.4/work/cgi-3001.1.8.4 ...
  69. ./setup build
  70. Building cgi-3001.1.8.4...
  71. Preprocessing library cgi-3001.1.8.4...
  72.  
  73. Network/CGI.hs:1:16: Warning:
  74. -fallow-overlapping-instances is deprecated: use -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
  75.  
  76. Network/CGI/Monad.hs:1:16: Warning:
  77. -fglasgow-exts is deprecated: Use individual extensions instead
  78. [1 of 8] Compiling Network.CGI.Header ( Network/CGI/Header.hs, dist/build/Network/CGI/Header.o )
  79. [2 of 8] Compiling Network.CGI.Multipart ( Network/CGI/Multipart.hs, dist/build/Network/CGI/Multipart.o )
  80. [3 of 8] Compiling Network.CGI.Protocol ( Network/CGI/Protocol.hs, dist/build/Network/CGI/Protocol.o )
  81.  
  82. Network/CGI/Protocol.hs:76:28: Warning:
  83. In the use of `mkTyCon' (imported from Data.Typeable):
  84. Deprecated: "either derive Typeable, or use mkTyCon3 instead"
  85. [4 of 8] Compiling Network.CGI.Monad ( Network/CGI/Monad.hs, dist/build/Network/CGI/Monad.o )
  86.  
  87. Network/CGI/Monad.hs:123:10:
  88. Could not deduce (Functor m) arising from a use of `try'
  89. from the context (MonadCGI m, MonadCatchIO m)
  90. bound by the type signature for
  91. tryCGI :: (MonadCGI m, MonadCatchIO m) =>
  92. m a -> m (Either SomeException a)
  93. at Network/CGI/Monad.hs:122:11-75
  94. Possible fix:
  95. add (Functor m) to the context of
  96. the type signature for
  97. tryCGI :: (MonadCGI m, MonadCatchIO m) =>
  98. m a -> m (Either SomeException a)
  99. In the expression: try
  100. In an equation for `tryCGI': tryCGI = try
  101. * ERROR: dev-haskell/cgi-3001.1.8.4::gentoo-haskell failed (compile phase):
  102. * setup build failed
  103. *
  104. * Call stack:
  105. * ebuild.sh, line 93: Called src_compile
  106. * environment, line 2611: Called haskell-cabal_src_compile
  107. * environment, line 1887: Called cabal_src_compile
  108. * environment, line 700: Called cabal-build
  109. * environment, line 467: Called die
  110. * The specific snippet of code:
  111. * ./setup "$@" || die "setup build failed"
  112. *
  113. * If you need support, post the output of `emerge --info '=dev-haskell/cgi-3001.1.8.4::gentoo-haskell'`,
  114. * the complete build log and the output of `emerge -pqv '=dev-haskell/cgi-3001.1.8.4::gentoo-haskell'`.
  115. * The complete build log is located at '/var/tmp/portage/dev-haskell/cgi-3001.1.8.4/temp/build.log'.
  116. * The ebuild environment file is located at '/var/tmp/portage/dev-haskell/cgi-3001.1.8.4/temp/environment'.
  117. * Working directory: '/var/tmp/portage/dev-haskell/cgi-3001.1.8.4/work/cgi-3001.1.8.4'
  118. * S: '/var/tmp/portage/dev-haskell/cgi-3001.1.8.4/work/cgi-3001.1.8.4'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement