Package Details: librewolf 1:137.0.1_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: 172
Popularity: 15.47
First Submitted: 2019-06-14 18:41 (UTC)
Last Updated: 2025-04-09 16:49 (UTC)

Dependencies (62)

Sources (3)

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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 33 Next › Last »

tyler19820201 commented on 2022-01-22 10:47 (UTC)

Same issue here also

ginnokami commented on 2022-01-16 15:52 (UTC)

When building for 96 I no longer have the pip issue, but I now get the following once the build starts.

==> Starting build()...
Building instrumented browser...
psutil<=5.8.0,>=5.4.2: Installed with unexpected version "5.9.0"
Traceback (most recent call last):
  File "/home/gin/.aur/librewolf/src/firefox-96.0/./mach", line 126, in <module>
    main(sys.argv[1:])
  File "/home/gin/.aur/librewolf/src/firefox-96.0/./mach", line 118, in main
    mach = check_and_get_mach(os.path.dirname(os.path.realpath(__file__)))
  File "/home/gin/.aur/librewolf/src/firefox-96.0/./mach", line 105, in check_and_get_mach
    return load_mach(dir_path, mach_path)
  File "/home/gin/.aur/librewolf/src/firefox-96.0/./mach", line 91, in load_mach
    return mach_initialize.initialize(dir_path)
  File "/home/gin/.aur/librewolf/src/firefox-96.0/build/mach_initialize.py", line 219, in initialize
    _activate_python_environment(
  File "/home/gin/.aur/librewolf/src/firefox-96.0/build/mach_initialize.py", line 172, in _activate_python_environment
    mach_environment = MachSiteManager.from_environment(
  File "/home/gin/.aur/librewolf/src/firefox-96.0/python/mach/mach/site.py", line 259, in from_environment
    if external_python.provides_any_package("mach", requirements)
  File "/home/gin/.aur/librewolf/src/firefox-96.0/python/mach/mach/site.py", line 800, in provides_any_package
    raise Exception(
Exception: The Python packages associated with "/usr/bin/python3" aren't compatible with the "mach" virtualenv
==> ERROR: A failure occurred in build().
    Aborting...

Any thoughts or suggestions? It really seems to me that the upgrade to python 3.10 is really hurting this build system, as I never had any issues building this before the upgrade.

lahwaacz commented on 2022-01-13 06:52 (UTC) (edited on 2022-01-13 06:53 (UTC) by lahwaacz)

@D1sturbed You can edit your past comment and fix the formatting...

Beomus commented on 2022-01-13 03:55 (UTC)

@Neko-san sorry, i'm a little bit retarded..

Neko-san commented on 2022-01-13 03:54 (UTC)

Paru is an AUR helper Lol

You don't need to download the source, just do paru -Sa librewolf --skipreview

Beomus commented on 2022-01-13 03:36 (UTC)

@Neko-san so download the source code elsewhere? sorry, i'm just trying to clarify.

Neko-san commented on 2022-01-13 03:34 (UTC)

@D1sturbed You want to make the local repo path something different from paru's cache; give it its own folder

Beomus commented on 2022-01-13 03:00 (UTC)

damn.. encasing code in three single quotes doesn't format it like that, maybe i should've read that it's markdown format lol...

Beomus commented on 2022-01-13 02:54 (UTC)

@Neko-san I was trying to install it through paru with LocalRepo and Chroot enabled in paru.conf..

should i add

''' [aur] (<= name this whatever you want) SigLevel = PackageOptional DatabaseOptional Server = file:///home/disturbed/.cache/paru/clone/librewolf ''' or should i download the package to another directory and compile there?