[Bug 277938] audio/ardour undefined symbol at runtime when building with default options

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Mar 2024 12:44:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277938

Florian Walpen <dev@submerge.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(dev@su |maintainer-feedback+
                   |bmerge.ch)                  |

--- Comment #3 from Florian Walpen <dev@submerge.ch> ---
(In reply to phryk-ports from comment #2)

> I have now confirmed that the problem does *not* occur if the port is built with the "NEW" option enabled.

Confirmed. Ardour is broken with VST3 disabled.

> Running environment is FreeBSD-14.0-RELEASE-p5 on amd64 with X11/awesome.
> 
> Any other info you need?

I can reproduce the problem, no need for further info, thank you.

From what objdump tells me, it looks like the missing symbol is the type
information for `VST3PluginInfo`. If I patch out the references to
`VST3PluginInfo` in `libs/ardour/session.cc`, Ardour starts fine. See the code
in the following commit:

https://github.com/Ardour/ardour/commit/cd5369c7cd8022c8c8d338aff498c9d0483e8709

I'll try to come up with a proper patch.

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