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.
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(-)
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(-)
^Triage: assign to committer.