On Sat, 1 May 2021, 15:20 Enrique Artal, <[email protected]> wrote:
> I have tried to compile it in Fedora 34, I know it is a very recent > release and problems would be expected. The first one is that F34 uses > gcc11 and it seems to be incompatible with sage, so when installing it uses > gcc 9.2 package. After some problems I decided to run `make distclean` for > a fresh install. I ran into some problems but > > `./configure --with-system-zeromq=no --with-system-eclib=no > --with-system-flint=no --with-system-flintqs=no --with-system-ntl=no` > > finished with apparent success (in fact I did not apply the whole order > once, I ran each one separately to solve compiling issues). > > The problem is that running sage I get a crash; I can attach the whole > crash report but maybe the relevant line is: > > ImportError: /usr/local/sage/local/lib/libstdc++.so.6: version > `GLIBCXX_3.4.29' not found (required by /lib64/libvmaf.so.0) > this is a C++ incompatibility issue - if you insists on using gcc 9 you might have to supply all the C++ libs needed by Sage rebuilt with gcc 9. I'd rather try gcc 11 instead. > I got a similar message with libzmq and this was the reason to add > --with-system-zeromq=no, but I do not guess what to do now. > > Thanks for the work, Enrique > El sábado, 1 de mayo de 2021 a las 1:13:29 UTC+2, Volker Braun escribió: > >> As always, you can get the latest beta version from the "develop" git >> branch. Alternatively, the self-contained source tarball is at >> http://www.sagemath.org/download-latest.html >> >> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to >> 9.3.rc5 >> b570ac37fd Trac #31640: 2d Bezier path does not plot in 3d >> bc54836830 Trac #31646: clean BezierPath constructor >> bd3334c774 Trac #30518: eigenvectors over QQbar are incorrectly conjugated >> de9c3d51b3 Trac #31628: fix/improve conversions to QQbar and AA >> 96c2708fce Trac #31641: Remove outdated MacPorts/fink ban >> 64b0382bba Trac #31625: Memory leak for IntegralLattice >> 068797f2a1 Trac #31620: Document installing sagemath kernel without >> copying documentation >> d4650fc337 Trac #31612: Update setuptools_scm to 6.0.1 >> 69db9b24f3 Trac #31600: threejs does not handle transparency correctly >> 5482111309 <(548)%20211-1309> Trac #31541: GH Actions: Update 32-bit >> platforms >> 0e8c26ba6a Trac #29372: At the end of configure, show installation hints >> for non-enabled optional packages separately >> a0672c621b Trac #31673: MR53: Unbreak sagelib's setup.py install >> 80c2258835 Trac #31645: incorrect handling of constant term when creating >> power series >> 889f3f9e16 Trac #31555: Update freetype to 2.10.4 - fixes a vulnerability >> 6d8b561fec Trac #25034: Special case for gen_legendre_P with n == m gives >> incorrect results for x in (-1,1) >> 990c9bc3b0 Trac #31679: Actually fix: "Do not use pynac's poly_mul_expand >> function until it has been debugged" >> de32db6991 (tag: 9.3.rc4) Updated SageMath version to 9.3.rc4 >> >> >> -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/ff9707cb-ee89-494c-9689-a3175c1d3f1en%40googlegroups.com > <https://groups.google.com/d/msgid/sage-release/ff9707cb-ee89-494c-9689-a3175c1d3f1en%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAAWYfq0h7kLWD2txDt_arYC%2B-jedBdcOkPChDLrpUx6C1aVboA%40mail.gmail.com.
