Package Details: librewolf 134.0.2-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: GPL, MPL, LGPL
Submitter: lsf
Maintainer: lsf
Last Packager: lsf
Votes: 147
Popularity: 3.73
First Submitted: 2019-06-14 18:41 (UTC)
Last Updated: 2025-01-26 21:06 (UTC)

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 .. 21 22 23 24 25 26 27 28 29 Next › Last »

cladonia commented on 2021-02-15 21:43 (UTC)

Hello,

I have 2.32-5 version of glibc

I have no musl installed (and didn't know its existence or what it is). I can install it.

cladonia commented on 2021-02-15 21:37 (UTC)

Here's the output of the librewolf-bin error:

$ librewolf /usr/lib/librewolf/librewolf: /usr/lib/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/librewolf/librewolf)

cladonia commented on 2021-02-15 21:36 (UTC)

Hello,

The bin version doesn't work, the flatpak install librewolf command doesn't work, the AppImage doesn't work

lsf commented on 2021-02-15 21:17 (UTC) (edited on 2021-02-15 21:22 (UTC) by lsf)

No idea what's going wrong there – quite often build failures for Firefox/LibreWolf seem to be due to running out of memory, though. You might want to take a look at a few older comments in here.

Alternatively, something in your build environment might be off – building in a chroot (https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot) might help.

Finally, instead of opting for the Flatpak release, there's also a -bin-release available in the AUR at https://aur.archlinux.org/packages/librewolf-bin/, which might be preferable when running an Arch system :)

/edit

Looks like I'm getting slow ;) My comment was directed at @cladonia as well.

cladonia commented on 2021-02-15 21:08 (UTC)

It failed to compile

The details of the failure are as follows:

Exception: Process executed with non-0 exit code 1: ['/usr/bin/python3', '/home/daniel/compil/librewolf/src/firefox-85.0.2/configure.py']

File "/home/daniel/compil/librewolf/src/firefox-85.0.2/python/mozbuild/mozbuild/build_commands.py", line 146, in build return driver.build( File "/home/daniel/compil/librewolf/src/firefox-85.0.2/python/mozbuild/mozbuild/controller/building.py", line 1140, in build config_rc = self.configure( File "/home/daniel/compil/librewolf/src/firefox-85.0.2/python/mozbuild/mozbuild/controller/building.py", line 1525, in configure status = self._run_command_in_objdir( File "/home/daniel/compil/librewolf/src/firefox-85.0.2/python/mozbuild/mozbuild/base.py", line 887, in _run_command_in_objdir return self.run_process(cwd=self.topobjdir, **args) File "/home/daniel/compil/librewolf/src/firefox-85.0.2/python/mach/mach/mixin/process.py", line 176, in run_process raise Exception( ==> ERREUR : Une erreur s’est produite dans build(). Abandon…

La commande 'makepkg --force' a échoué.

I will test flatpak :(

ZorinArch commented on 2021-02-10 03:52 (UTC)

@lsf plasma-integration is just manage multimedia and notifications, but openSUSE patches make the browser better KDE integration like global-menu for example.

lsf commented on 2021-02-09 23:31 (UTC)

Thanks for spotting that – I must've forgotten to commit the updated file.

Should be fixed now over here as well!

Jayman commented on 2021-02-09 23:12 (UTC)

When I try to build this package, I get an error:

[jayman@Jason-Desktop-Linux librewolf]$ makepkg
==> Making package: librewolf 85.0.1-1 (Tue 09 Feb 2021 05:58:38 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found firefox-85.0.1.source.tar.xz
  -> Found librewolf.desktop
  -> Updating common git repo...
Fetching origin
  -> Updating settings git repo...
Fetching origin
  -> Found megabar.patch
  -> Found remove_addons.patch
  -> Found unity-menubar.patch
==> Validating source_x86_64 files with sha256sums...
    firefox-85.0.1.source.tar.xz ... Passed
    librewolf.desktop ... Passed
    common ... Skipped
    settings ... Skipped
    megabar.patch ... Passed
    remove_addons.patch ... Passed
    unity-menubar.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
[jayman@Jason-Desktop-Linux librewolf]$

Here's how I avoided the error:

$ git clone git@gitlab.com:librewolf-community/browser/linux.git
$ cd linux
$ makepkg