Created
November 13, 2019 10:44
-
-
Save oscarvarto/e96e4a917bffc8ef5a8cf068e0682046 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ stack build | |
Building all executables for `my-projext' once. After a successful build of all of them, only specified executables will be rebuilt. | |
my-projext> configure (lib + exe) | |
/home/oscarvarto/.stack/setup-exe-cache/x86_64-linux-nix/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.5: error while loading shared libraries: libffi.so.6: cannot open shared object file: No such file or directory | |
-- While building package my-projext-0.1.0.0 using: | |
/home/oscarvarto/.stack/setup-exe-cache/x86_64-linux-nix/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.5 --builddir=.stack-work/dist/x86_64-linux-nix/Cabal-2.4.0.1 configure --user --package-db=clear --package-db=global --package-db=/home/oscarvarto/.stack/snapshots/x86_64-linux-nix/627d44f0e613b0677d8e0a330cc3a37ff543ad785d74f7e3e2145edd946c4499/8.6.5/pkgdb --package-db=/home/oscarvarto/haskellDev/my-projext/.stack-work/install/x86_64-linux-nix/627d44f0e613b0677d8e0a330cc3a37ff543ad785d74f7e3e2145edd946c4499/8.6.5/pkgdb --libdir=/home/oscarvarto/haskellDev/my-projext/.stack-work/install/x86_64-linux-nix/627d44f0e613b0677d8e0a330cc3a37ff543ad785d74f7e3e2145edd946c4499/8.6.5/lib --bindir=/home/oscarvarto/haskellDev/my-projext/.stack-work/install/x86_64-linux-nix/627d44f0e613b0677d8e0a330cc3a37ff543ad785d74f7e3e2145edd946c4499/8.6.5/bin --datadir=/home/oscarvarto/haskellDev/my-projext/.stack-work/install/x86_64-linux-nix/627d44f0e613b0677d8e0a330cc3a37ff543ad785d74f7e3e2145edd946c4499/8.6.5/share --libexecdir=/home/oscarvarto/haskellDev/my-projext/.stack-work/install/x86_64-linux-nix/627d44f0e613b0677d8e0a330cc3a37ff543ad785d74f7e3e2145edd946c4499/8.6.5/libexec --sysconfdir=/home/oscarvarto/haskellDev/my-projext/.stack-work/install/x86_64-linux-nix/627d44f0e613b0677d8e0a330cc3a37ff543ad785d74f7e3e2145edd946c4499/8.6.5/etc --docdir=/home/oscarvarto/haskellDev/my-projext/.stack-work/install/x86_64-linux-nix/627d44f0e613b0677d8e0a330cc3a37ff543ad785d74f7e3e2145edd946c4499/8.6.5/doc/my-projext-0.1.0.0 --htmldir=/home/oscarvarto/haskellDev/my-projext/.stack-work/install/x86_64-linux-nix/627d44f0e613b0677d8e0a330cc3a37ff543ad785d74f7e3e2145edd946c4499/8.6.5/doc/my-projext-0.1.0.0 --haddockdir=/home/oscarvarto/haskellDev/my-projext/.stack-work/install/x86_64-linux-nix/627d44f0e613b0677d8e0a330cc3a37ff543ad785d74f7e3e2145edd946c4499/8.6.5/doc/my-projext-0.1.0.0 --dependency=base=base-4.12.0.0 --extra-include-dirs=/nix/store/izpwin0rsxh48bfjcl4v49mjspjz8jb4-ghc-8.6.5/include --extra-include-dirs=/nix/store/csdcd0jx5skjvcca7kg380vrxx651hc4-git-2.23.0/include --extra-include-dirs=/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/include --extra-include-dirs=/nix/store/xka91njlp7ldh75v7dkhpplnzmav1r21-gmp-6.1.2-dev/include --extra-lib-dirs=/nix/store/izpwin0rsxh48bfjcl4v49mjspjz8jb4-ghc-8.6.5/lib --extra-lib-dirs=/nix/store/csdcd0jx5skjvcca7kg380vrxx651hc4-git-2.23.0/lib --extra-lib-dirs=/nix/store/5yyx688q9qxhb4ypawq7v80fm3ix27dm-gcc-wrapper-8.3.0/lib --extra-lib-dirs=/nix/store/1kp9fd6fj2178zcyprcagad27pldi9g5-gmp-6.1.2/lib --exact-configuration --ghc-option=-fhide-source-paths | |
Process exited with code: ExitFailure 127 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment