Bug 278285 - www/iridium
Summary: www/iridium
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Nagy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-09 23:11 UTC by tjlegg
Modified: 2024-04-14 10:54 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tjlegg 2024-04-09 23:11:25 UTC
After just updating to latest chromium and ungoogle-chromium build from yesterday, I get this error on startup:

$ iridium
ld-elf.so.1: /usr/local/share/iridium/iridium: Undefined symbol "_ZN6snappy11RawCompressEPKcmPcPm"


Assume a common lib dependency went through an incompatible version release. Will rebuild.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-04-10 08:41:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f699cf383097eb84151ab02d98c2e2524f30ee7

commit 7f699cf383097eb84151ab02d98c2e2524f30ee7
Author:     Robert Nagy <rnagy@FreeBSD.org>
AuthorDate: 2024-04-10 08:40:15 +0000
Commit:     Robert Nagy <rnagy@FreeBSD.org>
CommitDate: 2024-04-10 08:41:23 +0000

    www/iridium: use internal snappy to avoid missing symbols with lld17+

    PR:     278285

 www/iridium/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-04-10 08:42:33 UTC
A commit in branch 2024Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3af20e88a7fe65a59c457054df34e8b32e986747

commit 3af20e88a7fe65a59c457054df34e8b32e986747
Author:     Robert Nagy <rnagy@FreeBSD.org>
AuthorDate: 2024-04-10 08:40:15 +0000
Commit:     Robert Nagy <rnagy@FreeBSD.org>
CommitDate: 2024-04-10 08:42:07 +0000

    www/iridium: use internal snappy to avoid missing symbols with lld17+

    PR:     278285
    (cherry picked from commit 7f699cf383097eb84151ab02d98c2e2524f30ee7)

 www/iridium/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2024-04-14 07:01:21 UTC
^Triage: assign to committer.