[Bug 277021] www/firefox: error on start after updating to 123, 124
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Apr 2024 11:16:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021
void@f-m.fm changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |void@f-m.fm
--- Comment #103 from void@f-m.fm ---
(In reply to jakub_lach from comment #41)
I was seeing the same problem with www/librewolf on -current arm64.aarch64 so
put this in
the make.conf for poudriere:
.if ${.CURDIR:M*/www/firefox}
LDFLAGS+= -lm
.endif
#
.if ${.CURDIR:M*/www/librewolf}
LDFLAGS+= -lm
.endif
and rebuilt, reinstalled, and the problem
"XPCOMGlueLoad error for file /usr/local/lib/librewolf/libgkcodecs.so:
/usr/local/lib/librewolf/libgkcodecs.so: Undefined symbol "sin"
Couldn't load XPCOM."
has gone
--
You are receiving this mail because:
You are the assignee for the bug.