Package Details: firefox-esr-i18n-sv-se 115.11.0-3

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: 47
Popularity: 1.17
First Submitted: 2015-05-28 23:15 (UTC)
Last Updated: 2024-06-02 17:23 (UTC)

Dependencies (56)

Required by (0)

Sources (103)

Latest Comments

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

figue commented on 2019-02-09 19:03 (UTC) (edited on 2019-02-09 19:04 (UTC) by figue)

@BrLi are you sure that you have the community rust/cargo package? Did you clean your previous build with -C?

% LANG=C pacman -Qi rust
Name            : rust
Version         : 1:1.32.0-1
Description     : Systems programming language focused on safety, speed and concurrency
Architecture    : x86_64
URL             : https://www.rust-lang.org/
Licenses        : MIT  Apache
Groups          : None
Provides        : cargo  rustfmt
Depends On      : gcc-libs  llvm-libs  curl  libssh2
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : cargo  rustfmt
Replaces        : cargo  rustfmt
Installed Size  : 192.62 MiB
Packager        : Johannes L
Build Date      : Thu Jan 17 23:32:42 2019
Install Date    : Fri Jan 18 21:50:31 2019
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

You can try editing PKGBUILD and remove "ac_add_options --enable-rust-simd"

brli commented on 2019-02-09 17:21 (UTC)

@figue I'm afraid that doesn't help, I turn to GCC then.

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.