On Tue, Jan 24, 2023 at 04:20:41PM +0100, Miro Hrončok wrote: > subprocess.CalledProcessError: Command '['unzip', '-t', > '/builddir/build/BUILD/Python-3.12.0a4/build/debug/build/test_python_64979æ/tmpau1avwr6/archive.zip']' > returned non-zero exit status 80.
> **Unzip Output** > Archive: > /builddir/build/BUILD/Python-3.12.0a4/build/debug/build/test_python_64979æ/tmpau1avwr6/archive.zip > *** buffer overflow detected ***: terminated > ---------------------------------------------------------------------- > I have not yet verified this is cuased by new xz, but it is one of the > suspects. > > https://koschei.fedoraproject.org/package/python3.12?collection=f38 It seems that 'unzip' fails, so not related to xz? My guess would be that this is _FORTIFY_SOURCE=3 catching some bug in unzip. Zbyszek _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
