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.42
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 .. 50 51 52 53 54 55 56 57 58 59 60 .. 85 Next › Last »

chbinnc commented on 2015-11-06 08:44 (UTC)

@test0 @anton-tsyganenko I use "downgrade" from aur to downgrade icu and successfully save icecat. This can be a rescue. https://wiki.archlinux.org/index.php/Downgrading_packages https://aur.archlinux.org/packages/downgrade/

anton-tsyganenko commented on 2015-11-06 08:13 (UTC)

I can't run icecat after system update: XPCOMGlueLoad error for file /usr/lib/icecat/libxul.so: libicui18n.so.55: cannot open shared object file: No such file or directory Couldn't load XPCOM.

test0 commented on 2015-11-06 04:55 (UTC) (edited on 2015-11-06 04:55 (UTC) by test0)

icu package dependencies for this latest icecat version is not up to date. It still uses version 55.

test0 commented on 2015-10-29 11:36 (UTC)

I managed to fix the xul38 error. This only apply for upgrading icecat 38.0 to 38.3. libxul.so is necessary and can be acquired from xulrunner package version 38. Once I got that installed I have to manually copy the libxul.so from /usr/lib/xulrunner-devel-38.0.1/bin and place it in /usr/lib/icecat folder. Then everything is fixed without errors after the compilation process.

<deleted-account> commented on 2015-10-27 08:30 (UTC)

failed to build, its said : cp: target ‘.mozconfig’ is not a directory

sikmir commented on 2015-10-23 10:47 (UTC)

@figue, Thanks!

figue commented on 2015-10-22 22:15 (UTC)

Hi @sikmir, please add the key before build: https://wiki.archlinux.org/index.php/Makepkg#Signature_checking

sikmir commented on 2015-10-22 22:02 (UTC)

icecat-38.3.0-gnu1.tar.bz2 ... FAILED (unknown public key 3C76EED7D7E04784)

jugs commented on 2015-10-18 22:24 (UTC)

Thanks for your work on this @figue, much appreciated.

figue commented on 2015-10-14 22:26 (UTC) (edited on 2015-10-14 22:31 (UTC) by figue)

Hi @archaurwiki! I've pushed some changes: - Added mirror.kernel.org missing signature file. . Removed ssp-buffer-size flag. I missed that. - Cleaned old patch files from repo. Can't see any signature file in Ruben's site. I leave it as it is. Anyway it's there just in case. Thanks!