[Bug 274275] devel/cmake-core: Add workaround for RUNTIME_DEPENDENCY_SET not being supported on FreeBSD
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Oct 8 22:14:38 BST 2023
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274275
Jason E. Hale <jhale at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #245459|0 |1
is obsolete| |
--- Comment #5 from Jason E. Hale <jhale at FreeBSD.org> ---
Created attachment 245508
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245508&action=edit
v3
Digging a little deeper, CMake is also employing some functionality of glibc's
ldconfig(8) that FreeBSD's implementation doesn't provide. I've disabled that,
relying solely on objdump(1), which is relatively universal, and the regression
tests are now marginally passing versus miserably failing. One previously
failing test now passes and one is still failing, but with manual inspection
seems to be overall OK...just some minor string differences from the expected
result. I don't think these changes are worthy of upstreaming ATM and consider
this to be an experimental feature (documentation and whatnot would also have
to be updated), but it's enough to get your port to build for the time being.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list