Hi, Working perfectly in Linux Mint 17, co-existing with IPython, IJulia and friends without any issues. I updated from the version in the main ppa instead of installing, though.
Thank you so much, BR, Pol ------------------------------ Pol del Aguila Pla Kungshamra 82, Lgh 1203 SE-170 70 Solna, Stockholms län, Sweden Phone: +46 7 294 293 02, Work Phone: +46 8 790 78 18 polso...@gmail.com 2015-06-09 14:37 GMT+02:00 Jan Groenewald <j...@aims.ac.za>: > Hi > > There is a 6.7 in the dev PPA, testers welcome. We've already deployed > this on campus, but is a homogeneous infrastructure. > > sudo apt-add-repository -y ppa:aims/sagemath-dev > sudo apt-get update > sudo apt-get install sagemath-upstream-binary > sage -notebook > > To revert, in case of problems: > > sudo mv /etc/apt/sources.list.d/aims-sagemath-dev-trusty.list{,.disabled} > sudo apt-get install --reinstall sagemath-upstream-binary > > Regards, > Jan > > > > On 3 June 2015 at 16:01, Jan Groenewald <j...@aims.ac.za> wrote: > >> Hi >> >> There is a new working deb on the Sage PPA (sage 6.6, our version >> 6.7ppa10revert6.6.aims6-2). >> >> We also have a separate sage-dev repository: >> https://launchpad.net/~aims/+archive/ubuntu/sagemath-dev >> >> If you enable both PPAs sagemath and sagemath-dev, you will get the new >> versions faster, and still be able to go >> apt-get install sagemath-upstream-binary=6.6. (for example) as the stable >> PPA will still be serving 6.6 for a while, especially if there is a broken >> version in sagemath-dev. >> It'd be great to have a few people out there running both to help us >> test. There will not be any extra space usage, just an additional >> sources.list.d/aims-sagemath-dev.list >> >> You can now go ahead and >> >> *sudo apt-mark unhold sagemath-upstream binary* >> >> Debian Details: >> >> The package was fixed by reverting dpkg-source format from quilt to >> native to get rid of all the version control errors, and then from native >> to 1.0 to prevent removal of all the shared object files (which caused the >> cannot import from _struct errors). In the next few days the package (first >> on sagemath-dev) will upgrade to 6.7, 64bit and 32bit, and halve in size. >> They will start to exclude most things outside of local/, except EN and FR >> docs, and we're also removing the built-in git. >> >> Regards, >> Jan >> >> On 2 June 2015 at 12:23, Jan Groenewald <j...@aims.ac.za> wrote: >> >>> Hi Thierry, >>> >>> The binaries have not done anything wrong (except perhaps confuse >>> dpkg-source because it comes from a different location). dpkg-source is the >>> real culprit. >>> >>> Regards, >>> Jan >>> >>> On 2 June 2015 at 12:08, Thierry <sage-googlesu...@lma.metelu.net> >>> wrote: >>> >>>> Hi, >>>> >>>> On Fri, May 29, 2015 at 05:42:03PM +0200, Jan Groenewald wrote: >>>> > The sage installation tree has moved is *probably* unrelated. It >>>> always >>>> > says that on upgrade. I suspect two possibilities >>>> > 1) it is from Thierry's binary not a buildslave binary >>>> > 2) I changed the dpkg-source format from quilt to native to solve >>>> (1)'s >>>> > impact on dpkg, and at the same time removed .git (had to) and then >>>> much >>>> > more unneeded files. >>>> >>>> If there is something i can do to help finding the issue, please do not >>>> hesitate to ask. Note that the binaries i am producing are made with >>>> SAGE_FAT_BINARY='yes' SAGE_INSTALL_GCC='yes' in particular, libgfortran >>>> is >>>> not required since fortran is built as a part of Sage. Ptestlong did not >>>> report any reproducible error and i can use the produced >>>> Debian/jessie/32bit binary in Sage Debian Live without problem. >>>> >>>> Ciao, >>>> Thierry >>>> >>>> >>>> >>>> >>>> > 6.7ppa7 is uploading with all the build and config and other folders >>>> back >>>> > in the package (but not all the languages in docs). Should be there >>>> soon. I >>>> > can still try going back to 6.6 to test that. Since the PPA is now >>>> > broken:(, I might as well upload my tests there. >>>> > >>>> > If someone wants the working deb, it is at: >>>> > >>>> https://launchpad.net/~aims/+archive/ubuntu/sagemath/+build/7362961/+files/sagemath-upstream-binary_6.6ppa1_amd64.deb >>>> > You can download and dpkg -i that for a working installation (I think) >>>> > >>>> > Regards, >>>> > Jan >>>> > >>>> > On 29 May 2015 at 17:18, Adrian Lam <adrianiain...@gmail.com> wrote: >>>> > >>>> > > On Friday, May 29, 2015 at 2:50:02 PM UTC+1, Jan Groenewald wrote: >>>> > >> >>>> > >> Hi >>>> > >> >>>> > >> I'm working on this but compressing, building debs, and uploading >>>> takes >>>> > >> quite long. Any feedback on any new version working or not working >>>> is >>>> > >> useful. >>>> > >> >>>> > >> If I don't have it working by end of weekend I'll probably revert >>>> to 6.6 >>>> > >> with a version number like 6.7ppa14revertsage6.6 in the PPA and >>>> make a new >>>> > >> dev PPA. >>>> > >> >>>> > >> Apologies for the inconvenience. >>>> > >> >>>> > >> Regards, >>>> > >> Jan >>>> > >> >>>> > >> >>>> > >> >>>> > > Ubuntu 14.04.2, tried upgrading to 6.7ppa6 (from 6.7ppa4), still not >>>> > > working. >>>> > > >>>> > > By the way, since no one else has mentioned, upon FIRST attempt to >>>> > > upgrade, the log actually has 3 more lines: >>>> > > >>>> > > Setting up sagemath-upstream-binary (6.7ppa6) ... >>>> > > Running Sage once as root to set paths >>>> > > >>>> ┌────────────────────────────────────────────────────────────────────┐ >>>> > > │ SageMath Version 6.7, Release Date: 2015-05-17 >>>> │ >>>> > > │ Type "notebook()" for the browser-based notebook interface. >>>> │ >>>> > > │ Type "help()" for help. >>>> │ >>>> > > >>>> └────────────────────────────────────────────────────────────────────┘ >>>> > > The Sage installation tree has moved >>>> > > from /opt/sagemath_tmonteil-ubuntu-trusty-64/sage-6.7 >>>> > > to /usr/lib/sagemath >>>> > > Updating various hardcoded paths... >>>> > > (Please wait at most a few minutes.) >>>> > > DO NOT INTERRUPT THIS. >>>> > > Done updating paths. >>>> > > Traceback (most recent call last): >>>> > > File "/usr/lib/sagemath/local/bin/sage-ipython", line 7, in >>>> <module> >>>> > > from sage.repl.interpreter import SageTerminalApp >>>> > > >>>> > > >>>> > > It has the "The Sage installation tree has moved..." line. Don't >>>> know >>>> > > whether it'll be useful though. >>>> > > >>>> > > Thanks. >>>> > > >>>> > > -- >>>> > > 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. >>>> > > For more options, visit https://groups.google.com/d/optout. >>>> > > >>>> > >>>> > >>>> > >>>> > -- >>>> > .~. >>>> > /V\ Jan Groenewald >>>> > /( )\ www.aims.ac.za >>>> > ^^-^^ >>>> > >>>> > -- >>>> > 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. >>>> > For more options, visit https://groups.google.com/d/optout. >>>> >>>> -- >>>> 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. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> .~. >>> /V\ Jan Groenewald >>> /( )\ www.aims.ac.za >>> ^^-^^ >>> >> >> >> >> -- >> .~. >> /V\ Jan Groenewald >> /( )\ www.aims.ac.za >> ^^-^^ >> > > > > -- > .~. > /V\ Jan Groenewald > /( )\ www.aims.ac.za > ^^-^^ > > -- > You received this message because you are subscribed to a topic in the > Google Groups "sage-devel" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/sage-devel/ckbG4i-Mypw/unsubscribe. > To unsubscribe from this group and all its topics, 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. > For more options, visit https://groups.google.com/d/optout. > -- 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. For more options, visit https://groups.google.com/d/optout.