Since today (8 February), Slackware-Current renamed aaa_elflibs to aaa_libraries. The reason for such a rename is related to aaa_glibc-solibs, which is not part of Slackel anyway, so the change is basically pointless for us. Nevertheless, it can potentially be a problem in the future.
Currently, normal system upgrade keeps aaa_elflibs installed and aaa_libraries uninstalled. Attempting to manually install aaa_libraries is ok, but trying to uninstall aaa_elflibs is not, because that would also uninstall a ton of packages. This is clearly because of dependency resolution, which still refers to aaa_elflibs. So I guess all *,dep files must be changed. Now, I am not an expert, but I am guessing a simple
Code: Select all
sed -i 's/aaa_elflibs/aaa_libraries/g' *.dep