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 John.Malmberg
Recipients John.Malmberg, asvetlov, christian.heimes, jcea, lemburg, neologix, pitrou, python-dev, sandman101, trent, vstinner
Date 2014-06-17.05:31:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402983099.32.0.384589018329.issue16136@psf.upfronthosting.co.za>
In-reply-to
Content
Does not look like anything vital to VMS got removed.

Configure basically worked under current GNV.

And a few tweaks later with out changing any files checked out of the Mercurial repository, make is producing a functional python binary before it quits.

bash-4.2$ ./python notdeadyet.py
    I'm not Dead Yet, I think I'll go for a Walk
bash-4.2$ ./python
Python 3.5.0a0 (default, Jun 17 2014, 00:03:16) [C] on openvms0
Type "help", "copyright", "credits" or "license" for more information.
>>>  Exit
bash-4.2$ uname -a
OpenVMS EAGLE 0 V8.4 AlphaServer_DS10_617_MHz Alpha Alpha HP/OpenVMS

More work is needed of course, mostly adding some more libraries that Python is expecting and showing GNV how to have configure and make find them.  A lot of compile warnings need to be resolved.
History
Date User Action Args
2014-06-17 05:31:39John.Malmbergsetrecipients: + John.Malmberg, lemburg, jcea, pitrou, vstinner, christian.heimes, trent, asvetlov, neologix, python-dev, sandman101
2014-06-17 05:31:39John.Malmbergsetmessageid: <1402983099.32.0.384589018329.issue16136@psf.upfronthosting.co.za>
2014-06-17 05:31:39John.Malmberglinkissue16136 messages
2014-06-17 05:31:38John.Malmbergcreate