Bug 273794 - sysutils/fusefs-libs: fix build with lld 17
Summary: sysutils/fusefs-libs: fix build with lld 17
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Stefan Eßer
URL:
Keywords:
Depends on:
Blocks: 273753
  Show dependency treegraph
 
Reported: 2023-09-14 19:24 UTC by Dimitry Andric
Modified: 2023-10-06 17:55 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (se)


Attachments
sysutils/fusefs-libs: fix build with lld 17 (1.85 KB, patch)
2023-09-14 19:24 UTC, Dimitry Andric
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)