[issue6094] Python fails to build with Subversion 1.7

Suman report at bugs.python.org
Tue Jun 24 11:11:59 CEST 2014


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-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE \
              -DSVNVERSION="\"`LC_ALL=C echo Unversioned directory`\"" \
              -DHGVERSION="\"`LC_ALL=C `\"" \
              -DHGTAG="\"`LC_ALL=C `\"" \
              -DHGBRANCH="\"`LC_ALL=C `\"" \
              -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
gcc.orig: directory": No such file or directory
<command-line>: warning: missing terminating " character
./Modules/getbuildinfo.c: In function ?_Py_svnversion?:
./Modules/getbuildinfo.c:63: error: missing terminating " character
./Modules/getbuildinfo.c:63: error: expected expression before ?;? token
make: *** [Modules/getbuildinfo.o] Error 1

----------
nosy: +suman_pas

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6094>
_______________________________________


More information about the Python-bugs-list mailing list