1. * Package: dev-lang/epic-0.9.3
  2. * Repository: gentoo
  3. * Maintainer: haskell@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking epic-0.9.3.tar.gz to /tmp/portage/dev-lang/epic-0.9.3/work
  8. >>> Source unpacked in /tmp/portage/dev-lang/epic-0.9.3/work
  9. >>> Preparing source in /tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3 ...
  12. * Using cabal-1.14.0.
  13. /usr/bin/ghc -package Cabal-1.14.0 --make /tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3/Setup.hs -o setup
  14. [1 of 1] Compiling Main ( /tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3/Setup.hs, /tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3/Setup.o )
  15. Linking setup ...
  16. ./setup configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=epic-0.9.3/ghc-7.4.1 --datadir=/usr/share/ --datasubdir=epic-0.9.3/ghc-7.4.1 --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/epic-0.9.3 --verbose
  17. Configuring epic-0.9.3...
  18. Dependency Cabal -any: using Cabal-1.14.0
  19. Dependency array -any: using array-0.4.0.0
  20. Dependency base ==4.*: using base-4.5.0.0
  21. Dependency directory -any: using directory-1.1.0.2
  22. Dependency mtl -any: using mtl-2.1.2
  23. Dependency process -any: using process-1.1.0.1
  24. Using Cabal-1.14.0 compiled by ghc-7.4
  25. Using compiler: ghc-7.4.1
  26. Using install prefix: /usr
  27. Binaries installed in: /usr/bin
  28. Libraries installed in: /usr/lib64/epic-0.9.3/ghc-7.4.1
  29. Private binaries installed in: /usr/libexec
  30. Data files installed in: /usr/share/epic-0.9.3/ghc-7.4.1
  31. Documentation installed in: /usr/share/doc/epic-0.9.3
  32. Using alex version 3.0.2 found on system at: /usr/bin/alex
  33. Using ar found on system at: /usr/bin/ar
  34. Using c2hs version 0.16.3 found on system at: /usr/bin/c2hs
  35. Using cpphs version 1.12 found on system at: /usr/bin/cpphs
  36. No ffihugs found
  37. Using gcc version 4.7.2 found on system at: /usr/bin/gcc
  38. Using ghc version 7.4.1 given by user at: /usr/bin/ghc
  39. Using ghc-pkg version 7.4.1 given by user at: /usr/bin/ghc-pkg
  40. No greencard found
  41. Using haddock version 2.10.0 found on system at: /usr/bin/haddock
  42. Using happy version 1.18.9 found on system at: /usr/bin/happy
  43. No hmake found
  44. Using hpc version 0.6 found on system at: /usr/bin/hpc
  45. Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
  46. Using hscolour version 1.19 found on system at: /usr/bin/HsColour
  47. No hugs found
  48. No jhc found
  49. Using ld found on system at: /usr/bin/ld
  50. No lhc found
  51. No lhc-pkg found
  52. No nhc98 found
  53. Using pkg-config version 0.27.1 found on system at: /usr/bin/pkg-config
  54. Using ranlib found on system at: /usr/bin/ranlib
  55. Using strip found on system at: /usr/bin/strip
  56. Using tar found on system at: /bin/tar
  57. No uhc found
  58. make: Entering directory `/tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3/evm'
  59. rm -f closure.o stdfuns.o emalloc.o sparks.o libevm.a
  60. make: Leaving directory `/tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3/evm'
  61. >>> Source configured.
  62. >>> Compiling source in /tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3 ...
  63. ./setup build
  64. Building epic-0.9.3...
  65. Preprocessing library epic-0.9.3...
  66. [ 1 of 14] Compiling Paths_epic ( dist/build/autogen/Paths_epic.hs, dist/build/Paths_epic.o )
  67. [ 2 of 14] Compiling Epic.Language ( Epic/Language.lhs, dist/build/Epic/Language.o )
  68. Epic/Language.lhs:4:10:
  69. Warning: In the use of `catch'
  70. (imported from Prelude, but defined in System.IO.Error):
  71. Deprecated: "Please use the new exceptions variant, Control.Exception.catch"
  72. [ 3 of 14] Compiling Epic.Simplify ( Epic/Simplify.lhs, dist/build/Epic/Simplify.o )
  73. [ 4 of 14] Compiling Epic.Evaluator ( Epic/Evaluator.lhs, dist/build/Epic/Evaluator.o )
  74. [ 5 of 14] Compiling Epic.Bytecode ( Epic/Bytecode.lhs, dist/build/Epic/Bytecode.o )
  75. [ 6 of 14] Compiling Epic.CodegenC ( Epic/CodegenC.lhs, dist/build/Epic/CodegenC.o )
  76. [ 7 of 14] Compiling Epic.Lexer ( Epic/Lexer.lhs, dist/build/Epic/Lexer.o )
  77. [ 8 of 14] Compiling Epic.Parser ( dist/build/Epic/Parser.hs, dist/build/Epic/Parser.o )
  78. [ 9 of 14] Compiling Epic.Scopecheck ( Epic/Scopecheck.lhs, dist/build/Epic/Scopecheck.o )
  79. [10 of 14] Compiling Epic.Stackcode ( Epic/Stackcode.lhs, dist/build/Epic/Stackcode.o )
  80. [11 of 14] Compiling Epic.CodegenStack ( Epic/CodegenStack.lhs, dist/build/Epic/CodegenStack.o )
  81. [12 of 14] Compiling Epic.OTTLang ( Epic/OTTLang.lhs, dist/build/Epic/OTTLang.o )
  82. [13 of 14] Compiling Epic.Compiler ( Epic/Compiler.lhs, dist/build/Epic/Compiler.o )
  83. [14 of 14] Compiling Epic.Epic ( Epic/Epic.lhs, dist/build/Epic/Epic.o )
  84. Registering epic-0.9.3...
  85. Preprocessing executable 'epic' for epic-0.9.3...
  86. unused rules: 1
  87. [ 1 of 10] Compiling Epic.Language ( Epic/Language.lhs, dist/build/epic/epic-tmp/Epic/Language.o )
  88. Epic/Language.lhs:4:10:
  89. Warning: In the use of `catch'
  90. (imported from Prelude, but defined in System.IO.Error):
  91. Deprecated: "Please use the new exceptions variant, Control.Exception.catch"
  92. [ 2 of 10] Compiling Epic.Lexer ( Epic/Lexer.lhs, dist/build/epic/epic-tmp/Epic/Lexer.o )
  93. [ 3 of 10] Compiling Epic.Simplify ( Epic/Simplify.lhs, dist/build/epic/epic-tmp/Epic/Simplify.o )
  94. [ 4 of 10] Compiling Epic.Parser ( dist/build/epic/epic-tmp/Epic/Parser.hs, dist/build/epic/epic-tmp/Epic/Parser.o )
  95. [ 5 of 10] Compiling Epic.Scopecheck ( Epic/Scopecheck.lhs, dist/build/epic/epic-tmp/Epic/Scopecheck.o )
  96. [ 6 of 10] Compiling Epic.Bytecode ( Epic/Bytecode.lhs, dist/build/epic/epic-tmp/Epic/Bytecode.o )
  97. [ 7 of 10] Compiling Epic.CodegenC ( Epic/CodegenC.lhs, dist/build/epic/epic-tmp/Epic/CodegenC.o )
  98. [ 8 of 10] Compiling Paths_epic ( dist/build/autogen/Paths_epic.hs, dist/build/epic/epic-tmp/Paths_epic.o )
  99. [ 9 of 10] Compiling Epic.Compiler ( Epic/Compiler.lhs, dist/build/epic/epic-tmp/Epic/Compiler.o )
  100. [10 of 10] Compiling Main ( Main.lhs, dist/build/epic/epic-tmp/Main.o )
  101. Linking dist/build/epic/epic ...
  102. make: Entering directory `/tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3/evm'
  103. gcc -Wall -O3 -DUSE_BOEHM -c -o closure.o closure.c
  104. gcc -Wall -O3 -DUSE_BOEHM -c -o stdfuns.o stdfuns.c
  105. stdfuns.c: In function ‘freadStrAny’:
  106. stdfuns.c:69:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  107. stdfuns.c: In function ‘freadStr’:
  108. stdfuns.c:58:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  109. stdfuns.c: In function ‘readStr’:
  110. stdfuns.c:48:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  111. gcc -Wall -O3 -DUSE_BOEHM -c -o emalloc.o emalloc.c
  112. gcc -Wall -O3 -DUSE_BOEHM -c -o sparks.o sparks.c
  113. ar r libevm.a closure.o stdfuns.o emalloc.o sparks.o
  114. ar: creating libevm.a
  115. ranlib libevm.a
  116. make: Leaving directory `/tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3/evm'
  117. >>> Source compiled.
  118. * >>> Test phase [cabal test]: dev-lang/epic-0.9.3
  119. ./setup test
  120. Package has no test suites.
  121. >>> Install epic-0.9.3 into /tmp/portage/dev-lang/epic-0.9.3/image/ category dev-lang
  122. ./setup copy --destdir=/tmp/portage/dev-lang/epic-0.9.3/image/
  123. Installing library in
  124. /tmp/portage/dev-lang/epic-0.9.3/image/usr/lib64/epic-0.9.3/ghc-7.4.1
  125. Installing executable(s) in /tmp/portage/dev-lang/epic-0.9.3/image/usr/bin
  126. Creating package registration file:
  127. /tmp/portage/dev-lang/epic-0.9.3/temp/epic-0.9.3.conf
  128. Reading package info from stdin ... done.
  129. epic-0.9.3: Warning: haddock-interfaces: /usr/share/doc/epic-0.9.3/html/epic.haddock doesn't exist or isn't a file
  130. epic-0.9.3: Warning: haddock-html: /usr/share/doc/epic-0.9.3/html doesn't exist or isn't a directory
  131. epic-0.9.3: dependency "Cabal-1.14.0-bcd4d2f3c47a192df4df0c51ed21bbbf" doesn't exist (ignoring)
  132. epic-0.9.3: dependency "array-0.4.0.0-59d1cc0e7979167b002f021942d60f46" doesn't exist (ignoring)
  133. epic-0.9.3: dependency "base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702" doesn't exist (ignoring)
  134. epic-0.9.3: dependency "directory-1.1.0.2-ebacad9b5233212b1abbebce9b7e6524" doesn't exist (ignoring)
  135. epic-0.9.3: dependency "mtl-2.1.2-0973d74bbf4cfd12f281b730fcc93be9" doesn't exist (ignoring)
  136. epic-0.9.3: dependency "process-1.1.0.1-18dadd8ad5fc640f55a7afdc7aace500" doesn't exist (ignoring)
  137. Writing new package config file... done.
  138. >>> Completed installing epic-0.9.3 into /tmp/portage/dev-lang/epic-0.9.3/image/
  139. * QA Notice: Files built without respecting CFLAGS have been detected
  140. * Please include the following list of files in your report:
  141. * /usr/bin/epic
  142. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  143. usr/bin/epic
  144. usr/share/epic-0.9.3/ghc-7.4.1/evm/libevm.a
  145. usr/lib64/epic-0.9.3/ghc-7.4.1/HSepic-0.9.3.o
  146. usr/lib64/epic-0.9.3/ghc-7.4.1/libHSepic-0.9.3.a
  147. ecompressdir: bzip2 -9 /usr/share/doc
  148. * Unregistering epic-0.9.3 ...
  149. [ ok ]
  150. * Registering epic-0.9.3 ...
  151. epic-0.9.3: Warning: haddock-interfaces: /usr/share/doc/epic-0.9.3/html/epic.haddock doesn't exist or isn't a file
  152. epic-0.9.3: Warning: haddock-html: /usr/share/doc/epic-0.9.3/html doesn't exist or isn't a directory
  153. [ ok ]