Package Details: icecat 115.17.0-1

Git Clone URL: https://aur.archlinux.org/icecat.git (read-only, click to copy)
Package Base: icecat
Description: GNU version of the Firefox ESR browser
Upstream URL: https://git.savannah.gnu.org/cgit/gnuzilla.git
Keywords: browser esr gnuzilla web
Licenses: MPL-2.0
Submitter: None
Maintainer: figue (xiota)
Last Packager: xiota
Votes: 250
Popularity: 0.43
First Submitted: 2007-12-09 10:12 (UTC)
Last Updated: 2024-11-04 00:48 (UTC)

Dependencies (51)

Sources (10)

Pinned Comments

xiota commented on 2024-02-26 07:32 (UTC) (edited on 2024-08-08 03:44 (UTC) by xiota)

PKGBUILD has been updated. Major changes:

  • Downloads Firefox ESR and localization using the source array. Files are saved for reuse.
  • Saves freshly patched IceCat sources in a tarball for reuse.
  • Saves the PGO profile for reuse.

Notes:

  • Currently requires clang/llvm 17, which has to be built from AUR.
  • Wayland users, consider setting _build_pgo_xvfb=false. This will use xwayland-run for profiling.
  • PGO should work now, but if it doesn't and you're willing to go without, try _build_pgo=false.
  • Running out of RAM? Try adding mk_add_options MOZ_PARALLEL_BUILD=___ around line 300. Pick a value less than number of cores and free RAM in GB. For example, on a system with 8 cores, 64GB total RAM, but only 6 GB free, the value should be set to 4 or 5.
    • If a few people can confirm this is helpful, I will consider adding it as an additional option.
    • Main resource hog seems to be linking libxul.so. Leave a comment if you have a potential solution.

Having problems? Please provide details: processor make and model, number of cores, free -m, full log in pastebin, whether using AUR helper/makepkg/clean chroot, etc.

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 85 Next › Last »

figue commented on 2021-01-29 08:29 (UTC)

@JordanPlayz158 yes, it is expected. Web browsers are huge software to build.

JordanPlayz158 commented on 2021-01-29 04:31 (UTC)

I am just wondering if this is expected behavior or possibly bad flags or something else but is the compiler suppose to take 8-11GB on a 16GB system for the compile phase, also how long is the compile time suppose to be as building the linux kernel from source seems to take less time than icecat, now I could be wrong but is icecat (a web browser) truly more complex than a whole kernel?

figue commented on 2021-01-26 23:49 (UTC)

Compilation works as usual... If it stuck in some point, please, push logs to some online pasting service.

figue commented on 2021-01-26 21:04 (UTC)

@waarisbert I'm compiling the last release... Wait until I test it.

waarisbert commented on 2021-01-26 20:56 (UTC) (edited on 2021-01-26 20:59 (UTC) by waarisbert)

Somehow, compiling Icecat is not possible at the moment. Build fails at the end, when compiling is almost done.

figue commented on 2021-01-21 11:36 (UTC)

@chovy do you mean icecat?

For GPG signature issue, see my previous comment. I don't know if yay can edit PKGBUILD before building to edit that line.

chovy commented on 2021-01-21 07:37 (UTC)

i get a gpg key failure using yay -S icecast

figue commented on 2021-01-19 00:48 (UTC)

@nordic-devops this package uses the upstream build process to convert Firefox sources to IceCat. If you have issues in the gpg verification part, you can try to uncomment this line in PKGBUILD that uses sed to remove this verification:

  # Uncomment if you have issues with gpg download... WITH PROXY gpg doesn't work!!!!!!
  sed -e 's/^gpg2 --keyserver.*//g' -i makeicecat

nordic-devops commented on 2021-01-18 22:36 (UTC) (edited on 2021-01-18 22:37 (UTC) by nordic-devops)

While the installation process there is an error with the import of the gpg public key 14F26682D0916CDD81E37B6D61B7B526D98F0353 from keyserver.ubuntu.com.

gpg --recv-keys --keyserver keyserver.ubuntu.com 14F26682D0916CDD81E37B6D61B7B526D98F0353
gpg: keyserver receive failed: Server indicated a failure
==> ERROR: A failure occurred in prepare().
    Aborting... 

I tried to search the key and the result is "Not found": https://keyserver.ubuntu.com/pks/lookup?search=14F26682D0916CDD81E37B6D61B7B526D98F0353&fingerprint=on&op=index

Maybe it is possible to download and convert it with gpg from mozilla directly?: https://ftp.mozilla.org/pub/firefox/releases/78.0/KEY