> On 19 Jun 2019, at 16:53, mark <m.roth at 5-cent.us> wrote: > > I see this in the build log, right about the end: > > RPM build errors: > File not found: > /builddir/build/BUILDROOT/python-2.6.6-68.el6_10.x86_64/usr/lib64/python2.6/lib-dynload/ossaudiodev.so > File not found: > /builddir/build/BUILDROOT/python-2.6.6-68.el6_10.x86_64/usr/lib64/python2.6/plat-linux2 > > Hope this helps.That is weird, it builds for me without errors in my local mock setup. - Andrew
On 6/20/19 1:04 AM, Andrew Colin Kissa via CentOS wrote:> > >> On 19 Jun 2019, at 16:53, mark <m.roth at 5-cent.us> wrote: >> >> I see this in the build log, right about the end: >> >> RPM build errors: >> File not found: >> /builddir/build/BUILDROOT/python-2.6.6-68.el6_10.x86_64/usr/lib64/python2.6/lib-dynload/ossaudiodev.so >> File not found: >> /builddir/build/BUILDROOT/python-2.6.6-68.el6_10.x86_64/usr/lib64/python2.6/plat-linux2 >> >> Hope this helps. > > That is weird, it builds for me without errors in my local mock setup. >Our new build system set up uses mock on CentOS-7 to build CentOS-6 and CentOS-7 packages .. python seems to fail with that setup. I was able to build it in mock on a CentOS-6 machine just fine .. so I will release it today along with the libvirt update: https://access.redhat.com/errata/RHSA-2019:1578 In fact, those are going through CI testing right now .. if they pass they should be on mirror.centos.org in about an hour. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20190620/ae733f54/attachment-0002.sig>
> On 20 Jun 2019, at 19:34, Johnny Hughes <johnny at centos.org> wrote: > > Our new build system set up uses mock on CentOS-7 to build CentOS-6 and > CentOS-7 packages .. python seems to fail with that setup. > > I was able to build it in mock on a CentOS-6 machine just fine .. so I > will release it today along with the libvirt update: > > https://access.redhat.com/errata/RHSA-2019:1578 > > In fact, those are going through CI testing right now .. if they pass > they should be on mirror.centos.org in about an hour.Thanks Johnny, i see the packages have come through. There was an issue with software collections being missed as well but that seems to have fixed itself yesterday as i see that the software collections are now updated as well. Thanks again for looking into this, - Andrew
> Our new build system set up uses mock on CentOS-7 to build CentOS-6 and > CentOS-7 packages .. python seems to fail with that setup.According to my notes, mock on C7 is currently broken for C5/C6 builds, but unfortunately I forgot to note the underlying reason ...