[issue6094] Python fails to build with Subversion 1.7

2014-06-28 Thread Ned Deily
Ned Deily added the comment: Suman, Jon: This issue was closed five years ago and the fixes for it have long been out in the field. Comments on closed issues are likely to be overlooked and not acted on. If you are having a current problem, you should open a new issue, documenting in partic

[issue6094] Python fails to build with Subversion 1.7

2014-06-28 Thread John O'Connor
John O'Connor added the comment: I encountered the same problem w/ 2.7.7. Temporary workaround: SVNVERSION="Unversioned directory" ./configure make ... -- nosy: +jcon ___ Python tracker ___

[issue6094] Python fails to build with Subversion 1.7

2014-06-24 Thread Suman
Suman added the comment: I am trying to install Python 2.7.7 or 2.7.3 in one of my linux machine which has RHEL 6.4. I am getting the same error, that is mentioned in this bug. I am pasting it below. Please let me know, what should i do here. ser Python-2.7.7]# make gcc -pthread -c -fno-st

[issue6094] Python fails to build with Subversion 1.7

2009-05-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: 2009/5/30 Jim Jewett : > > Jim Jewett added the comment: > > Would this patch mean that users of pre-1.7 subversion would get build > failures?  Is it possible to support both forms of wording? Yes, and it does. --

[issue6094] Python fails to build with Subversion 1.7

2009-05-30 Thread Jim Jewett
Jim Jewett added the comment: Would this patch mean that users of pre-1.7 subversion would get build failures? Is it possible to support both forms of wording? -- nosy: +jimjjewett ___ Python tracker

[issue6094] Python fails to build with Subversion 1.7

2009-05-24 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- type: -> compile error versions: -Python 2.4 ___ Python tracker ___ ___ Python-bu

[issue6094] Python fails to build with Subversion 1.7

2009-05-23 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r72871. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue6094] Python fails to build with Subversion 1.7

2009-05-23 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: I'm attaching improved patch. -- Added file: http://bugs.python.org/file14047/python-2.6.2-svnversion.patch ___ Python tracker

[issue6094] Python fails to build with Subversion 1.7

2009-05-23 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis : svnversion program from Subversion 1.7 (currently trunk), when invoked on unversioned directory, prints "Unversioned directory" instead "exported". This change in output is intentional and won't be reverted. It causes build failure: x86_