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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 85 Next › Last »

figue commented on 2019-05-13 18:59 (UTC)

@cysp74 your are right. Please update your local repo, I've patched prename to perl-rename

<deleted-account> commented on 2019-05-13 16:38 (UTC)

[code] + find -type d + xargs prename -f s/firefox/icecat/ + grep firefox xargs: prename: No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting... [/code]

<deleted-account> commented on 2019-05-13 16:36 (UTC)

[code] + find -type d + xargs prename -f s/firefox/icecat/ + grep firefox xargs: prename: No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting... [/code]

cysp74 commented on 2019-05-13 16:34 (UTC)

@figue:

Hi,

prename is missing, there is no such executable on path.

<deleted-account> commented on 2019-05-13 14:13 (UTC)

  • find -type d
  • xargs prename -f s/firefox/icecat/
  • grep firefox xargs: prename: No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting... Error making: icecat

figue commented on 2019-05-13 11:24 (UTC) (edited on 2019-05-13 13:28 (UTC) by figue)

I think I forgot to remove that fennec part... Let me fix. Sorry guys.

Edit: release 60.6.3-3 should be ok now. Please test.

misaka00251 commented on 2019-05-13 02:42 (UTC)

Build log:

+ grep fennec
+ xargs prename s/fennec/icecatmobile/
xargs: prename: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...

Why remove the # Replace Firefox branding part?

figue commented on 2019-05-12 21:19 (UTC)

@deemoncheeque it's not good to be in a hurry... Sorry, forgot to add updated patch. Please refresh your local repo. SHould be ok now.

deemoncheeque commented on 2019-05-12 19:45 (UTC)

patch_makeicecat_stuff.patch has an invalid hashsum and fails to apply, please fix that.