Advertisement
Nolrai

Full error log for stack bench

Mar 31st, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. $ 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 3] Compiling Prelude
  11. [2 of 3] Compiling Neat.Interface
  12. [3 of 3] Compiling Neat
  13. Preprocessing executable 'neat' for neat-0.0.0.0..
  14. Building executable 'neat' for neat-0.0.0.0..
  15. [1 of 1] Compiling Main
  16. [1 of 1] Compiling Main
  17. Linking .stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/neat/neat ...
  18. gcc: error: .stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/neat/neat-tmp/Main.o: No such file or directory
  19. `gcc' failed in phase `Linker'. (Exit code: 1)
  20.  
  21. -- While building package neat-0.0.0.0 using:
  22. /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"
  23. Process exited with code: ExitFailure 1
  24. Progress 1/2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement