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.17
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

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

AvidSeeker commented on 2025-05-19 18:04 (UTC)

I keep getting a HUP signal caught

21:23.87 warning: unexpected `cfg` condition value: `testlib`
21:23.87    --> security/manager/ssl/trust_anchors/build.rs:351:11
21:23.87     |
21:23.87 351 |     #[cfg(feature = "testlib")]
21:23.87     |           ^^^^^^^^^^^^^^^^^^^ help: remove the condition
21:23.87     |
21:23.88     = note: no expected values for `feature`
21:23.88     = help: consider adding `testlib` `
...
21:44.79    Compiling topological-sort v0.1.0
21:44.98    Compiling time-macros v0.2.18
21:45.02    Compiling dns-parser v0.8.0
21:58.37    Compiling suggest v0.1.0 (https://github.com/mozilla/application-services?rev=d773da92641d92930b7308300e9fc2746a05ce6a#d773da92)
Terminated

==> ERROR: HUP signal caught. Exiting...
==> Cleaning up...

boxwood commented on 2025-04-16 21:46 (UTC) (edited on 2025-04-16 21:47 (UTC) by boxwood)

So I keep getting this build fail:

39:18.83 error: could not compile `gkrust` (lib)
39:18.85 Caused by:
39:18.91   process didn't exit successfully: `/usr/bin/rustc --crate-name gkrust [...]

Network_Jack commented on 2025-04-01 04:28 (UTC)

@xiota

Its with xvfb

xiota commented on 2025-03-17 01:27 (UTC)

@GI_Jack That is probably the profiling stage. Are you using xvfb or xwayland-run? Try the other to see if there is any difference. If not, and it bothers you enough, disable PGO.

Network_Jack commented on 2025-03-17 00:26 (UTC)

when compiling this package, librewolf is opened with test pages. This shouldn't happen for a compile job. I am not sure why its doing this, but it needs to stop

CryogEnix commented on 2025-03-15 18:57 (UTC) (edited on 2025-03-15 18:57 (UTC) by CryogEnix)

@darkphysics I think I had the same thing happen to me—you need to get the xwayland-run-git package.

darkphysics commented on 2025-03-15 18:39 (UTC) (edited on 2025-03-15 18:40 (UTC) by darkphysics)

Build Fail:

#  makepkg -s
==> Making package: librewolf 1:136.0.1_1-1 (Sat 15 Mar 2025 11:35:15 AM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[sudo] password for user: 
error: target not found: wlheadless-run
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> wlheadless-run
==> ERROR: Could not resolve all dependencies.

CryogEnix commented on 2025-03-10 05:01 (UTC) (edited on 2025-03-10 16:50 (UTC) by CryogEnix)

@xiota Thanks—I already had SWAP in my fstab, just enabled zswap and disabled PGO.

You mean setting "mk_add_options MOZ_PARALLEL_BUILD=<value>" in the PKGBUILD, correct? I assume in "weaker build systems" section? (You've suggested something similar for icecat.)

UPDATE After setting the value to 4, I can report a significant change—it got to "Finished 'release' profile [optimized] target(s) in 24m 44s" as opposed to failing the build at 8-10 min. Still going...

At roughly 90 minutes, this appears several times, still during compilation tier... I think this is normal?:

"ld.lld: warning: Linking two modules of different target triples:'../../../../../<item>' is '<item>' whereas '../../../<item>' is '<item>'"

113 minutes in – it got to misc tier...

The package has been successfully built :)

xiota commented on 2025-03-10 00:31 (UTC) (edited on 2025-03-10 00:37 (UTC) by xiota)

@CryogEnix Easiest way to build this on your machine would be to disable PGO. The issue with policies.json should be resolved in the current version. Alternatively, you can use a prebuilt binary through aur/librewolf-bin.

PGO = profile guided optimization. It provides a 10-20% boost on benchmarks, but takes about 3x as long to build because there are three stages: initial build, profiling, and optimized build. The build system normally uses an appropriate number of cores based on available RAM. Approximately 1-1.5 GiB per core are required. Make sure swap and zswap are both enabled. You can reduce the number of cores by setting MOZ_PARALLEL_BUILD.

Linking libxul.so with LTO has been reported to use 30GiB, single threaded with a different Firefox fork.