Some symbols in libfuse.so's linker version script are undefined when compiling for FreeBSD, which results in errors with lld >= 17. Comment out the unused symbols to work around these errors.
Created attachment 244851 [details] sysutils/fusefs-libs: fix build with lld 17
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=98f5e51bd30cb1333834535dba6b5ddbc1d4fa99 commit 98f5e51bd30cb1333834535dba6b5ddbc1d4fa99 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-09-14 19:19:50 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2023-10-06 17:48:52 +0000 sysutils/fusefs-libs: fix build with lld 17 Some symbols in libfuse.so's linker version script are undefined when compiling for FreeBSD, which results in errors with lld >= 17. Comment out the unused symbols to work around these errors. PR: 273794 Approved by: maintainer timeout (2 weeks) MFH: 2023Q4 .../files/patch-lib_fuse__versionscript (new) | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+)