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 .. 38 39 40 41 42 43 44 45 46 47 48 .. 85 Next › Last »

maid commented on 2018-12-07 18:21 (UTC)

I have the same problem. _CLANG value have no matter.

figue commented on 2018-11-20 20:17 (UTC)

@aix4c check a few posts back (env _CLANG=1)... Try to build with clang instead of gcc.

aix4c commented on 2018-11-20 19:50 (UTC)

0:28.17 checking bindgen cflags... no 0:28.26 checking for linker... 0:28.26 DEBUG: Executing: /usr/lib/hardening-wrapper/bin/gcc -std=gnu99 -print-prog-name=ld.gold 0:28.26 DEBUG: Executing: /usr/lib/hardening-wrapper/bin/gcc -std=gnu99 -B build/icecat/src/icecat-60.3.0/obj-x86_64-pc-linux-gnu/build/unix/gold -Wl,--version 0:28.26 Traceback (most recent call last): 0:28.26 File "build/icecat/src/icecat-60.3.0/configure.py", line 127, in <module> 0:28.26 sys.exit(main(sys.argv)) 0:28.26 File "build/icecat/src/icecat-60.3.0/configure.py", line 29, in main 0:28.26 sandbox.run(os.path.join(os.path.dirname(file), 'moz.configure')) 0:28.26 File "build/icecat/src/icecat-60.3.0/python/mozbuild/mozbuild/configure/init.py", line 428, in run 0:28.26 func(args) 0:28.26 File "build/icecat/src/icecat-60.3.0/python/mozbuild/mozbuild/configure/init.py", line 474, in _value_for 0:28.26 return self._value_for_depends(obj, need_help_dependency) 0:28.26 File "build/icecat/src/icecat-60.3.0/python/mozbuild/mozbuild/util.py", line 944, in method_call 0:28.26 cache[args] = self.func(instance, args) 0:28.26 File "build/icecat/src/icecat-60.3.0/python/mozbuild/mozbuild/configure/init.py", line 483, in _value_for_depends 0:28.26 return obj.result(need_help_dependency) 0:28.26 File "build/icecat/src/icecat-60.3.0/python/mozbuild/mozbuild/util.py", line 944, in method_call 0:28.26 cache[args] = self.func(instance, args) 0:28.26 File "build/icecat/src/icecat-60.3.0/python/mozbuild/mozbuild/configure/init.py", line 123, in result 0:28.26 return self._func(resolved_args) 0:28.26 File "build/icecat/src/icecat-60.3.0/python/mozbuild/mozbuild/configure/init.py", line 1003, in wrapped 0:28.26 return new_func(args, kwargs) 0:28.26 File "build/icecat/src/icecat-60.3.0/python/mozbuild/mozbuild/configure/init.py", line 735, in wrapper 0:28.26 ret = template(*args, kwargs) 0:28.26 File "build/icecat/src/icecat-60.3.0/build/moz.configure/checks.configure", line 58, in wrapped 0:28.26 ret = func(args, kwargs) 0:28.26 File "build/icecat/src/icecat-60.3.0/python/mozbuild/mozbuild/configure/__init__.py", line 1003, in wrapped 0:28.27 return new_func(*args, kwargs) 0:28.27 File "build/icecat/src/icecat-60.3.0/build/moz.configure/toolchain.configure", line 1573, in select_linker 0:28.27 build_env, toolchain_flags, linker) 0:28.27 File "build/icecat/src/icecat-60.3.0/python/mozbuild/mozbuild/configure/init.py", line 1003, in wrapped 0:28.27 return new_func(args, kwargs) 0:28.27 File "build/icecat/src/icecat-60.3.0/build/moz.configure/toolchain.configure", line 1529, in enable_gnu_linker 0:28.27 result = resolve_gold() 0:28.27 File "build/icecat/src/icecat-60.3.0/build/moz.configure/toolchain.configure", line 1518, in resolve_gold 0:28.27 if 'GNU gold' in check_cmd_output(cmd).decode('utf-8'): 0:28.27 File "build/icecat/src/icecat-60.3.0/obj-x86_64-pc-linux-gnu/_virtualenv/lib/python2.7/encodings/utf_8.py", line 16, in decode 0:28.27 return codecs.utf_8_decode(input, errors, True) 0:28.27 UnicodeDecodeError: 'utf8' codec can't decode byte 0xfc in position 79: invalid start byte 0:28.31 Fix above errors and then restart with\ 0:28.31 "/usr/bin/make -f client.mk build" 0:28.34 make: [client.mk:149: configure] Error 1

LinuxVieLoisir commented on 2018-11-10 21:44 (UTC)

Thank you, it works. You can put llvm in icecat dependencies.

figue commented on 2018-11-10 19:16 (UTC)

@LinuxVieLoisir check if you have llvm package installed.

LinuxVieLoisir commented on 2018-11-10 17:35 (UTC)

I checked the updates, I tried with the line but it does not work

figue commented on 2018-11-10 16:58 (UTC)

@LinuxVieLoisir a few days ago, other user posted the same. Please, update fully your system and try again. Also, you can try compiling with clang:

env _CLANG=1 makepkg -sic

LinuxVieLoisir commented on 2018-11-10 13:09 (UTC)

0:18.79 ERROR: Could not find LLVM/Clang installation for compiling stylo build-time 0:18.79 bindgen. Please specify the 'LLVM_CONFIG' environment variable 0:18.79 (recommended), pass the '--with-libclang-path' and '--with-clang-path' 0:18.80 options to configure, or put 'llvm-config' in your PATH. Altering your 0:18.80 PATH may expose 'clang' as well, potentially altering your compiler, 0:18.80 which may not be what you intended. 0:18.84 Fix above errors and then restart with\ 0:18.84 "/usr/bin/make -f client.mk build" 0:18.86 make: [client.mk:149: configure] Error 1 ==> ERREUR : Une erreur s’est produite dans build().

figue commented on 2018-11-01 14:08 (UTC)

@EndUserOnly you are welcome. It's weird because llvm is essential to build ;)

EndUserOnly commented on 2018-11-01 03:15 (UTC)

Not sure how I made it this far without it, but llvm was not on my system. The build should be fine now, it is well into it. Thank you for your patience... can't makeit without icecat.