On 11/1/12 7:01 PM, Brandon Curtis wrote:
I am attempting to follow the instructions here to install Sage Cell
Server 2 on Sage 5.4-rc1: https://github.com/sagemath/sagecell/issues/344
Here is my complete list of commands on a fresh install of Ubuntu 12.10
x64 (I'm having the identical problem on a second machine with an old
install of Ubuntu 12.04 x64):
*sudo apt-get install build-essential m4 gfortran perl dpkg-dev make tar
dvipng ffmpeg imagemagick openssh-client texlive texlive-latex-extra
xpdf xdvi libssl-dev libssl0.9.8 tk8.5-dev tk8.5-doc bzr git mercurial
uuid-dev python ipython*
*cp sage-5.4.rc1.tar /opt/sage/
*
*cd /opt/sage/
*
*tar -xvf sage-5.4.rc1.tar
*
*cd sage-5.4.rc1/*
*export MAKE="make -j4"
*
*make*
# from Sage Trac #12719 (http://trac.sagemath.org/sage_trac/ticket/12719):
*./sage --hg qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719_ROOT_configuration_files.patch
./sage --hg qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719-ipythondir013.patch
./sage --hg -R local/bin qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719-scripts.patch
./sage --hg -R local/bin qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719_remove_sage_gdb_ipython.patch
./sage --hg -R local/bin qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/12719-test-displayhook.patch
./sage --hg -R devel/sage qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719-5.1beta1.patch
./sage --hg -R devel/sage qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719-move_to_preparser_rebased.patch
./sage --hg -R devel/sage qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719_ipython_fixes.patch
./sage --hg -R devel/sage qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719_dedent.patch
./sage --hg -R devel/sage qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719-crash.patch
./sage --hg -R devel/sage qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/trac_12719-cellmagics013.patch
./sage --hg -R devel/sage qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/12719-newipython-take2.patch
./sage --hg -R devel/sage qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/12719-displayhook.patch
./sage --hg -R devel/sage qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/12719-fix-transformer.patch
./sage --hg -R devel/sage qimport -P
http://trac.sagemath.org/sage_trac/raw-attachment/ticket/12719/12719-5.4rc1.patch
Are you sure this patch got applied? It should have deleted the line
about os.chdir(os.environ["CUR"]) that is complaining in your traceback.
Can you check to see if the two lines deleted by this patch [1] are
actually deleted in devel/sage/sage/misc/interpreter.py?
Thanks,
Jason
[1]
http://trac.sagemath.org/sage_trac/attachment/ticket/12719/12719-5.4rc1.patch
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.