[Bug 277021] www/firefox: error on start after updating to 123.0 (rc1, rc2)

2024-03-06 Thread bugzilla-noreply
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.

[Bug 277021] www/firefox: error on start after updating to 123.0 (rc1, rc2)

2024-03-06 Thread bugzilla-noreply
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

[Bug 277021] www/firefox: error on start after updating to 123.0 (rc1, rc2)

2024-03-06 Thread bugzilla-noreply
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

[Bug 277021] www/firefox: error on start after updating to 123.0 (rc1, rc2)

2024-03-06 Thread bugzilla-noreply
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.

[Bug 277021] www/firefox: error on start after updating to 123.0 (rc1, rc2)

2024-03-06 Thread bugzilla-noreply
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