libgig 4.0.0 qsampler 4.2.0 gigedit 1.0.0

James Cowgill jcowgill at debian.org
Mon Nov 21 14:17:11 UTC 2016


Hi,

On 21/11/16 13:48, Jaromír Mikeš wrote:
> Hi,
> 
> I am trying build locally qsampler 4.2.0 gigedit 1.0.0 against libgig 4.0.0
> I guess there is something wrong with libgig ... can somebody advise
> where to start with fix?
> 
> qsampler
> ------------------
> dh_strip
>    dh_makeshlibs
>    dh_shlibdeps
> dpkg-shlibdeps: error: couldn't find library libgig.so.7 needed by
> debian/qsampler/usr/bin/qsampler (ELF format: 'elf64-x86-64'; RPATH:
> '')

https://anonscm.debian.org/cgit/pkg-multimedia/libgig.git/tree/debian/libgig7.install

libgig.so.7 is not installed in the default library search path so dpkg
cannot find it. If you try to run this version of qsampler, it will
almost certainly fail with a ld.so error.

If libgig is now a private library, then arguably no applications
should be using it. If not it should be installed in the system library
path. Perhaps you should ask upstream why they changed the install path?

This commit did the change:
http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/libgig/trunk/src/Makefile.am?r1=2543&r2=2571

lib_LTLIBRARIES -> pkglib_LTLIBRARIES

James

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20161121/02eb2293/attachment.sig>


More information about the pkg-multimedia-maintainers mailing list