Advertisement
Nolrai

One of errors I get

Mar 31st, 2020
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. $ stack purge; stack bench
  2. Stack has not been tested with GHC versions above 8.6, and using 8.8.2, this may fail
  3. Stack has not been tested with Cabal versions above 2.4, but version 3.0.1.0 was found, this may fail
  4. Building all executables for `neat' once. After a successful build of all of them, only specified executables will be rebuilt.
  5. neat> configure (lib + exe + bench)
  6. Configuring neat-0.0.0.0...
  7. neat> build (lib + exe + bench)
  8. Preprocessing library for neat-0.0.0.0..
  9. Building library for neat-0.0.0.0..
  10. [1 of 4] Compiling Prelude
  11. [2 of 4] Compiling Neat.Types
  12. [3 of 4] Compiling Neat.Interface
  13. [4 of 4] Compiling Neat
  14. Preprocessing executable 'neat' for neat-0.0.0.0..
  15. Building executable 'neat' for neat-0.0.0.0..
  16. [1 of 1] Compiling Main
  17. Linking .stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/neat/neat ...
  18. /usr/bin/ld.gold: fatal error: .stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/neat/neat: open: No such file or directory
  19. collect2: error: ld returned 1 exit status
  20. `gcc' failed in phase `Linker'. (Exit code: 1)
  21.  
  22. -- While building package neat-0.0.0.0 using:
  23. /home/christopher/.stack/setup-exe-cache/x86_64-linux/Cabal-simple_mPHDZzAJ_3.0.1.0_ghc-8.8.2 --builddir=.stack-work/dist/x86_64-linux/Cabal-3.0.1.0 build lib:neat exe:neat bench:neat-benchmark --ghc-options " -fdiagnostics-color=always"
  24. Process exited with code: ExitFailure 1
  25. Progress 1/2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement