Bug 273794

Summary: sysutils/fusefs-libs: fix build with lld 17
Product: Ports & Packages Reporter: Dimitry Andric <dim>
Component: Individual Port(s)Assignee: Stefan Eßer <se>
Status: Closed FIXED    
Severity: Affects Some People CC: emaste
Priority: --- Flags: bugzilla: maintainer-feedback? (se)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 273753    
Attachments:
Description Flags
sysutils/fusefs-libs: fix build with lld 17 none

Description Dimitry Andric freebsd_committer freebsd_triage 2023-09-14 19:24:13 UTC
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.
Comment 1 Dimitry Andric freebsd_committer freebsd_triage 2023-09-14 19:24:38 UTC
Created attachment 244851 [details]
sysutils/fusefs-libs: fix build with lld 17
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-06 17:52:09 UTC
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(+)