Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. With flags:
  2. flags:
  3. accelerate-fft:
  4. # llvm-ptx: false
  5. llvm-cpu: false
  6. accelerate-examples:
  7. # llvm-ptx: false
  8. llvm-cpu: false
  9.  
  10. roger@roger-kubuntu-18lts:~/Downloads/accelerate-examples$ stack build
  11. accelerate-fft-1.3.0.0: unregistering (missing dependencies: accelerate-llvm-ptx)
  12. accelerate-llvm-ptx-1.3.0.0: build (lib)
  13. Progress 1/3
  14.  
  15. -- While building package accelerate-llvm-ptx-1.3.0.0 using:
  16. /home/roger/.stack/setup-exe-cache/x86_64-linux-tinfo6/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.4 --builddir=.stack-work/dist/x86_64-linux-tinfo6/Cabal-2.4.0.1 build lib:accelerate-llvm-ptx --ghc-options " -ddump-hi -ddump-to-file -fdiagnostics-color=always"
  17. Process exited with code: ExitFailure 1
  18. Logs have been written to: /home/roger/Downloads/accelerate-examples/.stack-work/logs/accelerate-llvm-ptx-1.3.0.0.log
  19.  
  20. Preprocessing library for accelerate-llvm-ptx-1.3.0.0..
  21. Building library for accelerate-llvm-ptx-1.3.0.0..
  22. [ 9 of 44] Compiling Data.Array.Accelerate.LLVM.PTX.Execute.Event[boot] ( src/Data/Array/Accelerate/LLVM/PTX/Execute/Event.hs-boot, .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.4.0.1/build/Data/Array/Accelerate/LLVM/PTX/Execute/Event.o-boot )
  23. [11 of 44] Compiling Data.Array.Accelerate.LLVM.PTX.Target ( src/Data/Array/Accelerate/LLVM/PTX/Target.hs, .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.4.0.1/build/Data/Array/Accelerate/LLVM/PTX/Target.o )
  24. <command line>: can't load .so/.DLL for: /home/roger/Downloads/accelerate-examples/.stack-work/install/x86_64-linux-tinfo6/lts-13.12/8.6.4/lib/x86_64-linux-ghc-8.6.4/libHSnvvm-0.9.0.0-CGS0bVdmfznJDX2QhVMRGJ-ghc8.6.4.so (libnvvm.so.3: cannot open shared object file: No such file or directory)
  25.  
  26.  
  27. with flags:
  28. #flags:
  29. # accelerate-fft:
  30. # llvm-ptx: false
  31. # llvm-cpu: false
  32. # accelerate-examples:
  33. # llvm-ptx: false
  34. # llvm-cpu: false
  35.  
  36. roger@roger-kubuntu-18lts:~/Downloads/accelerate-examples$ stack build
  37. accelerate-llvm-ptx-1.3.0.0: build (lib)
  38. Progress 1/3
  39.  
  40. -- While building package accelerate-llvm-ptx-1.3.0.0 using:
  41. /home/roger/.stack/setup-exe-cache/x86_64-linux-tinfo6/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.4 --builddir=.stack-work/dist/x86_64-linux-tinfo6/Cabal-2.4.0.1 build lib:accelerate-llvm-ptx --ghc-options " -ddump-hi -ddump-to-file -fdiagnostics-color=always"
  42. Process exited with code: ExitFailure 1
  43. Logs have been written to: /home/roger/Downloads/accelerate-examples/.stack-work/logs/accelerate-llvm-ptx-1.3.0.0.log
  44.  
  45. Preprocessing library for accelerate-llvm-ptx-1.3.0.0..
  46. Building library for accelerate-llvm-ptx-1.3.0.0..
  47. [ 9 of 44] Compiling Data.Array.Accelerate.LLVM.PTX.Execute.Event[boot] ( src/Data/Array/Accelerate/LLVM/PTX/Execute/Event.hs-boot, .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.4.0.1/build/Data/Array/Accelerate/LLVM/PTX/Execute/Event.o-boot )
  48. [11 of 44] Compiling Data.Array.Accelerate.LLVM.PTX.Target ( src/Data/Array/Accelerate/LLVM/PTX/Target.hs, .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.4.0.1/build/Data/Array/Accelerate/LLVM/PTX/Target.o )
  49. <command line>: can't load .so/.DLL for: /home/roger/Downloads/accelerate-examples/.stack-work/install/x86_64-linux-tinfo6/lts-13.12/8.6.4/lib/x86_64-linux-ghc-8.6.4/libHSnvvm-0.9.0.0-CGS0bVdmfznJDX2QhVMRGJ-ghc8.6.4.so (libnvvm.so.3: cannot open shared object file: No such file or directory)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement