1. opam init:

https://www.liquidsoap.info/doc-1.4.1/install.html#install-using-opam says:


A typical installation with MP3 and Vorbis encoding/decoding and icecast support is done by executing:

opam depext taglib mad lame vorbis cry samplerate liquidsoap
opam install taglib mad lame vorbis cry samplerate liquidsoap


Running the first command yields:


opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.

I figured out that the command should really be:


opam install depext taglib mad lame vorbis cry samplerate liquidsoap


But when I tried it, I got:


[ERROR] Opam has not been initialised, please run `opam init'


But when I tried that, I got:


[NOTE] Will configure from built-in defaults.
Checking for available remotes: rsync and local.
  - you won't be able to use git repositories unless you install the git
    command on your system.
  - you won't be able to use mercurial repositories unless you install the hg
    command on your system.
  - you won't be able to use darcs repositories unless you install the darcs
    command on your system.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4
[ERROR] Missing dependencies -- the following commands are required for opam to
        operate:
  - unzip
  - bwrap: Sandboxing tool bwrap was not found. You should install
    'bubblewrap'. See
https://opam.ocaml.org/doc/FAQ.html#Why-does-opam-require-bwrap.


I installed bubblewrap and tried init again:


[NOTE] Will configure from built-in defaults.
[WARNING] Recommended dependencies -- most packages rely on these:
  - m4
[ERROR] Missing dependencies -- the following commands are required for opam to
        operate:
  - unzip


What is m4,and is it OK to alias unzip to gunzip to solve this dependency, or is that another issue altogether?


As always, thanks in advance.



_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to