I've just compiled Librewolf on my Manjaro successfully. I still need to compile it for myself because I keep using the ${_patches_dir}/removed-patches/allow_dark_preference_with_rfp.patch.
With the latest update, it seems to compile just fine.
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: | 170 |
Popularity: | 12.18 |
First Submitted: | 2019-06-14 18:41 (UTC) |
Last Updated: | 2025-04-16 17:19 (UTC) |
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 33 Next › Last »
I've just compiled Librewolf on my Manjaro successfully. I still need to compile it for myself because I keep using the ${_patches_dir}/removed-patches/allow_dark_preference_with_rfp.patch.
With the latest update, it seems to compile just fine.
I've just pushed an update (intentionally without bumping pkgrel) that should hopefully fix this.
That's good to know. Albeit odd.
(I had modified the patch to get the aarch64
build to be possible with webrtc, and the code change should be absolutely irrelevant for non-aarch64
builds. Doesn't seem to be the case though, so I'll have to use different patches for the different architectures here, instead of one for both, it seems. I'll address that asap.)
Thanks!
Got this to build by syncing 0001-libwebrtc-screen-cast-sync.patch update from firefox package https://archlinux.org/packages/extra/x86_64/firefox/
Maybe the GCC/Clang updates that recently came out?
@blufinney It did work earlier on their CI clearly so something broke within the last week
That's odd. It won't build but there is a binary available? Fun.
Yep, also happens in the CI now: https://gitlab.com/librewolf-community/browser/arch/-/jobs/3621178324
I'll see if I can get this fixed (or at least find a fix for it ^^)
0:04.96 ld.lld: error: undefined hidden symbol: webrtc::SharedScreenCastStream::~SharedScreenCastStream()
0:04.96 >>> referenced by ref_counted_base.h:80 (/home/hurricane/librewolf/src/firefox-109.0/third_party/libwebrtc/api/ref_counted_base.h:80)
0:04.96 >>> /home/hurricane/librewolf/src/firefox-109.0/obj/toolkit/library/build/../../../third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/Unified_cpp_desktop_capture_gn0.o:(webrtc::DesktopCaptureOptions::~DesktopCaptureOptions())
0:04.96 >>> referenced by ref_counted_base.h:80 (/home/hurricane/librewolf/src/firefox-109.0/third_party/libwebrtc/api/ref_counted_base.h:80)
0:04.96 >>> /home/hurricane/librewolf/src/firefox-109.0/obj/toolkit/library/build/../../../third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/Unified_cpp_desktop_capture_gn0.o:(webrtc::DesktopCaptureOptions::operator=(webrtc::DesktopCaptureOptions const&))
0:04.96 >>> referenced by ref_counted_base.h:80 (/home/hurricane/librewolf/src/firefox-109.0/third_party/libwebrtc/api/ref_counted_base.h:80)
0:04.96 >>> /home/hurricane/librewolf/src/firefox-109.0/obj/toolkit/library/build/../../../third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/Unified_cpp_desktop_capture_gn0.o:(webrtc::DesktopCaptureOptions::operator=(webrtc::DesktopCaptureOptions&&))
0:04.96 >>> referenced 4 more times
0:04.96 ld.lld: error: undefined hidden symbol: webrtc::SharedScreenCastStream::CreateDefault()
0:04.96 >>> referenced by desktop_capture_options.cc:45 (/home/hurricane/librewolf/src/firefox-109.0/third_party/libwebrtc/modules/desktop_capture/desktop_capture_options.cc:45)
0:04.96 >>> /home/hurricane/librewolf/src/firefox-109.0/obj/toolkit/library/build/../../../third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/Unified_cpp_desktop_capture_gn0.o:(webrtc::DesktopCaptureOptions::CreateDefault())
0:04.96 ld.lld: error: undefined hidden symbol: webrtc::BaseCapturerPipeWire::BaseCapturerPipeWire(webrtc::DesktopCaptureOptions const&)
0:04.96 >>> referenced by unique_ptr.h:1065 (/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/12.2.1/../../../../include/c++/12.2.1/bits/unique_ptr.h:1065)
0:04.96 >>> /home/hurricane/librewolf/src/firefox-109.0/obj/toolkit/library/build/../../../third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/Unified_cpp_desktop_capture_gn1.o:(webrtc::DesktopCapturer::CreateRawScreenCapturer(webrtc::DesktopCaptureOptions const&))
0:04.96 >>> referenced by unique_ptr.h:1065 (/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/12.2.1/../../../../include/c++/12.2.1/bits/unique_ptr.h:1065)
0:04.96 >>> /home/hurricane/librewolf/src/firefox-109.0/obj/toolkit/library/build/../../../third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/Unified_cpp_desktop_capture_gn1.o:(webrtc::DesktopCapturer::CreateRawWindowCapturer(webrtc::DesktopCaptureOptions const&))
0:05.02 Finished release [optimized] target(s) in 1.54s
0:05.11 clang-15: error: linker command failed with exit code 1 (use -v to see invocation)
0:05.11 make[4]: *** [/home/hurricane/librewolf/src/firefox-109.0/config/rules.mk:540: libxul.so] Error 1
0:05.11 make[3]: *** [/home/hurricane/librewolf/src/firefox-109.0/config/recurse.mk:72: toolkit/library/build/target] Error 2
0:05.11 make[3]: *** Waiting for unfinished jobs....
0:05.12 make[2]: *** [/home/hurricane/librewolf/src/firefox-109.0/config/recurse.mk:34: compile] Error 2
0:05.12 make[1]: *** [/home/hurricane/librewolf/src/firefox-109.0/config/rules.mk:361: default] Error 2
0:05.12 make: *** [client.mk:60: build] Error 2
0:05.14 419 compiler warnings present.
I am getting a build error as well
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).