New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/34030#issuecomment-967755491 Comment: > Obviously, it complains that > > ``` > => sage-9.5.beta5_1: running pre-pkg hook: 99-pkglint ... > => WARNING: sage-9.5.beta5_1: liblinbox.so.0 not found in common/shlibs! > => WARNING: sage-9.5.beta5_1: liblrcalc.so.1 not found in common/shlibs! > => WARNING: sage-9.5.beta5_1: libbrial_groebner.so.3 not found in common/shlibs! > => WARNING: sage-9.5.beta5_1: libcliquer.so.1 not found in common/shlibs! > => WARNING: sage-9.5.beta5_1: libpython3.9.so.1.0 not found in common/shlibs! > => WARNING: sage-9.5.beta5_1: libbrial.so.3 not found in common/shlibs! > => WARNING: sage-9.5.beta5_1: libgap.so.0 not found in common/shlibs! > => WARNING: sage-9.5.beta5_1: libbraiding.so.0 not found in common/shlibs! > => WARNING: sage-9.5.beta5_1: libhomfly.so.0 not found in common/shlibs! > ``` These are false warnings, we don't want this pkg to provide any shlibs and those shlibs will not be in any standard path anyway. As a matter of fact, all of those should eventually be gone and used from system instead.