Re: [sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread 'Jonathan Kliem' via sage-devel
You're right. I just ran `./sage -i polymake` and indeed the warning message is somewhere way up before installing requirements (bliss, ninja, lrslib-062+autotools-2017-03-03.p0). I don't like it, but this explains the behavior. Am Mittwoch, 19. Juni 2019 17:17:27 UTC+2 schrieb Dima Pasechnik:

Re: [sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread Dima Pasechnik
in a scenario where an experimental package is upgraded during a rebuild, it is not always the case that you see the corresponding prompt, as you typically build in parallel, and messages from a number of threads are being printed in a semirandom order. On Wed, 19 Jun 2019 16:05 'Jonathan Kliem'

Re: [sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread 'Jonathan Kliem' via sage-devel
The installation stopped after download in my case and pressing enter solved the problem. This was not the confirmation for experimental packages (where the terminal tells you to do something). It looked pretty much like the above screen shots. I figured it's a bug, but as I said, never gave

Re: [sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread Dima Pasechnik
installation of experimental packages does require the user to press Enter to confirm that they know the dangers. otherwise it should not be necessary. On Wed, 19 Jun 2019 15:05 'Jonathan Kliem' via sage-devel, < sage-devel@googlegroups.com> wrote: > The installation stopped, just like in your

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread Parth Dubal
I tried hitting enter many times but it didn't work so I had to take a long step. Anyways, now this thing is solved I want to know how should I make sage to work as back-end in my website to do all computations and later check the answer. I am trying to build a website where students can learn

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread 'Jonathan Kliem' via sage-devel
The installation stopped, just like in your case. Once I pressed enter it resumed. This has always solved it for me and thus I never gave it much thought. I think it happened during the install of polymake, but might have been normaliz (or pynormaliz) as well. Not sure but I have encountered it

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread Parth Dubal
No. I didn't press anything. Tbh I didn't even know when did the installation went through that part because I was busy in other work. Once I changed the OS and replaced the file it worked out pretty well. I am still not sure whether it worked because I changed the OS or replaced the file. On

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-18 Thread Parth Dubal
Hi. Thank you everyone. It worked out in Ubuntu 18. I changed the OS also downloaded zermomq package and replaced in upstream directory. How can I make SageCell to work in backend of my website? I want to develop a math learning website where I would give questions by my own and when student

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-18 Thread Parth Dubal
I replaced it. Lets see how it goes. Installation is still on but didn't reach to that step yet. On Tuesday, June 18, 2019 at 1:16:25 PM UTC-4, John H Palmieri wrote: > > > > On Tuesday, June 18, 2019 at 10:12:06 AM UTC-7, Parth Dubal wrote: >> >> I tried to download manually and put it into

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-18 Thread Parth Dubal
It has the same name but I don't know if checksum matches. By seeing the names they are identical. On Tuesday, June 18, 2019 at 1:16:25 PM UTC-4, John H Palmieri wrote: > > > > On Tuesday, June 18, 2019 at 10:12:06 AM UTC-7, Parth Dubal wrote: >> >> I tried to download manually and put it into

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-18 Thread John H Palmieri
On Tuesday, June 18, 2019 at 10:12:06 AM UTC-7, Parth Dubal wrote: > > I tried to download manually and put it into upstream directory but it is > already present and the installation didn't even reach to that step. I > don't understand, if it was already downloaded earlier then why the >

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-18 Thread Parth Dubal
I tried to download manually and put it into upstream directory but it is already present and the installation didn't even reach to that step. I don't understand, if it was already downloaded earlier then why the installation does freeze when it is attempting to download? I am sorry I know its

Re: [sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-18 Thread Parth Dubal
Alright. Thanks. I will try that. On Tuesday, June 18, 2019 at 12:58:02 PM UTC-4, Dima Pasechnik wrote: > > On Tue, Jun 18, 2019 at 5:54 PM Parth Dubal > wrote: > > > > Once I download manually, will the installation skip it automatically? > > yes. it will check that the checksums match, and

Re: [sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-18 Thread Dima Pasechnik
On Tue, Jun 18, 2019 at 5:54 PM Parth Dubal wrote: > > Once I download manually, will the installation skip it automatically? yes. it will check that the checksums match, and use your manual download if it is the case. > > On Tuesday, June 18, 2019 at 12:51:41 PM UTC-4, Volker Braun wrote: >>

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-18 Thread Parth Dubal
Once I download manually, will the installation skip it automatically? On Tuesday, June 18, 2019 at 12:51:41 PM UTC-4, Volker Braun wrote: > > The url in the screenshot > http://mirrors.mit.edu/sage/spkg/upstream/zeromq/zeromq-4.2.5.tar.gz > works for me, you can try downloading it from within

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-18 Thread Volker Braun
The url in the screenshot http://mirrors.mit.edu/sage/spkg/upstream/zeromq/zeromq-4.2.5.tar.gz works for me, you can try downloading it from within your VM to exclude any networking issues. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-18 Thread Parth Dubal
But will this cause installation to not to download by itself if I did manually? Will installation detect that it is already downloaded? I changed the OS now, I went to Ubuntu 18 and trying one more time. It's already in progress. On Tuesday, June 18, 2019 at 12:29:29 PM UTC-4, John H Palmieri

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-18 Thread John H Palmieri
On Tuesday, June 18, 2019 at 8:47:31 AM UTC-7, Parth Dubal wrote: > > Hi, > > I tried three times to install sage as described in github on my virtual > machine (Ubuntu 19) but the installation gets stuck for hours at the point > of downloading zeromq-4.2.5.tar.gz. I am running ubuntu on