https://bugzilla.redhat.com/show_bug.cgi?id=1438659
--- Comment #7 from Tristan Cacqueray <[email protected]> --- The default cmake build macros adds the -DBUILD_SHARED_LIBS:BOOL=ON flag, and it makes the internal library libhypocycloid being built as shared while it's meant to be static. The fix I added to the spec is not satisfactory, I guess we need to improve the astroid build system to keep the library statically linked. Here is the rpmlint error: astroid.x86_64: E: invalid-soname /usr/lib64/libhypocycloid.so libhypocycloid.so Other than that, the astroid command seems to work as expected. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]/message/CESVK2OR6IWETEX6T7QPHOJTXMECTUQ6/
