Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2019 00:43:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239128] audio/swhplugins
Message-ID:  <bug-239128-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239128

            Bug ID: 239128
           Summary: audio/swhplugins
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: marcelbonnet@gmail.com

Created attachment 205681
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205681&action=
=3Dedit
Makefile diff

When running linuxsampler I found errors related to shared libraries from
audio/swhplugins .

Linuxsampler messages:

$ linuxsampler --instruments-db-location instrumentos.db
LinuxSampler 2.0.0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck=20=20=20
Copyright (C) 2005-2015 Christian Schoenebeck=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20
Detected features: disabled at compile time=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Automatic Stacktrace: Off=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
Creating Sampler...OK=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
Registered sampler engines: 'GIG','SF2','SFZ'=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
Registered MIDI input drivers: JACK=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Registered audio output drivers: JACK=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Loading instrument editor plugins...OK=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20
Registered instrument editors:=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
Registered internal effect systems: LADSPA=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
failed to load DLL: '/usr/local/lib/ladspa/imp_1199.so', cause:
/usr/local/lib/ladspa/imp_1199.so: Undefined symbol "mk_imps"
failed to load DLL: '/usr/local/lib/ladspa/gong_1424.so', cause:
/usr/local/lib/ladspa/gong_1424.so: Undefined symbol "waveguide_nl_process"
failed to load DLL: '/usr/local/lib/ladspa/sifter_1210.so', cause:
/usr/local/lib/ladspa/sifter_1210.so: Undefined symbol "q_sort"
Registered internal effects: 239=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20
Starting LSCP network server (0.0.0.0:8888)...Thread: WARNING, can't mlocka=
ll()
memory!
OK=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
LinuxSampler initialization completed. :-)


I changed the Makefile of audio/swhplugins to:

--- Makefile.orig       2019-07-10 21:38:35.532167000 -0300
+++ Makefile    2019-07-10 21:33:08.596835000 -0300
@@ -24,7 +24,7 @@
 LDFLAGS+=3D      -L${LOCALBASE}/lib
 USE_LDCONFIG=3D  yes

-CFLAGS+=3D       -fPIC -DPIC=20
+CFLAGS+=3D       -fPIC -DPIC -std=3Dgnu89

 OPTIONS_DEFINE=3D        NLS 3DNOW SSE
 OPTIONS_SUB=3D   yes

And now linuxsampler do not complains :

$    linuxsampler --instruments-db-location instrumentos.db
LinuxSampler 2.0.0
Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck
Copyright (C) 2005-2015 Christian Schoenebeck
Detected features: disabled at compile time
Automatic Stacktrace: Off
Creating Sampler...OK
Registered sampler engines: 'GIG','SF2','SFZ'
Registered MIDI input drivers: JACK
Registered audio output drivers: JACK
Loading instrument editor plugins...OK
Registered instrument editors:
Registered internal effect systems: LADSPA
Registered internal effects: 242
Starting LSCP network server (0.0.0.0:8888)...Thread: WARNING, can't mlocka=
ll()
memory!
OK
LinuxSampler initialization completed. :-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239128-7788>