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 ronbarak
Recipients ronbarak
Date 2015-07-12.11:45:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436701515.32.0.902872028806.issue24616@psf.upfronthosting.co.za>
In-reply-to
Content
I wanted to add Python 2.7 to Unix.
I downloaded the sources to the VirtualBox on which the Unix is installed.

./configure is successful.
make is successful after I manually applied the changes in http://bugs.python.org/issue24611

However, 'make install' fails the installation of man pages (see attached).

(Note that Python 2.7.10 is installed and is accessible as /usr/local/bin/python2.7)


Environment:

OS  Unixware 7.1.4
Python   2.7.10
CC  Optimizing C Compilation System (CCS) 4.2 05/11/04 (ux714.bl3af)
History
Date User Action Args
2015-07-12 11:45:15ronbaraksetrecipients: + ronbarak
2015-07-12 11:45:15ronbaraksetmessageid: <1436701515.32.0.902872028806.issue24616@psf.upfronthosting.co.za>
2015-07-12 11:45:15ronbaraklinkissue24616 messages
2015-07-12 11:45:15ronbarakcreate