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

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.

sp1d3rmxn commented on 2020-12-05 14:21 (UTC)

It seems an upstream bug is affecting the build-ability of this again. Surprise, surprise.. anyways here it is:

https://bugs.archlinux.org/task/68747

https://bugzilla.mozilla.org/show_bug.cgi?id=1667736 - upstream again due to rust (seems to be a continuous issue with these fucking devs, just look over the years here in this AUR package comments...always something with rust..)

https://d3kxowhw4s8amj.cloudfront.net/file/data/my2mrpepjswfd5kx7dic/PHID-FILE-ipt6ed2idiecgni5ib5i/D91572.diff - I did not feel like downloading this in to a patch because of the ignorance already in watching the source code get downloaded and wiped after failure, this is really stupid.

romain43 commented on 2020-12-04 14:52 (UTC)

@Figue, Unfortunately, the repo is not up to date. Currently 75.3.0-1 is offered by Chaotic repo.