Re: [sage-support] yasm can not be installed/compiled

2019-03-18 Thread 'Florian Hanisch' via sage-support
Hi, many thanks for that hint, this may indeed be the issue. I will request access to the local disk and try it again. Best, Florian Btw: @John: I was running make again but there were no files in the future. On Monday, March 18, 2019 at 10:12:09 PM UTC, Dima Pasechnik wrote: > > On

Re: [sage-support] yasm can not be installed/compiled

2019-03-18 Thread Dima Pasechnik
On Mon, Mar 18, 2019 at 10:05 PM John H Palmieri wrote: > > What are the modification dates and times for the files in the directory > >/apps/srv01/pmt/pmtfh/sage/sage-8.6/local/var/tmp/sage/build/yasm-1.3.0.p0 > > Maybe you should run 'make' again, which will regenerate this directory, and

Re: [sage-support] yasm can not be installed/compiled

2019-03-18 Thread John H Palmieri
What are the modification dates and times for the files in the directory /apps/srv01/pmt/pmtfh/sage/sage-8.6/local/var/tmp/sage/build/yasm-1.3.0.p0 Maybe you should run 'make' again, which will regenerate this directory, and then check the times on the files. Are any of them in the future?

Re: [sage-support] yasm can not be installed/compiled

2019-03-18 Thread Dima Pasechnik
You may also ask your sysadmins to install yasm (it's an assembler for x86_64) (cf e.g. https://centos.pkgs.org/7/epel-x86_64/yasm-1.2.0-4.el7.x86_64.rpm.html) On Mon, Mar 18, 2019 at 9:18 PM Dima Pasechnik wrote: > > On Mon, Mar 18, 2019 at 9:10 PM 'Florian Hanisch' via sage-support > wrote: >

Re: [sage-support] yasm can not be installed/compiled

2019-03-18 Thread Dima Pasechnik
On Mon, Mar 18, 2019 at 9:10 PM 'Florian Hanisch' via sage-support wrote: > > Thanks, my system clock matches the local time quite accurately (including > the year), I just checked it again. I can / could not make any sense of this > comment in the log that you quoted. This is a quite standard

Re: [sage-support] yasm can not be installed/compiled

2019-03-18 Thread 'Florian Hanisch' via sage-support
Thanks, my system clock matches the local time quite accurately (including the year), I just checked it again. I can / could not make any sense of this comment in the log that you quoted. On Monday, March 18, 2019 at 8:56:31 PM UTC, Dima Pasechnik wrote: > > In the log you see > > checking

Re: [sage-support] yasm can not be installed/compiled

2019-03-18 Thread Dima Pasechnik
In the log you see checking whether build environment is sane... configure: error: newly created file is older than distributed files! Check your system clock So it seems that your system clock is off by a considerable interval (probably, years!) This might be a problem... Does the output of

[sage-support] yasm can not be installed/compiled

2019-03-18 Thread 'Florian Hanisch' via sage-support
Dear all, this might be a question for the developers groups. But before joining the dev-group just to be able to post one question, I decided to ask here first. I am trying to compile sage 8.6 on Centos 7 (intel core i5, 8GB Ram) but the process stops with the following message > Error

Re: [sage-support] Force tail reduction in polynomial quotient ring

2019-03-18 Thread Dima Pasechnik
I commented on the ticket that using R2. = PolynomialRing(QQ, 2, order="lp") makes it work. So this is a relatively harmless and easy to fix interface bug... On Mon, Mar 18, 2019 at 4:16 PM Rachel Player wrote: > > Hi Dima, > > Thanks for your reply. I opened the following ticket: >

Re: [sage-support] Force tail reduction in polynomial quotient ring

2019-03-18 Thread Rachel Player
Hi Dima, Thanks for your reply. I opened the following ticket: https://trac.sagemath.org/ticket/27508#ticket Cheers, Rachel On Monday, 18 March 2019 13:21:52 UTC, Dima Pasechnik wrote: > > On Mon, Mar 18, 2019 at 1:01 PM Rachel Player > wrote: > > > > I'd like to "remove squares" in some

Re: [sage-support] Force tail reduction in polynomial quotient ring

2019-03-18 Thread Dima Pasechnik
On Mon, Mar 18, 2019 at 1:01 PM Rachel Player wrote: > > I'd like to "remove squares" in some polynomials living in a polynomial ring > over QQ, in 2 variables: x,y. I tried to implement this by modding out by the > ideal (x^2 - x, y^2 - y). However, I have found that depending on the >

[sage-support] Force tail reduction in polynomial quotient ring

2019-03-18 Thread Rachel Player
Hi, I'd like to "remove squares" in some polynomials living in a polynomial ring over QQ, in 2 variables: x,y. I tried to implement this by modding out by the ideal (x^2 - x, y^2 - y). However, I have found that depending on the ordering, the result of .mod() does not always output the

Re: [sage-support] Cant upgrade my develop to latest develop branch

2019-03-18 Thread Dima Pasechnik
You need to update your develop branch, by fetching it from upstream. On Mon, Mar 18, 2019 at 12:21 PM rajat.mittal.mat15 via sage-support wrote: > > I have been using sage-8.7.beta6 > when I do > rajat@rajat-Inspiron-3537:~/new_version/sage-8.7.beta6$ git rebase develop > Current branch

[sage-support] Cant upgrade my develop to latest develop branch

2019-03-18 Thread rajat.mittal.mat15 via sage-support
I have been using sage-8.7.beta6 when I do rajat@rajat-Inspiron-3537:~/new_version/sage-8.7.beta6$ git rebase develop Current branch develop is up to date. But here https://github.com/sagemath/sage/tree/develop I can see the files are improved and moved to version 7 . I installed sage using

Re: [sage-support] How to start

2019-03-18 Thread Jan Groenewald
Hi Open a terminal and type sage (if installed from package manager). Open a terminal, cd into the sage installation folder, type ./sage (if installed from binary or source). Regards, Jan On Mon, 18 Mar 2019 at 10:38, Deepak Pawar wrote: > Ubuntu 16.4 > > On Mon, Mar 18, 2019 at 1:14 AM Ike

Re: [sage-support] How to start

2019-03-18 Thread Ike Stoddard
And your hardware, the cpu you are using? On Mon, Mar 18, 2019 at 03:38 Deepak Pawar wrote: > Ubuntu 16.4 > > On Mon, Mar 18, 2019 at 1:14 AM Ike Stoddard > wrote: > >> What is your hardware? What is your operating system? >> >> On Fri, Mar 15, 2019 at 06:55 Deepak Pawar >> wrote: >> >>> I

Re: [sage-support] How to start

2019-03-18 Thread Deepak Pawar
Ubuntu 16.4 On Mon, Mar 18, 2019 at 1:14 AM Ike Stoddard wrote: > What is your hardware? What is your operating system? > > On Fri, Mar 15, 2019 at 06:55 Deepak Pawar > wrote: > >> I already had installed the sage in my machine. >> >> Don't know how to open it >> >> -- >> You received this