Package Details: icecat 115.18.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.39
First Submitted: 2007-12-09 10:12 (UTC)
Last Updated: 2024-11-30 19:41 (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 .. 51 52 53 54 55 56 57 58 59 60 61 .. 86 Next › Last »

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!

<deleted-account> commented on 2015-10-14 20:42 (UTC)

It also builds fine for me. figue, thanks for the update. Some points I noticed: 1) --param=ssp-buffer-size=4 was recently disabled by default in makepkg.conf but this PKGBUILD still keeps it 2) The 2nd and 3rd mirrors are missing the trailing signature 3) I think the comment about unsetting CPPFLAGS still applies 38.3.0 but I haven't tested to verify so I'm not sure. If it does, maybe rewording the comment would help for clarity Thanks!

figue commented on 2015-10-14 11:12 (UTC)

Hi @test0, can you try to build IceCat in a clean chroot? You can use devtools: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot#Convenience_Way I did last night with extra-x86_64 and it builds. And FYI, xulrunner is not a dependency of this package.