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.44
First Submitted: 2019-06-14 18:41 (UTC)
Last Updated: 2024-12-15 09:44 (UTC)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 28 Next › Last »

mabod commented on 2024-08-14 16:11 (UTC)

@lahwaacz: I have the exact same issue. LIBGL_ALWAYS_SOFTWARE=true does not help anymore.

lahwaacz commented on 2024-08-14 15:52 (UTC)

With 129.0.1 I've got this error first, building in a clean chroot:

 0:23.97 Created package: /build/librewolf/src/librewolf-129.0.1-1/obj-x86_64-pc-linux-gnu/dist/librewolf-129.0.1-1.en-US.linux-x86_64.tar.bz2
  Parallelism determined by memory: using 32 jobs for 32 cores based on 125.7 GiB RAM and estimated job size of 1.0 GiB
MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
libEGL warning: egl: failed to create dri2 screen
[Parent 35480, Main Thread] ###!!! ABORT: file resource://gre/modules/addons/XPIProvider.sys.mjs:2653
started SP3 server on port 8000
Firefox exited with code -11 during profile initialization

I've tried uncommented LIBGL_ALWAYS_SOFTWARE=true which used to be necessary before (not for the past few versions), but the error is still almost the same:

 0:23.84 Created package: /build/librewolf/src/librewolf-129.0.1-1/obj-x86_64-pc-linux-gnu/dist/librewolf-129.0.1-1.en-US.linux-x86_64.tar.bz2
  Parallelism determined by memory: using 32 jobs for 32 cores based on 125.7 GiB RAM and estimated job size of 1.0 GiB
[Parent 35481, Main Thread] ###!!! ABORT: file resource://gre/modules/addons/XPIProvider.sys.mjs:2653
started SP3 server on port 8000
Firefox exited with code -11 during profile initialization

lsf commented on 2024-08-13 21:03 (UTC)

I'll try to get 129.0.1 out asap, and have that with a patch included for it. (upstream Arch firefox already has it: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/commit/f5580e563ac0dc7f0095af92bc59d849f0f45849#8e7eaa4290280247934b32ba3e259e8f94ff94d8)

mabod commented on 2024-08-13 20:34 (UTC)

I have the exact same compile error like @lahwaacz

lahwaacz commented on 2024-08-13 20:09 (UTC)

Building 129 fails:

 0:16.26 called `Result::unwrap()` on an `Err` value: "Couldn't parse config file: TOML parse error at line 363, column 1\n    |\n363 | \"Keyframe\" = \"Keyframe\"\n    | ^\nduplicate key `Keyframe` in table `export.rename`\n."

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