[issue34765] Update install-sh

Michael Felt report at bugs.python.org
Mon Oct 29 15:13:59 EDT 2018


Michael Felt <aixtools at felt.demon.nl> added the comment:

This is closed, however, since this was merged the AIX buildbots have failed. This is because the file mode bits lack the -x

root at 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

----------
nosy: +Michael.Felt

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34765>
_______________________________________


More information about the Python-bugs-list mailing list