[Rpm-maint] [rpm-software-management/rpm] build breaks on libmagic, but it's installed (Issue #2246)
Panu Matilainen
notifications at github.com
Tue Nov 8 08:10:32 UTC 2022
One of the failures is due to missing "cpio" utility in the environment, add that to the yum install to fix.
The others are a bit strange:
> +/usr/bin/python3.6: symbol lookup error: /usr/local/lib64/rpm-plugins/dbus_announce.so: undefined symbol: rcalloc
It does point out a difference to the autotools build: we're not explicitly linking plugins to rpm libraries. But there also shouldn't be any need: these are plugins, and the missing symbols are supposed to be provided by the program that is running.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2246#issuecomment-1306791607
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/2246/1306791607 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20221108/9425768f/attachment.html>
More information about the Rpm-maint
mailing list