Bug 276613 - comms/lrzsz depend on libbe
Summary: comms/lrzsz depend on libbe
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: Dirk Meyer
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2024-01-25 16:40 UTC by Dmitry Lukhtionov
Modified: 2024-01-27 15:47 UTC (History)
0 users

See Also:
dinoex: maintainer-feedback+


Attachments
Disable to linking libbe (334 bytes, patch)
2024-01-25 16:43 UTC, Dmitry Lukhtionov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Lukhtionov 2024-01-25 16:40:58 UTC
When I build system with WITHOUT_ZFS=yes flag, lrzsz stop working

# ldd lsx 
lsx:
	libbe.so.1 => not found (0)
	libc.so.7 => /lib/libc.so.7 (0x3394041e7000)
	[vdso] (0x7ffffffff000)
Comment 1 Dmitry Lukhtionov 2024-01-25 16:43:56 UTC
Created attachment 247953 [details]
Disable to linking libbe
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2024-01-27 15:19:38 UTC
If the base system changes, please rebuild the port.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-01-27 15:47:38 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=50c28128f2ef196caf67619027335a44b005641d

commit 50c28128f2ef196caf67619027335a44b005641d
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-01-27 15:46:40 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-01-27 15:46:40 +0000

    comms/lrzsz: do not link with libbe(3)

    Submitted by:  Dmitry Lukhtionov
    PR: 276613

 comms/lrzsz/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)