- * Package: dev-lang/epic-0.9.3
- * Repository: gentoo
- * Maintainer: haskell@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking epic-0.9.3.tar.gz to /tmp/portage/dev-lang/epic-0.9.3/work
- >>> Source unpacked in /tmp/portage/dev-lang/epic-0.9.3/work
- >>> Preparing source in /tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3 ...
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3 ...
- * Using cabal-1.14.0.
- /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
- [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 )
- 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=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
- Configuring epic-0.9.3...
- Dependency Cabal -any: using Cabal-1.14.0
- Dependency array -any: using array-0.4.0.0
- Dependency base ==4.*: using base-4.5.0.0
- Dependency directory -any: using directory-1.1.0.2
- Dependency mtl -any: using mtl-2.1.2
- Dependency process -any: using process-1.1.0.1
- Using Cabal-1.14.0 compiled by ghc-7.4
- Using compiler: ghc-7.4.1
- Using install prefix: /usr
- Binaries installed in: /usr/bin
- Libraries installed in: /usr/lib64/epic-0.9.3/ghc-7.4.1
- Private binaries installed in: /usr/libexec
- Data files installed in: /usr/share/epic-0.9.3/ghc-7.4.1
- Documentation installed in: /usr/share/doc/epic-0.9.3
- Using alex version 3.0.2 found on system at: /usr/bin/alex
- Using ar found on system at: /usr/bin/ar
- Using c2hs version 0.16.3 found on system at: /usr/bin/c2hs
- Using cpphs version 1.12 found on system at: /usr/bin/cpphs
- No ffihugs found
- Using gcc version 4.7.2 found on system at: /usr/bin/gcc
- Using ghc version 7.4.1 given by user at: /usr/bin/ghc
- Using ghc-pkg version 7.4.1 given by user at: /usr/bin/ghc-pkg
- No greencard found
- Using haddock version 2.10.0 found on system at: /usr/bin/haddock
- Using happy version 1.18.9 found on system at: /usr/bin/happy
- No hmake found
- Using hpc version 0.6 found on system at: /usr/bin/hpc
- Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
- Using hscolour version 1.19 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.27.1 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
- No uhc found
- make: Entering directory `/tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3/evm'
- rm -f closure.o stdfuns.o emalloc.o sparks.o libevm.a
- make: Leaving directory `/tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3/evm'
- >>> Source configured.
- >>> Compiling source in /tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3 ...
- ./setup build
- Building epic-0.9.3...
- Preprocessing library epic-0.9.3...
- [ 1 of 14] Compiling Paths_epic ( dist/build/autogen/Paths_epic.hs, dist/build/Paths_epic.o )
- [ 2 of 14] Compiling Epic.Language ( Epic/Language.lhs, dist/build/Epic/Language.o )
- Epic/Language.lhs:4:10:
- Warning: In the use of `catch'
- (imported from Prelude, but defined in System.IO.Error):
- Deprecated: "Please use the new exceptions variant, Control.Exception.catch"
- [ 3 of 14] Compiling Epic.Simplify ( Epic/Simplify.lhs, dist/build/Epic/Simplify.o )
- [ 4 of 14] Compiling Epic.Evaluator ( Epic/Evaluator.lhs, dist/build/Epic/Evaluator.o )
- [ 5 of 14] Compiling Epic.Bytecode ( Epic/Bytecode.lhs, dist/build/Epic/Bytecode.o )
- [ 6 of 14] Compiling Epic.CodegenC ( Epic/CodegenC.lhs, dist/build/Epic/CodegenC.o )
- [ 7 of 14] Compiling Epic.Lexer ( Epic/Lexer.lhs, dist/build/Epic/Lexer.o )
- [ 8 of 14] Compiling Epic.Parser ( dist/build/Epic/Parser.hs, dist/build/Epic/Parser.o )
- [ 9 of 14] Compiling Epic.Scopecheck ( Epic/Scopecheck.lhs, dist/build/Epic/Scopecheck.o )
- [10 of 14] Compiling Epic.Stackcode ( Epic/Stackcode.lhs, dist/build/Epic/Stackcode.o )
- [11 of 14] Compiling Epic.CodegenStack ( Epic/CodegenStack.lhs, dist/build/Epic/CodegenStack.o )
- [12 of 14] Compiling Epic.OTTLang ( Epic/OTTLang.lhs, dist/build/Epic/OTTLang.o )
- [13 of 14] Compiling Epic.Compiler ( Epic/Compiler.lhs, dist/build/Epic/Compiler.o )
- [14 of 14] Compiling Epic.Epic ( Epic/Epic.lhs, dist/build/Epic/Epic.o )
- Registering epic-0.9.3...
- Preprocessing executable 'epic' for epic-0.9.3...
- unused rules: 1
- [ 1 of 10] Compiling Epic.Language ( Epic/Language.lhs, dist/build/epic/epic-tmp/Epic/Language.o )
- Epic/Language.lhs:4:10:
- Warning: In the use of `catch'
- (imported from Prelude, but defined in System.IO.Error):
- Deprecated: "Please use the new exceptions variant, Control.Exception.catch"
- [ 2 of 10] Compiling Epic.Lexer ( Epic/Lexer.lhs, dist/build/epic/epic-tmp/Epic/Lexer.o )
- [ 3 of 10] Compiling Epic.Simplify ( Epic/Simplify.lhs, dist/build/epic/epic-tmp/Epic/Simplify.o )
- [ 4 of 10] Compiling Epic.Parser ( dist/build/epic/epic-tmp/Epic/Parser.hs, dist/build/epic/epic-tmp/Epic/Parser.o )
- [ 5 of 10] Compiling Epic.Scopecheck ( Epic/Scopecheck.lhs, dist/build/epic/epic-tmp/Epic/Scopecheck.o )
- [ 6 of 10] Compiling Epic.Bytecode ( Epic/Bytecode.lhs, dist/build/epic/epic-tmp/Epic/Bytecode.o )
- [ 7 of 10] Compiling Epic.CodegenC ( Epic/CodegenC.lhs, dist/build/epic/epic-tmp/Epic/CodegenC.o )
- [ 8 of 10] Compiling Paths_epic ( dist/build/autogen/Paths_epic.hs, dist/build/epic/epic-tmp/Paths_epic.o )
- [ 9 of 10] Compiling Epic.Compiler ( Epic/Compiler.lhs, dist/build/epic/epic-tmp/Epic/Compiler.o )
- [10 of 10] Compiling Main ( Main.lhs, dist/build/epic/epic-tmp/Main.o )
- Linking dist/build/epic/epic ...
- make: Entering directory `/tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3/evm'
- gcc -Wall -O3 -DUSE_BOEHM -c -o closure.o closure.c
- gcc -Wall -O3 -DUSE_BOEHM -c -o stdfuns.o stdfuns.c
- stdfuns.c: In function ‘freadStrAny’:
- stdfuns.c:69:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
- stdfuns.c: In function ‘freadStr’:
- stdfuns.c:58:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
- stdfuns.c: In function ‘readStr’:
- stdfuns.c:48:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
- gcc -Wall -O3 -DUSE_BOEHM -c -o emalloc.o emalloc.c
- gcc -Wall -O3 -DUSE_BOEHM -c -o sparks.o sparks.c
- ar r libevm.a closure.o stdfuns.o emalloc.o sparks.o
- ar: creating libevm.a
- ranlib libevm.a
- make: Leaving directory `/tmp/portage/dev-lang/epic-0.9.3/work/epic-0.9.3/evm'
- >>> Source compiled.
- * >>> Test phase [cabal test]: dev-lang/epic-0.9.3
- ./setup test
- Package has no test suites.
- >>> Install epic-0.9.3 into /tmp/portage/dev-lang/epic-0.9.3/image/ category dev-lang
- ./setup copy --destdir=/tmp/portage/dev-lang/epic-0.9.3/image/
- Installing library in
- /tmp/portage/dev-lang/epic-0.9.3/image/usr/lib64/epic-0.9.3/ghc-7.4.1
- Installing executable(s) in /tmp/portage/dev-lang/epic-0.9.3/image/usr/bin
- Creating package registration file:
- /tmp/portage/dev-lang/epic-0.9.3/temp/epic-0.9.3.conf
- Reading package info from stdin ... done.
- 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
- epic-0.9.3: Warning: haddock-html: /usr/share/doc/epic-0.9.3/html doesn't exist or isn't a directory
- epic-0.9.3: dependency "Cabal-1.14.0-bcd4d2f3c47a192df4df0c51ed21bbbf" doesn't exist (ignoring)
- epic-0.9.3: dependency "array-0.4.0.0-59d1cc0e7979167b002f021942d60f46" doesn't exist (ignoring)
- epic-0.9.3: dependency "base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702" doesn't exist (ignoring)
- epic-0.9.3: dependency "directory-1.1.0.2-ebacad9b5233212b1abbebce9b7e6524" doesn't exist (ignoring)
- epic-0.9.3: dependency "mtl-2.1.2-0973d74bbf4cfd12f281b730fcc93be9" doesn't exist (ignoring)
- epic-0.9.3: dependency "process-1.1.0.1-18dadd8ad5fc640f55a7afdc7aace500" doesn't exist (ignoring)
- Writing new package config file... done.
- >>> Completed installing epic-0.9.3 into /tmp/portage/dev-lang/epic-0.9.3/image/
- * QA Notice: Files built without respecting CFLAGS have been detected
- * Please include the following list of files in your report:
- * /usr/bin/epic
- strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
- usr/bin/epic
- usr/share/epic-0.9.3/ghc-7.4.1/evm/libevm.a
- usr/lib64/epic-0.9.3/ghc-7.4.1/HSepic-0.9.3.o
- usr/lib64/epic-0.9.3/ghc-7.4.1/libHSepic-0.9.3.a
- ecompressdir: bzip2 -9 /usr/share/doc
- * Unregistering epic-0.9.3 ...
- [ ok ]
- * Registering epic-0.9.3 ...
- 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
- epic-0.9.3: Warning: haddock-html: /usr/share/doc/epic-0.9.3/html doesn't exist or isn't a directory
- [ ok ]