Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. $ opam switch -vv create test ocaml-variants.4.07.1+fp
  2. + /home/tgphelps/.local/bin/ocamlc "-vnum"
  3. - 4.07.1
  4.  
  5. <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  6. [ocaml-variants.4.07.1+fp] found in cache
  7. + /bin/tar "xfz" "/home/tgphelps/.opam/download-cache/md5/35/352fe8d46cb238a26aa10c38bad6ecb6" "-C" "/tmp/opam-33287-ccabea"
  8.  
  9. <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  10. + /home/tgphelps/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-prefix" "/home/tgphelps/.opam/test" "-with-debug-runtime" "-with-frame-pointers" (CWD=/home/tgphelps/.opam/test/.opam-switch/build/ocaml-variants.4.07.1+fp)
  11. - Configuring OCaml version 4.07.1
  12. - Configuring for host x86_64-unknown-linux-gnu ...
  13. - Configuring for target x86_64-unknown-linux-gnu ...
  14. - Using compiler gcc.
  15. - gcc: error trying to exec 'cc1': execvp: No such file or directory
  16. - Compiler family and version: .
  17. - [ERROR!] Unable to compile the test program.
  18. - Make sure the C compiler gcc is properly installed.
  19. [ERROR] The compilation of ocaml-variants failed at
  20. "/home/tgphelps/.opam/opam-init/hooks/sandbox.sh build ./configure
  21. -prefix /home/tgphelps/.opam/test -with-debug-runtime
  22. -with-frame-pointers".
  23. ∗ installed base-bigarray.base
  24. ∗ installed base-threads.base
  25. ∗ installed base-unix.base
  26.  
  27. #=== ERROR while compiling ocaml-variants.4.07.1+fp ===========================#
  28. # context 2.0.0 | linux/x86_64 | | https://opam.ocaml.org#9ecbe4e1
  29. # path ~/.opam/test/.opam-switch/build/ocaml-variants.4.07.1+fp
  30. # command ~/.opam/opam-init/hooks/sandbox.sh build ./configure -prefix /home/tgphelps/.opam/test -with-debug-runtime -with-frame-pointers
  31. # exit-code 2
  32. # env-file ~/.opam/log/ocaml-variants-33287-05296d.env
  33. # output-file ~/.opam/log/ocaml-variants-33287-05296d.out
  34. ### output ###
  35. # Configuring OCaml version 4.07.1
  36. # Configuring for host x86_64-unknown-linux-gnu ...
  37. # Configuring for target x86_64-unknown-linux-gnu ...
  38. # Using compiler gcc.
  39. # gcc: error trying to exec 'cc1': execvp: No such file or directory
  40. # Compiler family and version: .
  41. # [ERROR!] Unable to compile the test program.
  42. # Make sure the C compiler gcc is properly installed.
  43.  
  44.  
  45.  
  46. <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  47. ┌─ The following actions were aborted
  48. │ ∗ install ocaml 4.07.1
  49. └─
  50. ┌─ The following actions failed
  51. │ λ build ocaml-variants 4.07.1+fp
  52. └─
  53. ┌─ The following changes have been performed (the rest was aborted)
  54. │ ∗ install base-bigarray base
  55. │ ∗ install base-threads base
  56. │ ∗ install base-unix base
  57. └─
  58. Switch initialisation failed: clean up? ('n' will leave the switch partially
  59. installed) [Y/n] y
  60. 'opam switch -vv create test ocaml-variants.4.07.1+fp' failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement