[Webkit-unassigned] [Bug 265813] New: [WPE][GTK] Remove pkg-config use from FindLibBacktrace.cmake and disable ENABLE_LIBBACKTRACE by default
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 4 13:09:13 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=265813
Bug ID: 265813
Summary: [WPE][GTK] Remove pkg-config use from
FindLibBacktrace.cmake and disable ENABLE_LIBBACKTRACE
by default
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at redhat.com
CC: bugs-noreply at webkitgtk.org, vitaly at igalia.com
Currently FindLibBacktrace.cmake uses pkg-config expecting to find a backtrace.pc, but I don't think libbacktrace from https://github.com/ianlancetaylor/libbacktrace actually installs any such pkg-config file. At least, I've failed to find any pkg-config file in the source repo, and I also couldn't find any code that generates it. So, let's remove this and rely on CMake heuristics to hopefully find the library.
Also, I notice that libbacktrace has no upstream releases on GitHub, so I think it's too soon for it to be packaged in distros or enabled by default. It's actually not clear if any releases of this library are ever planned. It seems that upstream considers every commit to be "version 1.0" rather than picking a commit to be a release, which is not confidence-inspiring. This could probably be easily fixed, but in the meantime, let's leave this option off by default for now. Hopefully eventually it will become more clear whether libbacktrace is serious about being packaged by distros or not.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231204/cd83f4b2/attachment.htm>
More information about the webkit-unassigned
mailing list