Package Details: firefox-esr-i18n-fr 128.2.0-1

Git Clone URL: https://aur.archlinux.org/firefox-esr.git (read-only, click to copy)
Package Base: firefox-esr
Description: Standalone web browser from mozilla.org, Extended Support Release
Upstream URL: https://www.mozilla.org/en-US/firefox/enterprise/
Keywords: browser gecko web
Licenses: GPL, MPL, LGPL
Submitter: figue
Maintainer: dudemanguy
Last Packager: dudemanguy
Votes: 48
Popularity: 0.70
First Submitted: 2015-05-28 23:15 (UTC)
Last Updated: 2024-09-04 16:03 (UTC)

Dependencies (56)

Required by (0)

Sources (100)

Latest Comments

1 2 3 4 5 6 .. 21 Next › Last »

dudemanguy commented on 2024-09-04 16:14 (UTC)

Should be resolved with the new esr release.

kocsi commented on 2024-09-03 20:14 (UTC)

Getting an error during the build process:

https://0x0.st/Xwma.log

bittin commented on 2024-08-06 15:39 (UTC)

Firefox ESR 115.14.0 and ESR 128.1.0 released

dudemanguy commented on 2024-07-20 22:18 (UTC)

Thanks for the tips but I get mozbuild.configure.options.InvalidOptionError: Unknown option: --disable-gecko-profiler when trying to use that option. Trying the other options without the gecko-profiler one results in the same error. Disabling the gecko-profiler would probably work but it doesn't seem possible in ESR right now.

michabuntu commented on 2024-07-20 18:51 (UTC) (edited on 2024-07-20 18:56 (UTC) by michabuntu)

Got it to build with this changes:

ac_add_options --disable-gecko-profiler
ac_add_options --disable-profiling

ac_add_options --disable-debug and removed export RUSTFLAGS="-C debuginfo=1"

and also commentet accordingly in the package part.

And I also made some minor corrections which I took from Arch main, for now it is the same version, and there is now also a Bugfix for Nvida chrashes in 128.0-2.

I don't know if all this is needed, because the Arch package builds without errors, only the linker ran out of memory (--enable-lto=cross,full?) For now I build without full.

Hope this helps

dudemanguy commented on 2024-07-17 20:55 (UTC) (edited on 2024-07-17 20:55 (UTC) by dudemanguy)

Sorry that this is out of date still. It seems that I am unable to build this anymore with the newest llvm version (18). There are mysterious compile errors such as "cannot find type SpliceableJSONWriter in module mozilla::baseprofiler" even though that type does exist and is in headers. Any help would be appreciated.