[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#956564: liquidsoap libraries are not installed in the right place



Package: liquidsoap
Version: 1.4.1-1
Severity: important

Dear Maintainer,

The liquidsoap packages comes with several libraries as .liq files, called "pervasive script libraries".
The Debian package for liquidsoap installs these libraries to /usr/share/liquidsoap/libs/,
but liquidsoap doesn't look for these libraries there. This can be seen when one runs `liquidsoap --help`:

```
  --no-pervasives 
          Do not load pervasives script libraries (i.e.,
          /usr/share/liquidsoap/1.4.1/libs/*.liq).
```

It looks for those libraries in a different folder, based on the version of liquidsoap installed.
This means the default setup of the Debian package will not allow basic liquidsoap functions like
`mksafe` to be used without manually copying or symlinking the library folder.
Personally, my quick solution was:
```
sudo mkdir /usr/share/liquidsoap/1.4.1
sudo ln -s /usr/share/liquidsoap/libs /usr/share/liquidsoap/1.4.1/
```

Thank you!

-- System Information:
Debian Release: 10.3
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-8-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages liquidsoap depends on:
ii  adduser                            3.118
ii  curl                               7.64.0-4+deb10u1
ii  libao4                             1.2.2+20180113-1
ii  libasound2                         1.1.8-1
ii  libavcodec-extra58 [libavcodec58]  7:4.2.2-1+b1
ii  libavdevice58                      7:4.2.2-1+b1
ii  libavformat58                      7:4.2.2-1+b1
ii  libavutil56                        7:4.2.2-1+b1
ii  libc6                              2.30-4
ii  libcamomile-ocaml-data             1.0.2-2
ii  libexif12                          0.6.21-6
ii  libfaad2                           2.9.1-1
ii  libflac8                           1.3.2-3
ii  libgavl1                           1.4.0-5
ii  libgcc-s1 [libgcc1]                10-20200324-1
ii  libgcc1                            1:8.3.0-6
ii  libgd3                             2.2.5-5.2
ii  libgif7                            5.1.4-3
ii  libglib2.0-0                       2.64.1-1
ii  libgstreamer-plugins-base1.0-0     1.16.2-4
ii  libgstreamer1.0-0                  1.16.2-2
ii  libjack-jackd2-0 [libjack-0.125]   1.9.12~dfsg-2
ii  libjpeg62-turbo                    1:1.5.2-2+b1
ii  liblo7                             0.30-3
ii  libmad0                            0.15.1b-10
ii  libmagic1                          1:5.35-4+deb10u1
ii  libmp3lame0                        3.100-2+b1
ii  libogg0                            1.3.2-1+b1
ii  libopus0                           1.3-1
ii  libpcre3                           2:8.39-12
ii  libpng16-16                        1.6.36-6
ii  libportaudio2                      19.6.0-1
ii  libpulse0                          12.2-4+deb10u1
ii  libsamplerate0                     0.1.9-2
ii  libsdl-image1.2                    1.2.12-12
ii  libsdl-ttf2.0-0                    2.0.11-6
ii  libsdl1.2debian                    1.2.15+dfsg2-5
ii  libshine3                          3.1.1-2
ii  libsoundtouch1                     2.1.2+ds1-1
ii  libspeex1                          1.2~rc1.2-1+b2
ii  libssl1.1                          1.1.1d-0+deb10u2
ii  libstdc++6                         8.3.0-6
ii  libswresample3                     7:4.2.2-1+b1
ii  libswscale5                        7:4.2.2-1+b1
ii  libtag1v5                          1.11.1+dfsg.1-0.3+b1
ii  libtheora0                         1.1.1+dfsg.1-15
ii  libtiff5                           4.1.0+git191117-2~deb10u1
ii  libvorbis0a                        1.3.6-2
ii  libvorbisenc2                      1.3.6-2
ii  libvorbisfile3                     1.3.6-2
ii  libxpm4                            1:3.5.12-1
ii  ocaml-base-nox                     4.08.1-8
ii  sox                                14.4.2+git20190427-2

Versions of packages liquidsoap recommends:
ii  logrotate     3.14.0-4
ii  vorbis-tools  1.4.0-11
ii  vorbisgain    0.37-2+b1

Versions of packages liquidsoap suggests:
pn  festival    <none>
ii  icecast2    2.4.4-1
pn  mplayer     <none>
pn  youtube-dl  <none>

-- no debconf information


Reply to: