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.36
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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 86 Next › Last »

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

romain43 commented on 2021-01-16 12:09 (UTC)

Hi Figue, Any idea when the package will be ready. Let me know if I could help. Cheers, Romain

dominikl commented on 2021-01-03 10:57 (UTC)

Thanks @figue, compiles fine now!

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

@dominiki this bug seems to be addressed here: https://bugzilla.mozilla.org/show_bug.cgi?id=1684180

Please, try the new build (can't test until tomorrow on my own).

dominikl commented on 2021-01-01 20:04 (UTC)

I have the same issue as Ningen https://aur.archlinux.org/packages/icecat/#comment-782127 . Any idea how to fix that?

figue commented on 2020-12-30 17:43 (UTC)

@computerzoo it has to recursive search and replace all those strings. Be patient!

computerzoo commented on 2020-12-30 15:43 (UTC)

For some reason, when Icecat is compiling, it stalls at this and stays there.

s|www.gnu.org/software/gnuzilla/icecat-help|libreplanet.org/wiki/Group:IceCat/Help|g; ' '{}' ';'

Ningen commented on 2020-12-21 18:07 (UTC)

Another build error:


50:13.09 /home/test/Desktop/icecat/src/gnuzilla-a43514623e93d4f3fe6d61f5b2f82c5ef29bf518/output/icecat-78.6.0/dom/webgpu/ipc/WebGPUParent.cpp:426:29: error: no member named '_0' in 'mozilla::webgpu::ffi::WGPUBufferBinding'
50:13.09         bgb.resource.buffer._0.buffer = entry.mValue;
50:13.09         ~~~~~~~~~~~~~~~~~~~ ^
50:13.09 /home/test/Desktop/icecat/src/gnuzilla-a43514623e93d4f3fe6d61f5b2f82c5ef29bf518/output/icecat-78.6.0/dom/webgpu/ipc/WebGPUParent.cpp:427:29: error: no member named '_0' in 'mozilla::webgpu::ffi::WGPUBufferBinding'
50:13.09         bgb.resource.buffer._0.offset = entry.mBufferOffset;
50:13.09         ~~~~~~~~~~~~~~~~~~~ ^
50:13.09 /home/test/Desktop/icecat/src/gnuzilla-a43514623e93d4f3fe6d61f5b2f82c5ef29bf518/output/icecat-78.6.0/dom/webgpu/ipc/WebGPUParent.cpp:428:29: error: no member named '_0' in 'mozilla::webgpu::ffi::WGPUBufferBinding'
50:13.09         bgb.resource.buffer._0.size = entry.mBufferSize;
50:13.10         ~~~~~~~~~~~~~~~~~~~ ^
50:13.10 /home/test/Desktop/icecat/src/gnuzilla-a43514623e93d4f3fe6d61f5b2f82c5ef29bf518/output/icecat-78.6.0/dom/webgpu/ipc/WebGPUParent.cpp:432:34: error: member reference base type 'mozilla::webgpu::ffi::WGPUTextureViewId' (aka 'unsigned long') is not a structure or union
50:13.10         bgb.resource.texture_view._0 = entry.mValue;
50:13.10         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
50:13.10 /home/test/Desktop/icecat/src/gnuzilla-a43514623e93d4f3fe6d61f5b2f82c5ef29bf518/output/icecat-78.6.0/dom/webgpu/ipc/WebGPUParent.cpp:436:29: error: member reference base type 'mozilla::webgpu::ffi::WGPUSamplerId' (aka 'unsigned long') is not a structure or union
50:13.10         bgb.resource.sampler._0 = entry.mValue;
50:13.10         ~~~~~~~~~~~~~~~~~~~~^~~
50:13.48 BUILDSTATUS BUILD_VERBOSE dom/clients/manager
50:16.60 5 errors generated.

figue commented on 2020-12-05 21:39 (UTC)

@sp1d3rmxn thanks. Patch included.