Package Details: librewolf 127.0.2-2

Git Clone URL: https://aur.archlinux.org/librewolf.git (read-only, click to copy)
Package Base: librewolf
Description: Community-maintained fork of Firefox, focused on privacy, security and freedom.
Upstream URL: https://librewolf.net/
Keywords: browser web
Licenses: GPL, MPL, LGPL
Submitter: lsf
Maintainer: lsf
Last Packager: lsf
Votes: 125
Popularity: 4.41
First Submitted: 2019-06-14 18:41 (UTC)
Last Updated: 2024-06-27 07:20 (UTC)

Dependencies (58)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 26 Next › Last »

OdinVex commented on 2023-02-13 05:25 (UTC)

@eclairevoyant, Of course someone uses an AUR helper to use the AUR...since AURs are not part of Arch's official support. pamac, in this case. I've managed to get it working despite the issues, keeping a script I threw together for future installs.

eclairevoyant commented on 2023-02-13 04:00 (UTC) (edited on 2023-02-13 05:39 (UTC) by eclairevoyant)

@OdinVex Well let's see, you're not using Arch (unsupported) and you're probably using an AUR helper (unsupported) hence this is not the place to get support.

Edit: also, 4360FE2109C49763186F8E21EBE41E90F6F12F6D is a subkey and should have been imported automatically when you import the key mentioned in this PKGBUILD:

$ gpg --list-keys --keyid-format LONG --with-subkey-fingerprints 14F26682D0916CDD81E37B6D61B7B526D98F0353
pub   rsa4096/61B7B526D98F0353 2015-07-17 [SC]
      14F26682D0916CDD81E37B6D61B7B526D98F0353
uid                 [ unknown] Mozilla Software Releases <release@mozilla.com>
sub   rsa4096/EBE41E90F6F12F6D 2021-05-17 [S] [expires: 2023-05-17]
      4360FE2109C49763186F8E21EBE41E90F6F12F6D

So you didn't need to chase down some trunk builds. You also don't need to trust the key, as you can see the key is still marked unknown trust for me. Probably something is broken with your AUR helper so you should use makepkg or makechrootpkg.

OdinVex commented on 2023-02-13 01:47 (UTC) (edited on 2023-02-13 02:06 (UTC) by OdinVex)

Every month I try to install this on a new Manjaro install, and it has never worked. My comments keep getting removed, despite the fact that I keep bitching about the same error(s). PGP, despite import, despite commenting-out, still fails.

Verifying source file signatures with gpg... firefox-109.0.1.source.tar.xz ... cat: write error: Broken pipe

Edit: Finally seems like I managed to get around the crap by removing all pgp-key related stuff (all were imported, but all failed anyway with that broken pipe) and removed .asc reliances (and the SHA256 SKIP entry relevant).

Edit: The new Mozilla key (nowhere mentioned, included, or trusted) needed to be manually marked as Trusted. All imported, but none trusted by default. Found the key in the trunk builds. 4360FE2109C49763186F8E21EBE41E90F6F12F6D

karolyi commented on 2023-01-29 12:13 (UTC)

I've just compiled Librewolf on my Manjaro successfully. I still need to compile it for myself because I keep using the ${_patches_dir}/removed-patches/allow_dark_preference_with_rfp.patch.

With the latest update, it seems to compile just fine.

lsf commented on 2023-01-28 12:07 (UTC)

I've just pushed an update (intentionally without bumping pkgrel) that should hopefully fix this.

lsf commented on 2023-01-28 10:21 (UTC)

That's good to know. Albeit odd. (I had modified the patch to get the aarch64 build to be possible with webrtc, and the code change should be absolutely irrelevant for non-aarch64 builds. Doesn't seem to be the case though, so I'll have to use different patches for the different architectures here, instead of one for both, it seems. I'll address that asap.)

Thanks!

slimb commented on 2023-01-28 04:01 (UTC)

Got this to build by syncing 0001-libwebrtc-screen-cast-sync.patch update from firefox package https://archlinux.org/packages/extra/x86_64/firefox/

HurricanePootis commented on 2023-01-27 19:53 (UTC)

Maybe the GCC/Clang updates that recently came out?

eclairevoyant commented on 2023-01-27 01:57 (UTC)

@blufinney It did work earlier on their CI clearly so something broke within the last week

blufinney commented on 2023-01-25 20:30 (UTC)

That's odd. It won't build but there is a binary available? Fun.