Package Details: librewolf 125.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: 121
Popularity: 1.89
First Submitted: 2019-06-14 18:41 (UTC)
Last Updated: 2024-05-02 09:29 (UTC)

Dependencies (39)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 26 Next › Last »

lsf commented on 2023-01-28 12:07 (UTC)

I've just pushed an update (intentionally without bumping pkgrel) that should hopefully fix this.

lsf commented on 2023-01-28 10:21 (UTC)

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!

slimb commented on 2023-01-28 04:01 (UTC)

Got this to build by syncing 0001-libwebrtc-screen-cast-sync.patch update from firefox package https://archlinux.org/packages/extra/x86_64/firefox/

HurricanePootis commented on 2023-01-27 19:53 (UTC)

Maybe the GCC/Clang updates that recently came out?

eclairevoyant commented on 2023-01-27 01:57 (UTC)

@blufinney It did work earlier on their CI clearly so something broke within the last week

blufinney commented on 2023-01-25 20:30 (UTC)

That's odd. It won't build but there is a binary available? Fun.

lsf commented on 2023-01-18 21:24 (UTC)

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

HurricanePootis commented on 2023-01-18 17:57 (UTC)

 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

prg commented on 2023-01-18 17:31 (UTC) (edited on 2023-02-07 05:39 (UTC) by prg)

I'm also building a clean build environment and I get the same error as lahwaacz

edit: i've successfully recompiled with the 109.0.0.1 PKGBUILD