Package Details: librewolf 1:152.0.6_1-1

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: MPL-2.0
Submitter: lsf
Maintainer: lsf
Last Packager: lsf
Votes: 226
Popularity: 7.31
First Submitted: 2019-06-14 18:41 (UTC)
Last Updated: 2026-07-15 08:06 (UTC)

Sources (4)

Pinned Comments

lsf commented on 2025-01-01 21:28 (UTC)

Please refrain from abusing the flagging of a package as out of date for build issues. This is not what it is supposed to be used for.

I automatically get notified of comments to this package. I do not need to be notified of whatever build problems occur (whether they are an individual's problems or the actual package's problems) twice, and not via flagging it out of date.

Issues with this package can also be reported at https://codeberg.org/librewolf/issues/issues (as it is also maintained there, at https://codeberg.org/librewolf/arch, too).

Latest Comments

1 2 3 4 5 6 .. 38 Next › Last »

bb10 commented on 2026-07-13 16:40 (UTC)

@bakerty @Wennadocta https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/5FJN2MRG74ZO5Q5BGEJ6RM4N2JFJXGSI/

Wennadocta commented on 2026-07-13 16:29 (UTC) (edited on 2026-07-13 16:30 (UTC) by Wennadocta)

same problem in a clean chroot

 0:10.92 checking whether we're trying to statically link with libstdc++... yes
 0:10.92 E ERROR: Firefox does not support linking statically with libstdc++
 0:10.98 E *** Fix above errors and then restart with "./mach build"
Streaming resource usage profile to: /build/librewolf/src/librewolf-152.0.5-1/obj-x86_64-pc-linux-gnu/.mozbuild/logs/build/profile_log_20260713_162810.json

bakerty commented on 2026-07-12 21:56 (UTC)

Getting the following error when trying to build version 152.0.5_1.1 in a clean chroot:

 0:13.08 checking whether we're trying to statically link with libstdc++... yes
 0:13.08 E ERROR: Firefox does not support linking statically with libstdc++
 0:13.19 E *** Fix above errors and then restart with "./mach build"

OzzyHelix commented on 2026-07-02 05:35 (UTC)

I wonder why this isn't in the arch main repos because it seems like something people want

manganeese commented on 2026-06-26 05:11 (UTC)

@CryogEnix That command is incorrect because https://rpm.librewolf.net/pubkey.gpg isn't a keyserver; it is the URL for librewolf's public key file. So to import their key, you can run something like

$ curl https://rpm.librewolf.net/pubkey.gpg | gpg --import

(or you can just just download the key file using your preferred method and then add it using gpg --import)

CryogEnix commented on 2026-06-26 02:40 (UTC) (edited on 2026-06-26 04:29 (UTC) by CryogEnix)

$ gpg --keyserver https://rpm.librewolf.net/pubkey.gpg --search-keys 662E3CDD6FE329002D0CA5BB40339DD82B12EF16
gpg: data source: https://rpm.librewolf.net:443
gpg: key "662E3CDD6FE329002D0CA5BB40339DD82B12EF16" not found on keyserver
gpg: keyserver search failed: Not found

I don't think this is a problem, since I already have the same key from a prior PKGBUILD, but is the server working or did I use the wrong command to check first?

Eidokan commented on 2026-06-14 22:30 (UTC)

@konvix Thank you for the info. I'm gonna take a look at that.

konvix commented on 2026-06-14 17:03 (UTC)

@Eidokan: Porting this patch should fix that build error which affects builds using cbindgen 0.29.4+: https://aur.archlinux.org/cgit/aur.git/tree/0005-cbindgen-0_29_4.patch?h=konform-browser

Eidokan commented on 2026-06-11 05:23 (UTC) (edited on 2026-06-11 05:24 (UTC) by Eidokan)

Version 1:151.0.4_1-1 / 151.0.4-1 fails to build for me. The compiler complains about COUNT being undeclared in webrender/webrender_ffi_generated.h:6705:53. This happens in a bunch of places. I pasted one of the errors below.

1:48.00 W In file included from /build/librewolf/src/librewolf-151.0.4-1/accessible/atk/nsMaiInterfaceComponent.cpp:15:
 1:48.00 W In file included from /build/librewolf/src/librewolf-151.0.4-1/obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom/BrowserParent.h:21:
 1:48.00 W In file included from /build/librewolf/src/librewolf-151.0.4-1/obj-x86_64-pc-linux-gnu/dist/include/mozilla/layout/RemoteLayerTreeOwner.h:12:
 1:48.00 W In file included from /build/librewolf/src/librewolf-151.0.4-1/obj-x86_64-pc-linux-gnu/dist/include/nsDisplayList.h:24:
 1:48.00 W In file included from /build/librewolf/src/librewolf-151.0.4-1/obj-x86_64-pc-linux-gnu/dist/include/gfxContext.h:10:
 1:48.00 W In file included from /build/librewolf/src/librewolf-151.0.4-1/obj-x86_64-pc-linux-gnu/dist/include/gfxUtils.h:22:
 1:48.00 W In file included from /build/librewolf/src/librewolf-151.0.4-1/obj-x86_64-pc-linux-gnu/dist/include/mozilla/webrender/WebRenderTypes.h:9:
 1:48.00 W In file included from /build/librewolf/src/librewolf-151.0.4-1/obj-x86_64-pc-linux-gnu/dist/include/mozilla/webrender/webrender_ffi.h:101:
 1:48.00 E /build/librewolf/src/librewolf-151.0.4-1/obj-x86_64-pc-linux-gnu/dist/include/mozilla/webrender/webrender_ffi_generated.h:6705:53: error: use of undeclared identifier 'COUNT'
 1:48.00 E  6705 | constexpr static const BudgetType BudgetType_VALUES[COUNT] = { BudgetType::SharedColor8Linear, BudgetType::SharedColor8Nearest, BudgetType::SharedColor8Glyphs, BudgetType::SharedAlpha8, BudgetType::SharedAlpha8Glyphs, BudgetType::SharedAlpha16, BudgetType::Standalone, };
 1:48.00 E       |                                                     ^~~~~

There is also a bunch of warnings like this:

4:10.40 W warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC

Not sure if those are relevant.

Thank you for packaging!