qa stage badlibmix that reports when elfs are linked to both base and port openssl, or both base and port libgcc_s.so. Such mixes often cause crashes, and shouldn't happen.
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221134
Differential D11812
Mk/Scripts/qa.sh: badlibmix -- Checks that elfs aren't linked to both base and port SSL libraries and same with libgcc_s.so and gfortran yuri_rawbw.com on Aug 1 2017, 9:09 PM. Authored by Tags None Referenced Files
Subscribers
Details
qa stage badlibmix that reports when elfs are linked to both base and port openssl, or both base and port libgcc_s.so. Such mixes often cause crashes, and shouldn't happen. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221134
Diff Detail
Event Timeline
Comment Actions I don't know about the libssl case but I can tell you this does not take care of the case where a module referencing a libgcc lib is loaded later. See https://wiki.freebsd.org/libgcc%20problem |