On 6/19/19 9:28 AM, Johnny Hughes wrote:> On 6/19/19 1:52 AM, Andrew Colin Kissa via CentOS wrote: >> Hi >> >> It seems the fix for CVE-2019-9636 has slipped through the cracks as >> the SRPM has not been rebuilt and made available for CentOS 6. >> >> https://access.redhat.com/security/cve/cve-2019-9636 >> https://access.redhat.com/errata/RHSA-2019:1467 > > This actually failed to build .. working on it now. > >Here are the build/root logs: https://people.centos.org/hughesjr/c6/python/20190613163444/ Trying another build now. If that fails, will research the issue. -------------- 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/20190619/85225e0d/attachment-0002.sig>
Johnny Hughes wrote:> On 6/19/19 9:28 AM, Johnny Hughes wrote: >> On 6/19/19 1:52 AM, Andrew Colin Kissa via CentOS wrote: >>> >>> It seems the fix for CVE-2019-9636 has slipped through the cracks as >>> the SRPM has not been rebuilt and made available for CentOS 6. >>> >>> https://access.redhat.com/security/cve/cve-2019-9636 >>> https://access.redhat.com/errata/RHSA-2019:1467 >> >> This actually failed to build .. working on it now. > > Here are the build/root logs: > > https://people.centos.org/hughesjr/c6/python/20190613163444/ > > Trying another build now. If that fails, will research the issue. >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. mark
> 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