Mike S wrote:
On Saturday, May 4, 2013 6:23:33 PM UTC-4, leif wrote:

    What does

    $ head
    
/home/mike/data/IRREPLACEABLE_PERSONAL_DATA/SharedDesktopAndConfig/Desktop/SourceCodeForManualInstalls/sage-5.9/local/bin/hg


    give?
head
/home/mike/data/IRREPLACEABLE_PERSONAL_DATA/SharedDesktopAndConfig/Desktop/SourceCodeForManualInstalls/sage-5.9/local/bin/hg
#!/home/mike/data/IRREPLACEABLE_PERSONAL_DATA/SharedDesktopAndConfig/Desktop/SourceCodeForManualInstalls/sage-5.9/local/bin/python
#
# mercurial - scalable distributed SCM
#
# Copyright 2005-2007 Matt Mackall <m...@selenic.com>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.

import os


Ooops, that's apparently done by Mercurial's setup.py; the original file in the spkg is sane.


FWIW, you can replace the first line of $SAGE_ROOT/local/bin/hg by

#!/usr/bin/env python

then

$ cd /home/mike/data/IRREPLACEABLE_PERSONAL_DATA/SharedDesktopAndConfig/Desktop/SourceCodeForManualInstalls/sage-5.9
$ touch spkg/installed/mercurial-2.2.2.p0
$ make

to resume the build.


-leif


P.S.: Next time, you could build in some temporary directory below /tmp (or $HOME/tmp), say, and move the Sage build (the whole Sage directory) afterwards wherever you want it to live. (The replacement above will be performed by Sage as well, but only *after* spkgs got installed, in this case too late.)

--
() The ASCII Ribbon Campaign
/\   Help Cure HTML E-Mail

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to