#9958: Upgrade python to 2.7.x
---------------------------+------------------------------------------------
Reporter: mhampton | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.0
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: François Bissey
Merged: | Dependencies: #5852, #11986, #12085
---------------------------+------------------------------------------------
Comment(by fbissey):
Just an idea! This is because it wants to execute some mercurial commands
to find if there are tags in the source. If we were to set
{{{
DHGVERSION
DHGTAG
DHGBRANCH
}}}
To something or even nothing we may not have this problem. A normal run
with a system mercurial installed looks like:
{{{
x86_64-pc-linux-gnu-gcc -pthread -c -fno-strict-aliasing -O2 -pipe
-march=native -fwrapv -DNDEBUG -I. -IInclude -I./Include -fPIC
-DPy_BUILD_CORE \
-DSVNVERSION="\"`LC_ALL=C svnversion .`\"" \
-DHGVERSION="\"`LC_ALL=C hg id -i .`\"" \
-DHGTAG="\"`LC_ALL=C hg id -t .`\"" \
-DHGBRANCH="\"`LC_ALL=C hg id -b .`\"" \
-o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
abort: repository . not found!
abort: repository . not found!
abort: repository . not found!
}}}
I will try to see if I can fit that in the spkg.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9958#comment:163>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.