Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.85 KB | None | 0 0
  1. $ eval $(opam env)
  2. $ opam install taglib mad lame vorbis cry samplerate magic opus ssl liquidsoap
  3. [NOTE] Package ssl is already installed (current version is 0.5.9).
  4. [NOTE] Package opus is already installed (current version is 0.1.3).
  5. [NOTE] Package magic is already installed (current version is 0.7.3).
  6. [NOTE] Package samplerate is already installed (current version is 0.1.4).
  7. [NOTE] Package cry is already installed (current version is 0.6.5).
  8. [NOTE] Package vorbis is already installed (current version is 0.7.1).
  9. [NOTE] Package lame is already installed (current version is 0.3.3).
  10. [NOTE] Package mad is already installed (current version is 0.4.5).
  11. [NOTE] Package taglib is already installed (current version is 0.3.6).
  12. The following actions will be performed:
  13.   ∗ install liquidsoap 1.3.7
  14. Do you want to continue? [Y/n] y
  15.  
  16. <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  17. [liquidsoap.1.3.7] found in cache
  18.  
  19. <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  20. [ERROR] The compilation of liquidsoap failed at "/usr/bin/make".
  21.  
  22. #=== ERROR while compiling liquidsoap.1.3.7 ===================================#
  23. # context     2.0.5 | linux/x86_64 | ocaml-system.4.05.0 | https://opam.ocaml.org#8c3b0826
  24. # path        ~/.opam/default/.opam-switch/build/liquidsoap.1.3.7
  25. # command     /usr/bin/make
  26. # exit-code   2
  27. # env-file    ~/.opam/log/liquidsoap-6090-6d07ae.env
  28. # output-file ~/.opam/log/liquidsoap-6090-6d07ae.out
  29. ### output ###
  30. # [...]
  31. # OCAMLOPT -o liquidsoap
  32. # /usr/bin/ld: /usr/lib/ocaml/libasmrun.a(major_gc.o):(.bss+0x40): multiple definition of `caml_major_ring'; /home/tristan/.opam/default/lib/taglib/libtaglib_stubs.a(taglib_stubs.o):(.bss+0x0): first defined here
  33. # /usr/bin/ld: /usr/lib/ocaml/libasmrun.a(major_gc.o):(.bss+0x20): multiple definition of `caml_major_ring_index'; /home/tristan/.opam/default/lib/taglib/libtaglib_stubs.a(taglib_stubs.o):(.bss+0x190): first defined here
  34. # /usr/bin/ld: /usr/lib/ocaml/libasmrun.a(major_gc.o):(.bss+0x18): multiple definition of `caml_major_work_credit'; /home/tristan/.opam/default/lib/taglib/libtaglib_stubs.a(taglib_stubs.o):(.bss+0x198): first defined here
  35. # collect2: error: ld returned 1 exit status
  36. # File "caml_startup", line 1:
  37. # Error: Error during linking
  38. # make[2]: *** [../Makefile.rules:110: liquidsoap] Error 2
  39. # make[2]: Leaving directory '/home/tristan/.opam/default/.opam-switch/build/liquidsoap.1.3.7/src'
  40. # make[1]: *** [../Makefile.rules:67: all-auto-ocaml-prog] Error 2
  41. # make[1]: Leaving directory '/home/tristan/.opam/default/.opam-switch/build/liquidsoap.1.3.7/src'
  42. # make: *** [Makefile.rules:27: all-subdirs] Error 2
  43.  
  44.  
  45.  
  46. <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  47. ┌─ The following actions failed
  48. │ λ build liquidsoap 1.3.7
  49. └─
  50. ╶─ No changes have been performed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement