* Package: dev-haskell/alut-2.1.0.0 * Repository: gentoo * Maintainer: haskell@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux pie ssp userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking ALUT-2.1.0.0.tar.gz to /var/tmp/portage/dev-haskell/alut-2.1.0.0/work >>> Source unpacked in /var/tmp/portage/dev-haskell/alut-2.1.0.0/work >>> Compiling source in /var/tmp/portage/dev-haskell/alut-2.1.0.0/work/ALUT-2.1.0.0 ... * Using cabal-1.24.2.0. * Prepending /usr/lib64/ghc-8.0.2 to LD_LIBRARY_PATH /usr/bin/ghc -package Cabal-1.24.2.0 --make /var/tmp/portage/dev-haskell/alut-2.1.0.0/work/ALUT-2.1.0.0/Setup.hs -j1 +RTS -A256M -qb0 -RTS -threaded -dynamic -o setup [1 of 1] Compiling Main ( /var/tmp/portage/dev-haskell/alut-2.1.0.0/work/ALUT-2.1.0.0/Setup.hs, /var/tmp/portage/dev-haskell/alut-2.1.0.0/work/ALUT-2.1.0.0/Setup.o ) /var/tmp/portage/dev-haskell/alut-2.1.0.0/work/ALUT-2.1.0.0/Setup.hs:6:29: warning: [-Wdeprecations] In the use of ‘defaultUserHooks’ (imported from Distribution.Simple): Deprecated: "Use simpleUserHooks or autoconfUserHooks, unless you need Cabal-1.2 compatibility in which case you must stick with defaultUserHooks" Linking setup ... /var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/environment: line 439: ver_test: command not found ./setup configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=alut-2.1.0.0/ghc-8.0.2 --datadir=/usr/share/ --datasubdir=alut-2.1.0.0/ghc-8.0.2 --ghc-options=-j1 +RTS -A256M -qb0 -RTS --with-ar=x86_64-pc-linux-gnu-ar --ghc-option=-optc-O2 --ghc-option=-optc-pipe --ghc-option=-optc-march=native --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/alut-2.1.0.0 --verbose --sysconfdir=/etc --disable-library-stripping Warning: defaultUserHooks in Setup script is deprecated. Configuring ALUT-2.1.0.0... Dependency OpenAL -any: using OpenAL-1.4.0.2 Dependency OpenGL -any: using OpenGL-2.9.2.0 Dependency base -any: using base-4.9.1.0 Using Cabal-1.24.2.0 compiled by ghc-8.0 Using compiler: ghc-8.0.2 Using install prefix: /usr Binaries installed in: /usr/bin Libraries installed in: /usr/lib64/alut-2.1.0.0/ghc-8.0.2 Dynamic libraries installed in: /usr/lib64/x86_64-linux-ghc-8.0.2 Private binaries installed in: /usr/libexec Data files installed in: /usr/share/alut-2.1.0.0/ghc-8.0.2 Documentation installed in: /usr/share/doc/alut-2.1.0.0 Configuration files installed in: /etc No alex found Using ar given by user at: /usr/bin/x86_64-pc-linux-gnu-ar No c2hs found No cpphs found Using gcc version 8.2.0 found on system at: /usr/bin/x86_64-pc-linux-gnu-gcc Using ghc version 8.0.2 given by user at: /usr/bin/ghc Using ghc-pkg version 8.0.2 given by user at: /usr/bin/ghc-pkg No ghcjs found No ghcjs-pkg found No greencard found Using haddock version 2.17.3 found on system at: /usr/bin/haddock-ghc-8.0.2 No happy found 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: /usr/bin/hpc Using hsc2hs version 0.68.1 found on system at: /usr/bin/hsc2hs No hscolour found No jhc found Using ld found on system at: /usr/bin/x86_64-pc-linux-gnu-ld No lhc found No lhc-pkg found Using pkg-config version 1.5.4 found on system at: /usr/bin/pkg-config Using strip version 2.31 found on system at: /usr/bin/strip Using tar found on system at: /bin/tar No uhc found /bin/sh ./configure '--with-hc=/usr/bin/ghc' '--with-hc-pkg=/usr/bin/ghc-pkg' '--prefix=/usr' '--libdir=/usr/lib64' '--datadir=/usr/share/' '--sysconfdir=/etc' 'CC=/usr/bin/x86_64-pc-linux-gnu-gcc' checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for gcc... /usr/bin/x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/x86_64-pc-linux-gnu-gcc accepts -g... yes checking for /usr/bin/x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for library containing alGenSources... -lopenal checking for library containing alutExit... -lalut checking how to run the C preprocessor... /usr/bin/x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking AL/alut.h usability... yes checking AL/alut.h presence... yes checking for AL/alut.h... yes checking whether alutInit returns void... no checking for alutInitWithoutContext... yes checking whether alutExit returns void... no checking for alutGetError... yes checking for alutGetErrorString... yes checking for alutCreateBufferFromFile... yes checking for alutCreateBufferFromFileImage... yes checking for alutCreateBufferHelloWorld... yes checking for alutCreateBufferWaveform... yes checking for alutLoadMemoryFromFile... yes checking for alutLoadMemoryFromFileImage... yes checking for alutLoadMemoryHelloWorld... yes checking for alutLoadMemoryWaveform... yes checking for alutGetMIMETypes... yes checking for alutGetMajorVersion... yes checking for alutGetMinorVersion... yes checking for alutSleep... yes checking value of ALUT_API_MAJOR_VERSION... 1 checking value of ALUT_API_MINOR_VERSION... 1 checking value of ALUT_WAVEFORM_SINE... 256 checking value of ALUT_WAVEFORM_SQUARE... 257 checking value of ALUT_WAVEFORM_SAWTOOTH... 258 checking value of ALUT_WAVEFORM_WHITENOISE... 259 checking value of ALUT_WAVEFORM_IMPULSE... 260 checking value of ALUT_LOADER_BUFFER... 768 checking value of ALUT_LOADER_MEMORY... 769 configure: creating ./config.status config.status: creating config.mk config.status: creating ALUT.buildinfo config.status: creating include/HsALUTConfig.h config.status: creating include/HsALUT.h config.status: include/HsALUT.h is unchanged Reading parameters from ./ALUT.buildinfo ./setup build Building ALUT-2.1.0.0... Preprocessing library ALUT-2.1.0.0... [1 of 8] Compiling Sound.ALUT.Constants ( Sound/ALUT/Constants.hs, dist/build/Sound/ALUT/Constants.o ) [2 of 8] Compiling Sound.ALUT.Config ( Sound/ALUT/Config.hs, dist/build/Sound/ALUT/Config.o ) [3 of 8] Compiling Sound.ALUT.Errors ( Sound/ALUT/Errors.hs, dist/build/Sound/ALUT/Errors.o ) [4 of 8] Compiling Sound.ALUT.Initialization ( Sound/ALUT/Initialization.hs, dist/build/Sound/ALUT/Initialization.o ) [5 of 8] Compiling Sound.ALUT.Loaders ( Sound/ALUT/Loaders.hs, dist/build/Sound/ALUT/Loaders.o ) [6 of 8] Compiling Sound.ALUT.Sleep ( Sound/ALUT/Sleep.hs, dist/build/Sound/ALUT/Sleep.o ) [7 of 8] Compiling Sound.ALUT.Version ( Sound/ALUT/Version.hs, dist/build/Sound/ALUT/Version.o ) [8 of 8] Compiling Sound.ALUT ( Sound/ALUT.hs, dist/build/Sound/ALUT.o ) >>> Source compiled. >>> Test phase [not enabled]: dev-haskell/alut-2.1.0.0 >>> Install alut-2.1.0.0 into /var/tmp/portage/dev-haskell/alut-2.1.0.0/image/ category dev-haskell ./setup copy --destdir=/var/tmp/portage/dev-haskell/alut-2.1.0.0/image/ Installing library in /var/tmp/portage/dev-haskell/alut-2.1.0.0/image/usr/lib64/alut-2.1.0.0/ghc-8.0.2 Creating package registration file: /var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/alut-2.1.0.0.conf /var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/environment: line 1588: ver_test: command not found /var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/environment: line 1595: ver_test: command not found /var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/environment: line 1599: ver_test: command not found /var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/environment: line 1613: /usr/lib64/ghc-8.0.2/ghc-pkg: No such file or directory * ERROR: dev-haskell/alut-2.1.0.0::gentoo failed (install phase): * Failed to initialize empty local db * * Call stack: * ebuild.sh, line 124: Called src_install * environment, line 2522: Called haskell-cabal_src_install * environment, line 1776: Called cabal_src_install * environment, line 673: Called cabal-pkg * environment, line 543: Called ghc-install-pkg '/var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/alut-2.1.0.0.conf' * environment, line 1613: Called die * The specific snippet of code: * $(ghc-getghcpkgbin) init "${localpkgconf}" || die "Failed to initialize empty local db"; * * If you need support, post the output of `emerge --info '=dev-haskell/alut-2.1.0.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-haskell/alut-2.1.0.0::gentoo'`. * The complete build log is located at '/var/log/portage/dev-haskell:alut-2.1.0.0:20190503-181650.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-haskell/alut-2.1.0.0/work/ALUT-2.1.0.0' * S: '/var/tmp/portage/dev-haskell/alut-2.1.0.0/work/ALUT-2.1.0.0' * QA Notice: command not found: * * /var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/environment: line 439: ver_test: command not found * /var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/environment: line 1588: ver_test: command not found * /var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/environment: line 1595: ver_test: command not found * /var/tmp/portage/dev-haskell/alut-2.1.0.0/temp/environment: line 1599: ver_test: command not found