https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274275
Jason E. Hale <jh...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #245459|0 |1 is obsolete| | --- Comment #5 from Jason E. Hale <jh...@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.