Dne úterý, 18. září 2012 15:24:57 UTC+2 Jason Grout napsal(a): > > On 9/18/12 7:11 AM, [email protected] <javascript:> wrote: > That's because the instructions to #12719 don't include installing the > spkg, like the instructions to #13121 do (#12719 assumes that you > install the spkg before the patches). I've fixed the instructions at > #12719. > > Works now, thanks
> > > 2. ./sage -i > > http://sage.math.washington.edu/home/jason/sagecell-2.0.spkg gives: > > > > make: *** No rule to make target > > > `/home/sagecell/sage-5.3/local/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js/namespace.js', > > > > needed by `static/all.js'. Stop. > > Error minifying javascript and CSS. > > Hmmm...that should be there from the ipython installation. Is that file > there? > > Yes, I supposed that installation of python master replaces the installation of the spkg. It works fine now. The installation of the sagecell spkg fails with the following error: Patching Sage adding 01-sage-embedded.patch to series file applying 01-sage-embedded.patch now at: 01-sage-embedded.patch adding 02-sage-show.patch to series file applying 02-sage-show.patch now at: 02-sage-show.patch adding sagecell2.patch to series file applying sagecell2.patch cleaning up working directory...done abort: no username supplied (see "hg help config") Error pushing patch sagecell2.patch. real 0m2.724s user 0m1.352s sys 0m1.132s ************************************************************************ Error installing package sagecell-2.0 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file /home/sagecell/sage-5.3/spkg/logs/sagecell-2.0.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/sagecell/sage-5.3/spkg/build/sagecell-2.0 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/home/sagecell/sage-5.3/spkg/build/sagecell-2.0' && '/home/sagecell/sage-5.3/sage' -sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ However, after cd '/home/sagecell/sage-5.3/spkg/build/sagecell-2.0' && '/home/sagecell/sage-5.3/sage' -sh and running ./spkg-install seems to install fine. Perhaps installation of the mercurial in the host sytem is another dependency? I'll try it again with mercurial installed. I have seen that you call make at the end of the installation of the spkg. Is the instruction at https://github.com/sagemath/sagecell/issues/344 to run make still relevant? I have the following problem when running web_server.py sagecell@sagecell:~/sage-5.3/devel/sagecell$ ../../sage web_server.py Computer 3b203f84-d093-43f4-aade-47e371970bd3 did not respond, connecting failed! Any idea? I also observer that I need to allow ssh without password, perhaps this should be added to the instructions. Thanks Robert -- 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.
