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.44
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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 85 Next › Last »

figue commented on 2020-11-22 17:30 (UTC)

@proskilzz please upload full log somewhere.

proskilzz commented on 2020-11-22 17:02 (UTC)

Error when compiling: 3:59.96 make[2]: [/home/proskilzz/.cache/paru/clone/icecat/src/gnuzilla-bcfe407570cae32d00dd33a268de0e0593166f7b/output/icecat-78.5.0/config/recurse.mk:34: compile] Error 2 3:59.96 make[1]: [/home/proskilzz/.cache/paru/clone/icecat/src/gnuzilla-bcfe407570cae32d00dd33a268de0e0593166f7b/output/icecat-78.5.0/config/rules.mk:390: default] Error 2 3:59.96 make: *** [client.mk:125: build] Error 2 3:59.98 98 compiler warnings present. ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'icecat-78.5.0-1':

figue commented on 2020-11-22 10:54 (UTC)

@chikker can you build it without yay?

figue commented on 2020-11-22 10:52 (UTC)

@proskilzz please refresh your local repo. Sources are fine:

figue@pluto ~/packages-figue/icecat
 % LC_ALL=C makepkg --verifysource                                                                                   
==> Making package: icecat 78.5.0-1 (Sun Nov 22 11:52:16 2020)
==> Retrieving sources...
  -> Downloading gnuzilla-bcfe407570cae32d00dd33a268de0e0593166f7b.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 7817k    0 7817k    0     0  1711k      0 --:--:--  0:00:04 --:--:-- 1754k
  -> Found icecat.desktop
  -> Found icecat-safe.desktop
  -> Downloading 0001-Use-remoting-name-for-GDK-application-names.patch...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2043  100  2043    0     0   6764      0 --:--:-- --:--:-- --:--:--  6764
  -> Found bug-1663715.patch.gz
==> Validating source files with sha256sums...
    gnuzilla-bcfe407570cae32d00dd33a268de0e0593166f7b.tar.gz ... Passed
    icecat.desktop ... Passed
    icecat-safe.desktop ... Passed
    0001-Use-remoting-name-for-GDK-application-names.patch ... Passed
    bug-1663715.patch.gz ... Passed

proskilzz commented on 2020-11-22 05:44 (UTC)

I'm getting error with sha256keys again I think. log below. (the sha256 keys are in red.

diff --git a/.SRCINFO b/.SRCINFO index b2dee17..07cc2c8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = icecat pkgdesc = GNU version of the Firefox browser. - pkgver = 78.4.1 + pkgver = 78.5.0 pkgrel = 1 url = http://www.gnu.org/software/gnuzilla/ arch = x86_64 @@ -50,12 +50,12 @@ pkgbase = icecat options = !emptydirs options = !makeflags options = !strip - source = https://git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-df2c2e22a0c6ea5b4dcaed52884223bfa6ffacde.tar.gz + source = https://git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-bcfe407570cae32d00dd33a268de0e0593166f7b.tar.gz source = icecat.desktop source = icecat-safe.desktop source = 0001-Use-remoting-name-for-GDK-application-names.patch::https://raw.githubusercontent.com/archlinux/svntogit-packages/0adcedc05ce67d53268575f8801c8de872206901/firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch source = bug-1663715.patch.gz - sha256sums = 0113ece80e4c89f7563d8108d2baccae1766c4a9078f7395f9751a8b14a6331f :...skipping... .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO index b2dee17..07cc2c8 100644 --- a/.SRCINFO +++ b/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = icecat pkgdesc = GNU version of the Firefox browser. - pkgver = 78.4.1 + pkgver = 78.5.0 pkgrel = 1 url = http://www.gnu.org/software/gnuzilla/ arch = x86_64 @@ -50,12 +50,12 @@ pkgbase = icecat options = !emptydirs options = !makeflags options = !strip - source = https://git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-df2c2e22a0c6ea5b4dcaed52884223bfa6ffacde.tar.gz + source = https://git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-bcfe407570cae32d00dd33a268de0e0593166f7b.tar.gz source = icecat.desktop source = icecat-safe.desktop source = 0001-Use-remoting-name-for-GDK-application-names.patch::https://raw.githubusercontent.com/archlinux/svntogit-packages/0adcedc05ce67d53268575f8801c8de872206901/firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch source = bug-1663715.patch.gz - sha256sums = 0113ece80e4c89f7563d8108d2baccae1766c4a9078f7395f9751a8b14a6331f + sha256sums = ca3859830a497d1e44bfa6d3f4fa974cc48cdfdcec806dca5a8873a89f0b34b1 sha256sums = e00dbf01803cdd36fd9e1c0c018c19bb6f97e43016ea87062e6134bdc172bc7d sha256sums = 33dd309eeb99ec730c97ba844bf6ce6c7840f7d27da19c82389cdefee8c20208 sha256sums = e0eaec8ddd24bbebf4956563ebc6d7a56f8dada5835975ee4d320dd3d0c9c442 diff --git a/PKGBUILD b/PKGBUILD index 251c28b..5457bbb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,9 +5,9 @@ # Contributor: Muhammad 'MJ' Jassim UnbreakableMJ@gmail.com

pkgname=icecat -pkgver=78.4.1 +pkgver=78.5.0 pkgrel=1 -_commit=df2c2e22a0c6ea5b4dcaed52884223bfa6ffacde +_commit=bcfe407570cae32d00dd33a268de0e0593166f7b pkgdesc="GNU version of the Firefox browser." arch=(x86_64) url="http://www.gnu.org/software/gnuzilla/" @@ -28,7 +28,7 @@ source=(https://git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-${_comm icecat.desktop icecat-safe.desktop "0001-Use-remoting-name-for-GDK-application-names.patch::https://raw.githubusercontent.com/archlinux/svntogit-packages/0adcedc05ce67d53268575f8801c8de872206901/firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch" bug-1663715.patch.gz)

-sha256sums=('0113ece80e4c89f7563d8108d2baccae1766c4a9078f7395f9751a8b14a6331f' +sha256sums=('ca3859830a497d1e44bfa6d3f4fa974cc48cdfdcec806dca5a8873a89f0b34b1' 'e00dbf01803cdd36fd9e1c0c018c19bb6f97e43016ea87062e6134bdc172bc7d' '33dd309eeb99ec730c97ba844bf6ce6c7840f7d27da19c82389cdefee8c20208' 'e0eaec8ddd24bbebf4956563ebc6d7a56f8dada5835975ee4d320dd3d0c9c442'

chikker commented on 2020-11-21 21:05 (UTC)

Hello. My build fails with "No such file or directory" because both FF source and .sig files somehow end up in my home directory. yay -S icecat output: https://paste.sr.ht/~holy/d33f10764380c7ff4466fc2c4dd8cbfb2f69edf8

figue commented on 2020-11-19 17:43 (UTC)

@bionor sorry mate, sums fixed.

bionor commented on 2020-11-19 14:39 (UTC)

I also get sha256sum fail:

0001-Use-remoting-name-for-GDK-application-names.patch ... FAILED

figue commented on 2020-11-13 07:31 (UTC)

@proskilzz fixed. Thanks!

proskilzz commented on 2020-11-13 03:41 (UTC)

Just tried to update..

==> Validating source files with sha256sums... gnuzilla-df2c2e22a0c6ea5b4dcaed52884223bfa6ffacde.tar.gz ... Passed icecat.desktop ... Passed icecat-safe.desktop ... Passed 0001-Use-remoting-name-for-GDK-application-names.patch ... FAILED bug-1663715.patch.gz ... Passed ==> ERROR: One or more files did not pass the validity check!