https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021
--- Comment #83 from Anton Saietskii ---
I'm unlucky man. :-( First, encountered build failure (as in bug #277075). Now,
I can confirm I'm also affected by this one:
$ firefox
XPCOMGlueLoad error for file /usr/local/lib/firefox/libgkcodecs.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021
--- Comment #84 from Tatsuki Makino ---
The problem with aom-related symbols (ld.lld: warning: undefined symbol: aom_*)
could be fixed with www/firefox/files/patch-bug1559213 modification.
This file seems to be an attempt to use libaom in
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021
--- Comment #85 from Tatsuki Makino ---
It seems to me that ${WRKSRC}/browser/app/moz.build should be patched to also
link libm when linking firefox or firefox-bin binaries.
Perhaps the following would be added
OS_LIBS += [
"m",
]
Nat
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021
--- Comment #86 from Anton Saietskii ---
(In reply to Anton Saietskii from comment #83)
So, I can confirm that rebuild with libm patch made firefox run again.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021
--- Comment #87 from Tatsuki Makino ---
Created attachment 248988
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248988&action=edit
Still incomplete patch for www/firefox
So here is a patch of my comment #84 #85 plan :)
This has