[Bug 275820] clang 17.0.6 breaks openoffice-4 and openoffice-devel builds on CURRENT with linker errors
Date: Tue, 19 Dec 2023 01:14:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275820 --- Comment #2 from Don Lewis <truckman@FreeBSD.org> --- It turns out that the --no-undefined-version change is the culprit. In this particular case, GetVersionInfo is only exported by the Windows and OS/2 builds, so I have no idea why it is including in the .map file being used by the linker. Both _ZN9salhelper9ConditionC1ERN3osl5MutexE and _ZN9salhelper9ConditionC2ERN3osl5MutexE are listed in the .map (do accommodate a name mangling variation?) but only one of those symbols is defined. -- You are receiving this mail because: You are the assignee for the bug.