I have noticed in here https://fedora.softwarefactory-project.io/zuul/build/8d5f9463bea247988185f6c80283309c -- https://fedora.softwarefactory-project.io/logs/65/165/56cfeb6d8a39b74e6b452612859613f863379974/check/rpm-rpminspect/8d5f946/rpminspect.html
A lot of messages like:
ABI break: Library /usr/bin/python3.7 removed from aarch64 ABI break: Library /usr/lib64/python3.7/lib-dynload/_ctypes_test.cpython-37m-ppc64le-linux-gnu.so removed from ppc64le
It seems the job tries to compare the nonexisitng aarch64, ppc64le etc. RPMs from rpm-scratch-build with the ones from Fedora.
Yes it should be the cause of the problem. But curiously last run of https://src.fedoraproject.org/rpms/python3/pull-request/162 just returned a rpm-inspect run as success.
It seems we could use the -a of rpminspect to stick to x86_64 arch. But after some testing I'm a bit confused so I've opened this issue on the rpminspect tracker: https://github.com/rpminspect/rpminspect/issues/93
David Cantrel fixed a problem with the -a option of rpminspect. It seems we can use the option now w/o failure. So I've open this PR https://pagure.io/zuul-distro-jobs/pull-request/33. @churchyard do you mind to validate it with Depends-on on a python3 PR ?
Thanks in advance.
https://src.fedoraproject.org/rpms/python3/pull-request/164
Please re-open if needed.
Metadata Update from @fbo: - Issue status updated to: Closed (was: Open)