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 suman_pas
Recipients Arfrever, benjamin.peterson, jimjjewett, suman_pas
Date 2014-06-24.09:11:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403601119.46.0.288707810132.issue6094@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-06-24 09:11:59suman_passetrecipients: + suman_pas, jimjjewett, benjamin.peterson, Arfrever
2014-06-24 09:11:59suman_passetmessageid: <1403601119.46.0.288707810132.issue6094@psf.upfronthosting.co.za>
2014-06-24 09:11:59suman_paslinkissue6094 messages
2014-06-24 09:11:59suman_pascreate