[Bug 293552] [PATCH] audio/spiralsynthmodular

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 03 Mar 2026 01:48:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293552

            Bug ID: 293552
           Summary: [PATCH] audio/spiralsynthmodular
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: valery@vslash.com
 Attachment #268493 text/plain
         mime type:

Created attachment 268493
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=268493&action=edit
inline static properties

* Behavior *
at runtime, for each synth plugin, we got:
dlerror() output:
/usr/local/lib/SpiralPlugins/AmpPlugin.so: Undefined symbol
"_ZN10SpiralInfo6LOCALEE"

* Why *
It seems this comes from the way newer compiler manage static properties. (SSM
is 25yo).
This error has already been reported long times ago on Linux distro.

* Fix *
A way to fix it without rewriting the wheel is to inline static properties in
the header.
2 patches provided for the designed part that cause the issue.

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