Configuring ed25519-0.0.5.0... Flags chosen: no-donna=True, test-doctests=True, test-hlint=True, test-properties=True Dependency base ==4.8.2.0: using base-4.8.2.0 Dependency bytestring ==0.10.6.0: using bytestring-0.10.6.0 Dependency ghc-prim ==0.4.0.0: using ghc-prim-0.4.0.0 Using Cabal-1.22.5.0 compiled by ghc-7.10 Using compiler: ghc-7.10.3 Using install prefix: /root/.cabal Binaries installed in: /root/.cabal/bin Libraries installed in: /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD Private binaries installed in: /root/.cabal/libexec Data files installed in: /root/.cabal/share/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0 Documentation installed in: /root/.cabal/share/doc/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0 Configuration files installed in: /root/.cabal/etc Using alex version 3.1.4 found on system at: /opt/alex/3.1.4/bin/alex Using ar found on system at: /usr/bin/ar No c2hs found No cpphs found Using gcc version 4.9.2 found on system at: /usr/bin/gcc Using ghc version 7.10.3 found on system at: /opt/ghc/7.10.3/bin/ghc Using ghc-pkg version 7.10.3 found on system at: /opt/ghc/7.10.3/bin/ghc-pkg No ghcjs found No ghcjs-pkg found No greencard found Using haddock version 2.16.1 found on system at: /opt/ghc/7.10.3/bin/haddock Using happy version 1.19.5 found on system at: /opt/happy/1.19.5/bin/happy 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: /opt/ghc/7.10.3/bin/hpc Using hsc2hs version 0.67 found on system at: /opt/ghc/7.10.3/bin/hsc2hs Using hscolour version 1.24 found on system at: /root/.cabal/bin/HsColour No jhc found Using ld found on system at: /usr/bin/ld No lhc found No lhc-pkg found No pkg-config found Using strip version 2.25 found on system at: /usr/bin/strip Using tar found on system at: /bin/tar No uhc found Component build order: library creating dist/build creating dist/build/autogen Building ed25519-0.0.5.0... /opt/ghc/7.10.3/bin/ghc-pkg init dist/package.conf.inplace Preprocessing library ed25519-0.0.5.0... Building library... creating dist/build /opt/ghc/7.10.3/bin/ghc --make -fbuilding-cabal-package -O -static -dynamic-too -dynosuf dyn_o -dynhisuf dyn_hi -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -isrc -idist/build/autogen -Idist/build/autogen -Idist/build -Isrc/cbits/ref10 -Isrc/cbits/ref10/include -optP-include -optPdist/build/autogen/cabal_macros.h -this-package-key ed255_HYcxmaqsIO44nIBgScYnSD -hide-all-packages -package-db dist/package.conf.inplace -package-id base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d -package-id bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437 -package-id ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e -XHaskell2010 Crypto.Sign.Ed25519 -Wall -fwarn-tabs [1 of 1] Compiling Crypto.Sign.Ed25519 ( src/Crypto/Sign/Ed25519.hs, dist/build/Crypto/Sign/Ed25519.o ) Building C Sources... creating dist/build /opt/ghc/7.10.3/bin/ghc -c -fPIC -odir dist/build -Idist/build/autogen -Idist/build -Isrc/cbits/ref10 -Isrc/cbits/ref10/include -optc-O2 -package-db dist/package.conf.inplace -package-id base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d -package-id bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437 -package-id ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e src/cbits/ref10/ed25519.c /opt/ghc/7.10.3/bin/ghc -c -dynamic -fPIC -osuf dyn_o -odir dist/build -Idist/build/autogen -Idist/build -Isrc/cbits/ref10 -Isrc/cbits/ref10/include -optc-O2 -package-db dist/package.conf.inplace -package-id base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d -package-id bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437 -package-id ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e src/cbits/ref10/ed25519.c Linking... [(InstalledPackageId "base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d",PackageIdentifier {pkgName = PackageName {unPackageName = "base"}, pkgVersion = Version {versionBranch = [4,8,2,0], versionTags = []}},ModuleRenaming True []),(InstalledPackageId "bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437",PackageIdentifier {pkgName = PackageName {unPackageName = "bytestring"}, pkgVersion = Version {versionBranch = [0,10,6,0], versionTags = []}},ModuleRenaming True []),(InstalledPackageId "ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e",PackageIdentifier {pkgName = PackageName {unPackageName = "ghc-prim"}, pkgVersion = Version {versionBranch = [0,4,0,0], versionTags = []}},ModuleRenaming True [])] /usr/bin/ar -r dist/build/objs-6486/libHSed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD.a dist/build/Crypto/Sign/Ed25519.o dist/build/src/cbits/ref10/ed25519.o /usr/bin/ar: creating dist/build/objs-6486/libHSed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD.a /usr/bin/strip dist/build/objs-6486/libHSed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD.a --strip-unneeded /opt/ghc/7.10.3/bin/ghc -shared -dynamic '-dynload deploy' -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/rts -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -this-package-key ed255_HYcxmaqsIO44nIBgScYnSD -no-auto-link-packages -package-db dist/package.conf.inplace -package-id base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d -package-id bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437 -package-id ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e dist/build/Crypto/Sign/Ed25519.dyn_o dist/build/src/cbits/ref10/ed25519.dyn_o -o dist/build/libHSed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD-ghc7.10.3.so In-place registering ed25519-0.0.5.0... /opt/ghc/7.10.3/bin/ghc-pkg update - --global --user '--package-db=dist/package.conf.inplace' /opt/ghc/7.10.3/bin/ghc --abi-hash -fbuilding-cabal-package -O -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -isrc -idist/build/autogen -Idist/build/autogen -Idist/build -Isrc/cbits/ref10 -Isrc/cbits/ref10/include -optP-include -optPdist/build/autogen/cabal_macros.h -this-package-key ed255_HYcxmaqsIO44nIBgScYnSD -hide-all-packages -package-id base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d -package-id bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437 -package-id ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e -XHaskell2010 Crypto.Sign.Ed25519 -Wall -fwarn-tabs Creating package registration file: /tmp/pkgConf-ed25519-0.0.59439477391984210012.0 directory dist/doc/html/ed25519 does exist: False creating /root/.cabal/share/doc/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0 Installing LICENSE.txt to /root/.cabal/share/doc/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0/LICENSE.txt Installing library in /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD creating /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD/Crypto/Sign creating /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD/Crypto creating /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD creating /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD/Crypto creating /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD/Crypto/Sign Installing dist/build/Crypto/Sign/Ed25519.hi to /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD/Crypto/Sign/Ed25519.hi creating /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD/Crypto/Sign Installing dist/build/Crypto/Sign/Ed25519.dyn_hi to /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD/Crypto/Sign/Ed25519.dyn_hi creating /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD Installing dist/build/libHSed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD.a to /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD/libHSed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD.a creating /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD /usr/bin/strip dist/build/libHSed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD-ghc7.10.3.so --strip-unneeded Installing executable dist/build/libHSed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD-ghc7.10.3.so to /root/.cabal/lib/x86_64-linux-ghc-7.10.3/ed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD/libHSed25519-0.0.5.0-HYcxmaqsIO44nIBgScYnSD-ghc7.10.3.so /opt/ghc/7.10.3/bin/ghc --abi-hash -fbuilding-cabal-package -O -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -isrc -idist/build/autogen -Idist/build/autogen -Idist/build -Isrc/cbits/ref10 -Isrc/cbits/ref10/include -optP-include -optPdist/build/autogen/cabal_macros.h -this-package-key ed255_HYcxmaqsIO44nIBgScYnSD -hide-all-packages -package-id base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d -package-id bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437 -package-id ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e -XHaskell2010 Crypto.Sign.Ed25519 -Wall -fwarn-tabs Registering ed25519-0.0.5.0... /opt/ghc/7.10.3/bin/ghc-pkg update - --global --user