This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Michael.Felt
Recipients Michael.Felt, cstratak, vstinner, zach.ware
Date 2018-10-29.19:13:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This is closed, however, since this was merged the AIX buildbots have failed. This is because the file mode bits lack the -x

root@x066:[/data/prj/python/git/cpython-master]find . -name install-sh -ls
148833829   16 -rw-r--r--  1 root      felt         15368 Oct 29 17:34 ./install-sh

Can this be fixed as part of this issue, or do I need to open a new one?

Currently both AIX build-bots fail in the build phase with:

renaming build/scripts-3.8/pydoc3 to build/scripts-3.8/pydoc3.8
renaming build/scripts-3.8/idle3 to build/scripts-3.8/idle3.8
renaming build/scripts-3.8/2to3 to build/scripts-3.8/2to3-3.8
	./install-sh -c -m 644 ./Tools/gdb/libpython.py python-gdb.py
./install-sh: not found
History
Date User Action Args
2018-10-29 19:13:59Michael.Feltsetrecipients: + Michael.Felt, vstinner, zach.ware, cstratak
2018-10-29 19:13:59Michael.Feltsetmessageid: <[email protected]>
2018-10-29 19:13:59Michael.Feltlinkissue34765 messages
2018-10-29 19:13:59Michael.Feltcreate