[issue23122] python@93442 breaks build if system Python is 2.6

2014-12-27 Thread Marcel Hellkamp

New submission from Marcel Hellkamp:

On CentOS 6.6 the system Python is 2.6. The use to set literals in 
Parser/adsl.py breaks the build process on these systems. The ./configure 
should ensure that a compatible version of python is available.

--
components: Build
messages: 233134
nosy: Marcel.Hellkamp
priority: normal
severity: normal
status: open
title: python@93442 breaks build if system Python is 2.6
type: compile error
versions: Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23122
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23122] python@93442 breaks build if system Python is 2.6

2014-12-27 Thread Berker Peksag

Berker Peksag added the comment:

Could you try the following command?

make touch

See also 
https://docs.python.org/devguide/setup.html?highlight=touch#avoiding-re-creating-auto-generated-files

--
nosy: +berker.peksag
title: python@93442 breaks build if system Python is 2.6 - python@93442 
breaks build if system Python is 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23122
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23122] python@93442 breaks build if system Python is 2.6

2014-12-27 Thread Marcel Hellkamp

Marcel Hellkamp added the comment:

make touch solved the problem. A clear case of RTFM :) Sorry for the noise.

--
resolution:  - not a bug
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23122
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23122] python@93442 breaks build if system Python is 2.6

2014-12-27 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
stage:  - resolved

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23122
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com