Any reason you are sticking to sage 9.0 when 9.5 is out?

> On 7/03/2022, at 10:27, Alexander Rahm <alexander.r...@upf.pf> wrote:
> 
> This workaround fails on my computer:
> 
> Using 
> ./configure --without-system-libffi
> make
> 
> I however run into the same crash.
> 
> Best,
> 
> Alexander
> 
> [ecl-16.1.2.p5] make[6]: *** [Makefile:86: ffi.o] Error 1
> [ecl-16.1.2.p5] make[6]: Leaving directory 
> '/home/rahm/sage-9.0/local/var/tmp/sage/build/ecl-16.1.2.p5/src/build/c'
> [ecl-16.1.2.p5] make[5]: *** [Makefile:119: libeclmin.a] Error 2
> [ecl-16.1.2.p5] make[5]: Leaving directory 
> '/home/rahm/sage-9.0/local/var/tmp/sage/build/ecl-16.1.2.p5/src/build'
> [ecl-16.1.2.p5] make[4]: *** [Makefile:70: all] Error 2
> [ecl-16.1.2.p5] make[4]: Leaving directory 
> '/home/rahm/sage-9.0/local/var/tmp/sage/build/ecl-16.1.2.p5/src'
> [ecl-16.1.2.p5] ************************************************************
> [ecl-16.1.2.p5] Error building ecl-16.1.2.p5
> [ecl-16.1.2.p5] ************************************************************
> [ecl-16.1.2.p5] 
> [ecl-16.1.2.p5] real        1m15.084s
> [ecl-16.1.2.p5] user        0m56.136s
> [ecl-16.1.2.p5] sys        0m12.399s
> [ecl-16.1.2.p5] 
> ************************************************************************
> [ecl-16.1.2.p5] Error installing package ecl-16.1.2.p5
> [ecl-16.1.2.p5] 
> ************************************************************************
> [ecl-16.1.2.p5] Please email sage-devel 
> (http://groups.google.com/group/sage-devel)
> [ecl-16.1.2.p5] explaining the problem and including the log file
> [ecl-16.1.2.p5]   /home/rahm/sage-9.0/logs/pkgs/ecl-16.1.2.p5.log
> [ecl-16.1.2.p5] Describe your computer, operating system, etc.
> [ecl-16.1.2.p5] If you want to try to fix the problem yourself, *don't* just 
> cd to
> [ecl-16.1.2.p5] /home/rahm/sage-9.0/local/var/tmp/sage/build/ecl-16.1.2.p5 
> and type 'make' or whatever is appropriate.
> [ecl-16.1.2.p5] Instead, the following commands setup all environment 
> variables
> [ecl-16.1.2.p5] correctly and load a subshell for you to debug the error:
> [ecl-16.1.2.p5]   (cd 
> '/home/rahm/sage-9.0/local/var/tmp/sage/build/ecl-16.1.2.p5' && 
> '/home/rahm/sage-9.0/sage' --sh)
> [ecl-16.1.2.p5] When you are done debugging, you can type "exit" to leave the 
> subshell.
> [ecl-16.1.2.p5] 
> ************************************************************************
> make[3]: *** [Makefile:2152: 
> /home/rahm/sage-9.0/local/var/lib/sage/installed/ecl-16.1.2.p5] Error 1
> make[3]: Leaving directory '/home/rahm/sage-9.0/build/make'
> make[2]: *** [Makefile:1830: all-start] Error 2
> make[2]: Leaving directory '/home/rahm/sage-9.0/build/make'
> 
> real        33m55.541s
> user        26m18.407s
> sys        2m1.880s
> ***************************************************************
> Error building Sage.
> 
> The following package(s) may have failed to build (not necessarily
> during this run of 'make all-start'):
> 
> * package: ecl-16.1.2.p5
>   log file: /home/rahm/sage-9.0/logs/pkgs/ecl-16.1.2.p5.log
>   build directory: /home/rahm/sage-9.0/local/var/tmp/sage/build/ecl-16.1.2.p5
> 
> The build directory may contain configuration files and other potentially
> helpful information. WARNING: if you now run 'make' again, the build
> directory will, by default, be deleted. Set the environment variable
> SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.
> 
> make[1]: *** [Makefile:33: all-start] Error 1
> make[1]: Leaving directory '/home/rahm/sage-9.0'
> make: *** [Makefile:13: all] Error 2
> 
> dim...@gmail.com schrieb am Freitag, 1. Mai 2020 um 03:02:10 UTC-5:
> On Fri, May 1, 2020 at 8:34 AM Andrew Bernard <andrew....@gmail.com> wrote: 
> > 
> > Ah, not so fast. More testing revealed that if you remove the Ubuntu 
> > package libffi-dev, or perhaps don't install it in the first place a full 
> > clean compile results. 
> > 
> > That's good news. 
> > 
> > I would therefore say that Ubuntu 20.04 LTS is a viable platform. This was 
> > built from the sage-9.0 source tar file from the mirrors. 
> > 
> 
> As 20.04 LTS it was released much later than Sage 9.0, there could be 
> no guarantees that the latter would work there. 
> If it works, great, if it does not, that's is a platform problem 
> rather than a Sage 9.0 problem. 
> 
> Based on your report, I suppose a canonical way to build would be 
> 
> ./configure --without-system-libffi 
> make 
> 
> 
> 
> 
> 
> > 
> > On Friday, 1 May 2020 15:05:26 UTC+10, Matthias Koeppe wrote: 
> >>> 
> >>> 
> >>> Sage 9.0 does not build on Ubuntu 20. You will have to try a current 
> >>> development version. 
> >>> 
> >> 
> >> I have added this information to the page 
> >> https://wiki.sagemath.org/ReleaseTours/sage-9.0 ("Installation FAQ"). 
> >> 
> > -- 
> > 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+...@googlegroups.com. 
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msgid/sage-devel/942a877b-d744-48f6-b686-7bfd9d777011%40googlegroups.com.
> >  
> 
> -- 
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/4259ad98-5ee4-4d45-9671-ca93b4eaf8f2n%40googlegroups.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/94C79671-ED1F-47A7-9A09-FF6484567F35%40gmail.com.

Reply via email to