Control: severity -1 serious Hi,
On 03/04/17 07:51, Christian Marillat wrote: > Package: swh-plugins > Version: 0.4.17-1 > Severity: normal > > Dear Maintainer, > > Seen from several package who use LADSPA plugins : > > error opening shared object file '/usr/lib/ladspa/gsm_1215.so': > /usr/lib/ladspa/gsm_1215.so: undefined symbol: gsm_destroy > > Apparently gsm_destroy come from the libgsm1 library. Arguably this bug is RC - there is also a missing package dependency on libgsm. The problem comes from the 08-gsm_plugin patch. That patch tries to use the system copy of gsm instead of the embedded copy, but presumably forgot to link against libgsm. My guess is that this would work (untested): gsm_1215_la_LIBADD = -lgsm Thanks, James
signature.asc
Description: OpenPGP digital signature