Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2024 12:44:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277938] audio/ardour undefined symbol at runtime when building with default options
Message-ID:  <bug-277938-7788-QPa9I5QvU7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277938-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277938-7788@https.bugs.freebsd.org/bugzilla/>

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

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 bui=
lt 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.
>=20
> 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 c=
ode
in the following commit:

https://github.com/Ardour/ardour/commit/cd5369c7cd8022c8c8d338aff498c9d0483=
e8709

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

--=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-277938-7788-QPa9I5QvU7>