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

figue commented on 2018-12-13 00:20 (UTC)

@securitybreach thanks. Please, update your local repo.

securitybreach commented on 2018-12-13 00:08 (UTC)

extra/clang needs to be added as a dep

  0:04.86 ERROR: The file /usr/bin/clang returned by `llvm-config --bindir` does not exist.
  0:04.86 clang is required to build Stylo.  Please install the necessary packages,
  0:04.86 run `mach bootstrap`, or add --disable-stylo to your mozconfig.
  0:04.86 
  0:04.88 *** Fix above errors and then restart with\
  0:04.88                "/usr/bin/make -f client.mk build"
  0:04.88 make: *** [client.mk:149: configure] Error 1
  ==> ERROR: A failure occurred in build().
  Aborting...
  Error making: icecat

After that, it builds just fine.

figue commented on 2018-12-07 23:57 (UTC)

@maid what do you mean... build with gcc and clang are different. Do you see exactly the same output? Please, post the logs in any paste service.

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