Re: [sage-devel] Error building sage

2020-03-12 Thread Dima Pasechnik
On Thu, Mar 12, 2020 at 6:36 PM DIVESH KUMAR wrote: > > I used git pull and then make worked fine. > However upon starting this message is displayed > > SageMath version 9.1.beta7, Release Date: 2020-03-08 │ > │ Using Python 3.7.3. Type "help()" for help.│ > └

Re: [sage-devel] Error building sage

2020-03-12 Thread DIVESH KUMAR
I used git pull and then make worked fine. However upon starting this message is displayed SageMath version 9.1.beta7, Release Date: 2020-03-08 │ │ Using Python 3.7.3. Type "help()" for help.│ └──

Re: [sage-devel] sagenb dependencies

2020-03-12 Thread Dima Pasechnik
I've opened https://trac.sagemath.org/ticket/29320 to deal with this. On Thu, Mar 12, 2020 at 6:00 PM John H Palmieri wrote: > > twisted, too, I think. > > > > On Wednesday, March 11, 2020 at 4:25:21 PM UTC-7, François Bissey wrote: >> >> The flask packages definitely should be made optional. >>

Re: [sage-devel] sagenb dependencies

2020-03-12 Thread John H Palmieri
twisted, too, I think. On Wednesday, March 11, 2020 at 4:25:21 PM UTC-7, François Bissey wrote: > > The flask packages definitely should be made optional. > > > On 12/03/2020, at 12:02 PM, Antonio Rojas > wrote: > > > > sagenb was made optional, but its dependencies (such as flask-* > packa

[sage-devel] Re: [sage-support] Optional package cunningham_tables unavailable (version 9.0)

2020-03-12 Thread Dima Pasechnik
researching on the status of cunningham_tables spkg, one finds it was slated to become standard, but them someone pointed out that Brent's tables are better, and it leads to https://trac.sagemath.org/ticket/12133 which is in "needs work" state, and links pointing to files on a dead server. On Thu,

Re: [sage-devel] Error building sage

2020-03-12 Thread Dima Pasechnik
the md5 in your checksum.ini does not match the (correct) md5 of the tar file. I gues that your git branch is somehow inconsistent. What is the output of git status ? if you wanted to build the development branch you needed to do git checkout develop On Thu, 12 Mar 2020, 15:24 DIVESH KUMAR

Re: [sage-devel] Error building sage

2020-03-12 Thread DIVESH KUMAR
First of all, I thank you for your prompt replies and please spare me for my mistakes as I am a beginner. *Contents of checksum.ini* > tarball=pyzmq-VERSION.tar.gz > > sha1=64799b73d6109fb6da5b7deb6101ba13cd7fe885 > > md5=3c8039d007bbbd08a2275f52f5dc9a35 > > cksum=1455168757 > > * make command r

Re: [sage-devel] Error building sage

2020-03-12 Thread Dima Pasechnik
On Thu, Mar 12, 2020 at 2:02 PM DIVESH KUMAR wrote: > > ~/Downloads/SageMath/upstream$ md5sum pyzmq-19.0.0.tar.gz > 4650e45ebcf8e08620211c0e720d6066 pyzmq-19.0.0.tar.gz > > ~/Downloads/SageMath/build/pkgs/pyzmq$ md5sum checksums.ini > eaae91b6017353df47f8f4f1415c07d7 checksums.ini I talked abou

Re: [sage-devel] Error building sage

2020-03-12 Thread DIVESH KUMAR
~/Downloads/SageMath/upstream$ md5sum pyzmq-19.0.0.tar.gz *4650e45ebcf8e08620211c0e720d6066 pyzmq-19.0.0.tar.gz* ~/Downloads/SageMath/build/pkgs/pyzmq$ md5sum checksums.ini *eaae91b6017353df47f8f4f1415c07d7 checksums.ini* On Thursday, March 12, 2020 at 6:24:43 PM UTC+5:30, Dima Pasechnik wr

[sage-devel] Re: yanking sage doctests in vim

2020-03-12 Thread Simon King
Hi Sébastien, hi Marc, On 2020-03-12, Sébastien Labbé wrote: > You may not be using the good register. You may see what is in the current > registers by writing: > >:registers > > To yank in the register +, you do "+y or "+\Y to yank with Marc's code. The > register + is the clipboard on my mac

[sage-devel] Re: yanking sage doctests in vim

2020-03-12 Thread Sébastien Labbé
On Wednesday, March 11, 2020 at 11:11:57 PM UTC+1, Simon King wrote: > > Hi Marc, > > On Wednesday, March 11, 2020 at 12:50:07 PM UTC+1, Marc Mezzarobba wrote: >> >> Sébastien Labbé wrote: >> > But I am not getting errors, maybe my vim is too old (7.4.1689). I >> > need to update my machine but

Re: [sage-devel] Re: yanking sage doctests in vim

2020-03-12 Thread Dima Pasechnik
vim is very configurable, there could be stuff in ~/.vim/, in ~/.vimrc, in system-wide locations as listed in FILES section of "man vim" output, which can change how it behaves. YMMV. On Thu, Mar 12, 2020 at 11:28 AM Marc Mezzarobba wrote: > > Simon King wrote: > > But when I then go to Sage com

Re: [sage-devel] Error building sage

2020-03-12 Thread Dima Pasechnik
Have you placed http://files.sagemath.org/spkg/upstream/pyzmq/pyzmq-19.0.0.tar.gz (using wget, say) into /home/diveshcode/Downloads/SageMath/upstream/ ? As far as I can see from the attached log, you did not. (What's strange that the 1st line of this file normally should say Found local metadata

Re: [sage-devel] Error building sage

2020-03-12 Thread DIVESH KUMAR
Issue is still there any clue what to do ? On Thursday, March 12, 2020 at 2:09:46 PM UTC+5:30, Dima Pasechnik wrote: > > You may try to copy the file > http://files.sagemath.org/spkg/upstream/pyzmq/pyzmq-19.0.0.tar.gz > to upstream/ directory in your Sage directory, and try building again. > >

[sage-devel] Re: yanking sage doctests in vim

2020-03-12 Thread Marc Mezzarobba
Simon King wrote: > But when I then go to Sage command line and hit -insert (which > usually inserts what was previously copied), nothing happens (resp. > some text was inserted that I have copied previously). This is with > vim version 8.2.343 > > What am I doing wrong? I don't know. Does y in v

Re: [sage-devel] Error building sage

2020-03-12 Thread Dima Pasechnik
You may try to copy the file http://files.sagemath.org/spkg/upstream/pyzmq/pyzmq-19.0.0.tar.gz to upstream/ directory in your Sage directory, and try building again. I guess it could be a firewall issue, preventing package downloads. On Thu, Mar 12, 2020 at 8:27 AM DIVESH KUMAR wrote: > > On tr

[sage-devel] Error building sage

2020-03-12 Thread DIVESH KUMAR
On trying the make command this error is shown. > > *** > > Error building Sage. > > >> The following package(s) may have failed to build (not necessarily > > during this run of 'make all-start'): > > >> * package: pyzmq-19.0.0 > > log f