Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-26 Thread Dima Pasechnik
the MPFR problem is "resolved" here - well, it's at least clear how to fix it. https://github.com/wbhart/mpir/issues/242 On Tuesday, January 23, 2018 at 4:59:29 PM UTC, Maria MacCallum wrote: > > Spotted this error after posting! > > See attached new config logs from the gmp attempt and the mpfr

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-25 Thread Dima Pasechnik
On Thursday, January 18, 2018 at 9:49:19 AM UTC, Jeroen Demeyer wrote: > > On 2018-01-17 12:00, 'Maria MacCallum' via sage-devel wrote: > > Trying to run make. > > > > Sparc processor, solaris 11.3 > > Unfortunately, we don't have any Solaris testing machines. So unless you > make such a mac

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-23 Thread Dima Pasechnik
On Tuesday, January 23, 2018 at 4:59:29 PM UTC, Maria MacCallum wrote: > > Spotted this error after posting! > > See attached new config logs from the gmp attempt and the mpfr attempt, > note the error for the gmp attempt is now different without the mistake of > before! > regarding gf2x, coul

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-23 Thread Dima Pasechnik
I think SAGE64 should be yes, not YES. Otherwise I don't understand why your gmp log says ABI 32 all over the place. Could you try again with SAGE64=yes ? On Tuesday, January 23, 2018 at 11:54:09 AM UTC, Maria MacCallum wrote: > > (with a definite YES on export SAGE64=YES) > > On Tuesday, 23 Jan

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-23 Thread Dima Pasechnik
For each failed package, you can inspect the relevant log in logs/pkgs/ e.g. at the end of the corresponding file, say the one you posted above, logs/pkgs/gmp-6.1.2.log you see ...the following commands setup all environment variables correctly and load a subshell for you to debug the erro

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-23 Thread 'Maria MacCallum' via sage-devel
(with a definite YES on export SAGE64=YES) On Tuesday, 23 January 2018 11:46:00 UTC, Maria MacCallum wrote: > > Just to be sure, have done a nice new attempts and looked again: > > ls -l /var/tmp/sage-8.1/build/ > total 19 > drwxr-xr-x 2 teamunix staff 10 Dec 7 19:03 bin > drwxr-xr-x 2 teamu

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-23 Thread 'Maria MacCallum' via sage-devel
Just to be sure, have done a nice new attempts and looked again: ls -l /var/tmp/sage-8.1/build/ total 19 drwxr-xr-x 2 teamunix staff 10 Dec 7 19:03 bin drwxr-xr-x 2 teamunix staff 9 Jan 23 11:23 make drwxr-xr-x 267 teamunix staff 267 Dec 7 19:03 pkgs -rw-r--r-- 1 teamunix staff 424 Dec

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-18 Thread François Bissey
config.log for mpfr would be in local/var/tmp/sage/build/mpfr-/src/ if I am not mistaken. > On 19/01/2018, at 04:30, 'Maria MacCallum' via sage-devel > wrote: > > Not sure which file you mean..? There seems to be no configure file just for > mpfr, I've attached the generated config files >

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-18 Thread Dima Pasechnik
log says ABI 32, but you need 64, no? -- 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

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-18 Thread 'Maria MacCallum' via sage-devel
Not sure which file you mean..? There seems to be no configure file just for mpfr, I've attached the generated config files I'm off for a few days as of thsi evening, but will be very grateful for any suggestions when I get back! Regards, Maria On Thursday, 18 January 2018 10:57:10 UTC, Dima P

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-18 Thread 'Maria MacCallum' via sage-devel
Hi there, I Thanks for the suggestion, get an assembler error, archtecture mis match see attached log I'm off for a few days as of this eveing, but I would be grateful for any ideas Regards, Maria On Thursday, 18 January 2018 10:56:01 UTC, François Bissey wrote: > > Actually given the error

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-18 Thread Dima Pasechnik
It will help to see the config.log of mpfr (not sure whether current mpfr is known to run on Sparc Solaris...) On Thursday, January 18, 2018 at 10:49:22 AM UTC, Maria MacCallum wrote: > > > Could you help me debug the errors? > > Last successfull install of sage that I know here is 6.2 > > > > >

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-18 Thread François Bissey
Actually given the error it may be a good idea to try gmp instead of mpir to start with. gmp may have better support for sparc than mpir. So before starting the build you should do ./configure —with-mp=amp and then make as you usually do. François > On 18/01/2018, at 23:49, 'Maria MacCallum' vi

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-18 Thread 'Maria MacCallum' via sage-devel
Could you help me debug the errors? Last successfull install of sage that I know here is 6.2 On Thursday, 18 January 2018 09:49:19 UTC, Jeroen Demeyer wrote: > > On 2018-01-17 12:00, 'Maria MacCallum' via sage-devel wrote: > > Trying to run make. > > > > Sparc processor, solaris 11.3 > >

Re: [sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-18 Thread Jeroen Demeyer
On 2018-01-17 12:00, 'Maria MacCallum' via sage-devel wrote: Trying to run make. Sparc processor, solaris 11.3 Unfortunately, we don't have any Solaris testing machines. So unless you make such a machine available for testing, I'm afraid that it might be difficult to fix Sage on Solaris SPAR

[sage-devel] Error installing package mpfr-3.1.5.p0

2018-01-17 Thread 'Maria MacCallum' via sage-devel
Trying to run make. Sparc processor, solaris 11.3 See attached log please!! Many Thanks, Maria -- 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+unsubs