Package Details: librewolf 133.0.3-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: 144
Popularity: 4.35
First Submitted: 2019-06-14 18:41 (UTC)
Last Updated: 2024-12-15 09:44 (UTC)

Dependencies (58)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 28 Next › Last »

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?

Neko-san commented on 2022-01-12 17:21 (UTC) (edited on 2022-01-12 17:22 (UTC) by Neko-san)

@D1sturbed There's two ways to do so:

The official way: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

And the way I do it: https://github.com/Morganamilo/paru

Paru is an AUR helper but it has support for automating chrooting for building packages.

To do so with paru, you need to do the following:

  • install devtools

  • enable "LocalRepo" and "Chroot" (needs to be set to a directory) in /etc/paru.conf

  • Add the following to the bottom of pacman.conf:

[aur] (<= name this whatever you want)
SigLevel = PackageOptional DatabaseOptional
Server = file:///(path to the same directory from before)

Paru should take care of the rest on its own

Beomus commented on 2022-01-12 12:32 (UTC)

@Neko-san

i'm having the same issue with pip, and don't know how to build in a chroot.. Can you point me in the way of some helpful resources regarding that please?

lsf commented on 2022-01-12 10:26 (UTC)

Might've actually just been adding !lto to options – for reasons unknown (to me at least, didn't yet do any proper research into why ;), that now seems to be required for quite a few packages using rust/cargo. Or might've not been the reason (as it worked in my chroot) – who knows.

For now though I just hope things will work again for you with 96.0-1 – if not, don't hesitate to comment again! :)

3np commented on 2022-01-10 19:06 (UTC)

@lsf Apologies and thanks for setting me straight!

Did you also run in a fresh chroot? I wonder if there's some base rust dependency that's implicit and missing...

Anyway, this is a quite fresh environment (only installed Arch the other day; built a decent number of other AUR packages with rust in the chroot since). Building via aurutils -cT. The pacman-custom.conf is just the official repos plus my own local with aur artefacts - nothing that is overriding there either.

Will return to this shortly.

lsf commented on 2022-01-10 17:31 (UTC)

Please don't mark the package out of date for an issue like this – that's not what the function is for, and I got a notification of your regular comment just fine :)

I cannot reproduce this on my end (and as far as I can see none of the "relevant" dependencies seem to have changed / been updated in the repos).

Is there anything 'unusual' with your environment / chroot? (maybe a separately installed package; maybe you're on manjaro; maybe the mirrorlist in it is out of date so it couldn't be properly updated?) If all else failed, I'd try to cleanly set the chroot up anew and check if you still have the issue then.