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

Ningen commented on 2020-11-27 03:17 (UTC)

@figue Unfortunately I just left and will not be back in a few days, but recalling from memory I believe all the errors were all:


4:55.32 error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`

figue commented on 2020-11-25 13:59 (UTC) (edited on 2020-11-25 14:00 (UTC) by figue)

@Ningen you are right... I was busy doing other things and not see that wget is already listed... Sorry I've reverted the commit.

In the other, I see you have 7 previous errors... Can you paste them or, better, full output somewhere?

Ningen commented on 2020-11-25 02:47 (UTC) (edited on 2020-11-25 06:09 (UTC) by Ningen)

@figue @slodr I am confused this solves nothing, wget is just listed twice in makedepends now? This will not build

edit:


...
4:55.32 error[E0432]: unresolved import `crate::arch::x86_64::_mm_movemask_pi8`
...
...
5:36.57 error: aborting due to 7 previous errors
5:36.57 For more information about this error, try `rustc --explain E0432`.
5:36.63 error: could not compile `packed_simd`
5:36.63 To learn more, run the command again with --verbose.
5:36.63 warning: build failed, waiting for other jobs to finish...
5:36.66 modules/fdlibm/src
5:37.22 error: build failed
...
...
9:43.45 /usr/bin/notify-send --app-name=Mozilla Build System Mozilla Build System Build failed
==> ERROR: A failure occurred in build().

figue commented on 2020-11-24 21:26 (UTC)

@slondr thanks! d2eece5f8c90

slondr commented on 2020-11-24 20:45 (UTC)

Build fails if wget is not installed, why is wget not listed as a makedepends?

figue commented on 2020-11-22 21:44 (UTC)

@chikker I think you are using _SPEED=y. Yeah? See that in PKGBUILD is hardcoded es-ES locale. You should change it to your locale, or you will see only spanish. Maybe I need to work on that to make it customizable to any locale...

chikker commented on 2020-11-22 18:58 (UTC)

@figue Weird. The bug seems to happen only when PKGBUILD in inside ~/.cache folder.

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':