Date: Tue, 19 Dec 2023 01:14:00 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 275820] clang 17.0.6 breaks openoffice-4 and openoffice-devel builds on CURRENT with linker errors Message-ID: <bug-275820-227-gWDja8KKY1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275820-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275820-227-gWDja8KKY1>
