Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-04 Thread Matthias Koeppe
OK, time to officially remove support for building with python 2.6 as sage-bootstrap-python - https://trac.sagemath.org/ticket/20023 (needs review). On Thursday, March 4, 2021 at 10:25:35 AM UTC-8 Dima Pasechnik wrote: > On Thu, Mar 4, 2021 at 6:18 PM Matthias Koeppe > wrote: > > > > Looks

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-04 Thread Dima Pasechnik
On Thu, Mar 4, 2021 at 6:18 PM Matthias Koeppe wrote: > > Looks like we cannot bootstrap using Python 2.6 any more. > > The error seen in the log is: > https://stackoverflow.com/questions/19668395/str-format-for-python-2-6-gives-error-where-2-7-does-not yes, but this is the secondary error, in

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-04 Thread Matthias Koeppe
Looks like we cannot bootstrap using Python 2.6 any more. The error seen in the log is: https://stackoverflow.com/questions/19668395/str-format-for-python-2-6-gives-error-where-2-7-does-not On Thursday, March 4, 2021 at 9:53:28 AM UTC-8 Dima Pasechnik wrote: > On Thu, Mar 4, 2021 at 5:08

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-04 Thread Dima Pasechnik
On Thu, Mar 4, 2021 at 5:08 PM 'Hackenberg, Klaus' via sage-support wrote: > > High, > > > > on my RHEL6 server I see > > > > [root@dlp762 Sage]# python --version > > Python 2.6.6 > > > > But the server has installed xz packages > > > > [root@dlp762 Sage]# rpm -qa --last|grep xz > >

AW: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-04 Thread 'Hackenberg, Klaus' via sage-support
High, on my RHEL6 server I see [root@dlp762 Sage]# python --version Python 2.6.6 But the server has installed xz packages [root@dlp762 Sage]# rpm -qa --last|grep xz xz-devel-4.999.9-0.5.beta.20091007git.el6.x86_64 Tue Jun 18 11:06:45 2019

Re: [sage-support] Error while running 'make' for sage-9.2

2021-03-04 Thread Dima Pasechnik
On Thu, Mar 4, 2021 at 3:23 PM 'Akshat Agrawal' via sage-support wrote: > > Thanks for the help. I searched for bzip2 and libpng packages on Anaconda > Cloud and installed them. It is no more installing Python-3.8.5 > > Although, now I am stuck at some other part. XD. look at the last lines of

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-04 Thread Dima Pasechnik
your system python cannot uncompress .xz files... :( how old is it? can you install systemwide python2 to be python 2.7? On Thu, 4 Mar 2021, 16:04 'Hackenberg, Klaus' via sage-support, < sage-support@googlegroups.com> wrote: > High, > > I startet in a fresh directory sage-9.2 (from

AW: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-04 Thread 'Hackenberg, Klaus' via sage-support
High, I startet in a fresh directory sage-9.2 (from sage-9.2.tag.gz) using the command " make mpir-clean" and got = [lsf@dlp762 sage-9.2]$ make mpir-clean make build/make/Makefile --stop make[1]: Entering directory

Re: [sage-support] Error while running 'make' for sage-9.2

2021-03-04 Thread 'Akshat Agrawal' via sage-support
Thanks for the help. I searched for bzip2 and libpng packages on Anaconda Cloud and installed them. It is no more installing Python-3.8.5 Although, now I am stuck at some other part. XD. Thanks again. On Thursday, March 4, 2021 at 8:19:01 PM UTC+5:30 dim...@gmail.com wrote: > On Thu, Mar 4,

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-04 Thread Dima Pasechnik
Please post the top-level config.log, then we'll see more details about GMP. In Sage 9.2, if you do ./configure without arguments, Sage is building a GMP-compatible MPIR, not "real" GMP. (Perhaps MPIR is broken now beyond repair, and shoud not be used on RHEL 6,I don't know) We're changing with

Re: [sage-support] Error while running 'make' for sage-9.2

2021-03-04 Thread Dima Pasechnik
On Thu, Mar 4, 2021 at 2:16 PM 'Akshat Agrawal' via sage-support wrote: > > After reading the "configure" file in SAGE_ROOT directory, I found that due > to some packages, Python3 is installing again. > > Here I am stating that specific code: > > ```{ $as_echo "$as_me:${as_lineno-$LINENO}:

Re: [sage-support] Error while running 'make' for sage-9.2

2021-03-04 Thread 'Akshat Agrawal' via sage-support
After reading the "configure" file in SAGE_ROOT directory, I found that due to some packages, Python3 is installing again. Here I am stating that specific code: ```{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether any of sqlite libpng bzip2 xz libffi is installed as or will be

AW: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-04 Thread 'Hackenberg, Klaus' via sage-support
High, I startet in a fresh directory sage-9.2 (from sage-9.2.tag.gz) using the commands ./configure make -j4 and ran into the same error. gmp binaries are build automatically ls -lrt sage-9.2/local/lib/*gmp* -rwxr-xr-x 1 lsf lsf 3342817 Mar 4 12:35

Re: [sage-support] Error while running 'make' for sage-9.2

2021-03-04 Thread Dima Pasechnik
On Thu, Mar 4, 2021 at 11:18 AM 'Akshat Agrawal' via sage-support wrote: > > Well, I was simply using the command "make". It started to install python > itself. I already have Python-3.8.5 installed in my Anaconda Environment. Can > you please tell me how should I skip this python installation?

Re: [sage-support] Error while running 'make' for sage-9.2

2021-03-04 Thread 'Akshat Agrawal' via sage-support
Well, I was simply using the command "make". It started to install python itself. I already have Python-3.8.5 installed in my Anaconda Environment. Can you please tell me how should I skip this python installation? On Thursday, March 4, 2021 at 3:39:13 AM UTC+5:30 dim...@gmail.com wrote: > > >