Package Details: firefox-esr-i18n-nl 128.4.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.137261
First Submitted: 2015-05-28 23:15 (UTC)
Last Updated: 2024-10-29 17:36 (UTC)

Dependencies (56)

Required by (0)

Sources (100)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 Next › Last »

figue commented on 2018-12-12 19:22 (UTC) (edited on 2018-12-12 19:22 (UTC) by figue)

@BrLi can you try to workaround the build with clang?

env _CLANG=1 makepkg -si

brli commented on 2018-12-12 05:37 (UTC)

Hi, I'm having issue when building under clean chroot... The chroot system is up-to-date

10:34.60 error: /home/user/firefox-esr/src/firefox-60.4.0/obj-ff/toolkit/library/release/deps/libcssparser_macros-bb0b1a733c43c15c.so: undefined symbol: atexit
10:34.60   --> /home/user/firefox-esr/src/firefox-60.4.0/third_party/rust/cssparser/src/lib.rs:73:14
10:34.60    |
10:34.60 73 | #[macro_use] extern crate cssparser_macros;
10:34.60    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:34.60 
10:34.60 error: aborting due to previous error
10:34.60 
10:34.61 error: Could not compile `cssparser`.
10:34.61 warning: build failed, waiting for other jobs to finish...
10:34.68 error: /home/user/irefox-esr/src/firefox-60.4.0/obj-ff/toolkit/library/release/deps/libxpcom_macros-39504dc553d554c1.so: undefined symbol: atexit
10:34.68   --> xpcom/rust/xpcom/src/lib.rs:21:1
10:34.68    |
10:34.68 21 | extern crate xpcom_macros;
10:34.69    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
10:34.69 
10:34.69 error: aborting due to previous error
10:34.69 
10:34.69 error: Could not compile `xpcom`.
10:34.69 warning: build failed, waiting for other jobs to finish...

can you help me?

figue commented on 2018-09-21 14:52 (UTC)

@leewdch pushed new release with that patch. It fixes compilation in IceCat (based off FF-ESR)... I haven't tested though...

Also, clang is now used only if you export the variable _CLANG before building or if you set inside PKGBUILD.

hussam commented on 2018-09-20 14:58 (UTC) (edited on 2018-09-20 15:08 (UTC) by hussam)

@leewdch Try the patch from https://bugzilla.mozilla.org/show_bug.cgi?id=1479540

<deleted-account> commented on 2018-09-20 14:50 (UTC)

Can you tell what's wrong? I'm trying to compile on a clean install but somehow it fails saying I need more than 2 value to extract: https://i.imgur.com/grw1vie.jpg

figue commented on 2018-09-07 18:38 (UTC) (edited on 2018-09-07 18:41 (UTC) by figue)

@AndyRTR thank you. It's really weird, but I tried even in a virtual machine on a Windows host, and it fails too. So, if I maintain this package I need to validate the build. Feel free to delete CC and CXX variables from my PKGBUILD if you want continue compiling with gcc

AndyRTR commented on 2018-09-07 15:58 (UTC)

I see no need to switch to Clang compiler. Using gcc worked well for me building in a clean chroot.

figue commented on 2018-09-05 23:06 (UTC) (edited on 2018-09-06 21:26 (UTC) by figue)

I had to switch to clang instead of gcc to build FF-ESR on my machines... Will test deeply tomorrow, but it should be OK. Is this a problem for someone?

Edit: tests were ok, will push change tomorrow.

figue commented on 2018-09-05 19:48 (UTC)

PLease test 60.2.0... I can't build it :''''(

figue commented on 2018-06-15 23:07 (UTC)

I've successfully build FF-ESR 60.0.2 in other machine.

Please test and report if something is wrong.

One note: I've removed python path workaround, it builds fine without it.