Package Details: librewolf 1:136.0.4_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: 17.47
First Submitted: 2019-06-14 18:41 (UTC)
Last Updated: 2025-03-27 22:42 (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 2 3 4 5 6 7 8 9 10 11 12 .. 33 Next › Last »

Brummbaer commented on 2024-08-03 18:48 (UTC)

@NaBoo

That worked, thank you :).

NaBoo commented on 2024-08-03 14:50 (UTC)

@Brummbaer I had the same error as you, upgrading the rust toolchain helped me

rustup update

boignish commented on 2024-08-02 02:31 (UTC) (edited on 2024-08-02 02:33 (UTC) by boignish)

gkrust failed at compiling

52:04.69 thread 'rustc' panicked at compiler/rustc_codegen_ssa/src/back/link.rs:550:14:
52:04.69 called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "No such file or directory" }
52:04.69 stack backtrace:
52:04.84    0:     0x7e410b205a45 - <unknown>
...
52:04.91   22:     0x7e410692a0dc - <unknown>
52:04.91   23:                0x0 - <unknown>
52:04.96 error: the compiler unexpectedly panicked. this is a bug.
52:04.97 note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
52:04.98 note: rustc 1.79.0 (129f3b996 2024-06-10) (Arch Linux rust 1:1.79.0-3) running on x86_64-unknown-linux-gnu
52:05.00 note: compiler flags: --crate-type staticlib -C opt-level=2 -C panic=abort -C embed-bitcode=no -C lto -C linker=/var/tmp/pamac-build-burp/librewolf/src/librewolf-128.0.3-1/build/cargo-linker -C strip=debuginfo -C debuginfo=2 -C force-frame-pointers=yes -C embed-bitcode=yes -C profile-generate=/var/tmp/pamac-build-burp/librewolf/src/librewolf-128.0.3-1/obj-x86_64-pc-linux-gnu -C llvm-args=-pgo-temporal-instrumentation -C codegen-units=1
52:05.00 note: some of the compiler flags provided by cargo are hidden
52:05.00 query stack during panic:
52:05.01 end of query stack
52:05.38 error: could not compile `gkrust` (lib)

Brummbaer commented on 2024-07-31 10:18 (UTC)

@OdinVex

good to know, but I have no test windows created, it just tries to start this SP3 Server and then it fails.

I also have nothing running on port 8000.

OdinVex commented on 2024-07-30 18:10 (UTC)

@Brummbaer, I get that if I close those stupid browser test windows. No clue why the hell it creates them, that shouldn't ever be visible to the user, but it is for some reason. (If no one knows what I'm talking about: Partway compiling Librewolf it'll start showing benchmark/profile/test browser windows constantly stealing focus. It'll shit the compile if you close them.)

Brummbaer commented on 2024-07-27 10:39 (UTC)

Package does build but it exits during something afterwards.

started SP3 server on port 8000
Firefox exited with code -11 during profile initialization
==> ERROR: A failure occurred in build().
    Aborting...
makepkg -si  841,77s user 131,09s system 112% cpu 14:22,56 total

impulse commented on 2024-06-23 19:33 (UTC)

Can you please add me as a co-maintainer so i can keep this package up-to-date?

aljustiet commented on 2024-06-21 09:27 (UTC) (edited on 2024-06-21 09:28 (UTC) by aljustiet)

Why am I receiving this error? https://rentry.co/6ir93h4q/raw

Cusith commented on 2024-06-19 16:38 (UTC)

With regards to rust issues the official thunderbird package switched to rustup with this in the PKGBUILD:

# packed_simd no longer builds with 1.78.0
rustup toolchain update --profile minimal 1.77.2
rustup default 1.77.2

https://gitlab.archlinux.org/archlinux/packaging/packages/thunderbird/-/blob/115.11.1-1/PKGBUILD#L87

ccorn commented on 2024-05-14 20:17 (UTC)

Building in a clean chroot, I have encountered a rust-simd issue (again, but with a different error message). My workaround (again): ac_add_options --disable-rust-simd.