@chovy do you mean icecat
?
For GPG signature issue, see my previous comment. I don't know if yay can edit PKGBUILD before building to edit that line.
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) |
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 86 Next › Last »
@chovy do you mean icecat
?
For GPG signature issue, see my previous comment. I don't know if yay can edit PKGBUILD before building to edit that line.
i get a gpg key failure using yay -S icecast
@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
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
Hi Figue, Any idea when the package will be ready. Let me know if I could help. Cheers, Romain
Thanks @figue, compiles fine now!
@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).
I have the same issue as Ningen https://aur.archlinux.org/packages/icecat/#comment-782127 . Any idea how to fix that?
@computerzoo it has to recursive search and replace all those strings. Be patient!
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; ' '{}' ';'
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:
Notes:
_build_pgo_xvfb=false
. This will usexwayland-run
for profiling._build_pgo=false
.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.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.