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.

classification
Title: python 2.5 does not build from hg - looks for subversion keywords
Type: compile error Stage: resolved
Components: Installation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, orsenthil, python-dev, r.david.murray
Priority: normal Keywords: patch

Created on 2011-03-17 04:27 by orsenthil, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
make-error.log orsenthil, 2011-03-17 04:27
ignore_subversion_keywords.diff orsenthil, 2011-03-17 04:27 review
Messages (5)
msg131216 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2011-03-17 04:27
Here is the make log and a patch to ignore looking for subversion keyword and assume some defaults (same is done in 2.6 + higher).
msg131269 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2011-03-17 17:16
See Issue 11439.
msg131299 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2011-03-17 22:51
On Thu, Mar 17, 2011 at 05:16:43PM +0000, Skip Montanaro wrote:
> See Issue 11439.

Yes, that is relevant and applies probably to code in default and
other branches.
Just in case, this corner case in 2.5 does not overlooked (because it
does not happen in other branches), I think it is a good idea to keep
this open and fix it with the patch attached in this issue.
msg131334 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2011-03-18 16:04
I talked to Martin about this at the sprints.  He wants the set of patches in the 2.5 hg repo to be exactly those that he should apply to svn to build the next release, no more no less.  If someone wants to propose a patch that fixes the hg compile but does not break the svn compile, he would find that acceptable.  Alternatively the hg repo could be fixed, for our convenience, after 2.5 goes out of maintenance in November.
msg131624 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-21 09:32
New changeset f9763c363cc3 by Martin v. Löwis in branch '2.5':
Set subversion version identification to empty strings if this is not a subversion
http://hg.python.org/cpython/rev/f9763c363cc3
History
Date User Action Args
2022-04-11 14:57:14adminsetgithub: 55788
2011-03-21 09:32:19python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg131624

resolution: fixed
stage: needs patch -> resolved
2011-03-19 19:07:14skip.montanarosetnosy: - skip.montanaro
2011-03-18 20:14:15r.david.murraysetnosy: loewis, skip.montanaro, orsenthil, r.david.murray
messages: - msg131361
2011-03-18 20:14:00r.david.murraysetnosy: loewis, skip.montanaro, orsenthil, r.david.murray
messages: + msg131361
2011-03-18 16:04:31r.david.murraysetnosy: + r.david.murray
messages: + msg131334
2011-03-17 22:51:21orsenthilsetmessages: + msg131299
2011-03-17 17:16:42skip.montanarosetnosy: + skip.montanaro
messages: + msg131269
2011-03-17 04:27:53orsenthilsetfiles: + ignore_subversion_keywords.diff
keywords: + patch
2011-03-17 04:27:09orsenthilcreate