[Bug 273753] [exp-run] Against llvm-17-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273753] [exp-run] Against llvm-17-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Nov 2023 19:33:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273753 --- Comment #64 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b214a66ea8788a6da299139decf506a4b4f5ff1 commit 9b214a66ea8788a6da299139decf506a4b4f5ff1 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-11-09 19:26:44 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2023-11-09 19:32:02 +0000 x11-toolkits/wxgtk32: fix build with lld 17 Building x11-toolkits/wxgtk32 with lld 17 results in the following link errors: ld: error: version script assignment of 'WXU_3.2.1' to symbol 'wxApp::GTKAllowDiagnosticsControl()' failed: symbol not defined ld: error: version script assignment of 'WXU_3.2.1' to symbol 'wxFileDialog::AddShortcut(const wxString&, int)' failed: symbol not defined Add -Wl,--undefined-version to LDFLAGS to suppress these errors, since wxWidgets reuses the same linker version script for all its shared libraries. PR: 273753 Approved by: blanket (desktop) MFH: 2023Q4 x11-toolkits/wxgtk32/Makefile | 5 +++++ 1 file changed, 5 insertions(+) -- You are receiving this mail because: You are on the CC list for the bug.