Hi, I'm struggling to build on Arch Linux. I've downloaded sage 6.7, then applied the patch http://trac.sagemath.org/ticket/18580 to fix the error reported there (I believe the fix will be incorporated in sage-6.8).
conway_polynomials fails to build, the log file logs/pkgs/conway_polynomials-0.4.p0.log says: Found local metadata for conway_polynomials-0.4.p0 > Found local sources at > /home/joshua/build/sage-6.7/upstream/conway_polynomials-0.4.tar.bz2 > Checksum: 25b7abe5c935d20c3ebcde943308652c412d14dc vs > 25b7abe5c935d20c3ebcde943308652c412d14dc > conway_polynomials-0.4.p0 > ==================================================== > Setting up build directory for conway_polynomials-0.4.p0 > Finished set up > **************************************************** > Host system: > Linux marvin 4.0.7-2-ARCH #1 SMP PREEMPT Tue Jun 30 07:50:21 UTC 2015 > x86_64 GNU/Linux > **************************************************** > C compiler: gcc > C compiler version: > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper > Target: x86_64-unknown-linux-gnu > Configured with: /build/gcc/src/gcc-5-20150623/configure --prefix=/usr > --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man > --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ > --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared > --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl > --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu > --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object > --enable-linker-build-id --enable-lto --enable-plugin > --enable-install-libiberty --with-linker-hash-style=gnu > --enable-gnu-indirect-function --disable-multilib --disable-werror > --enable-checking=release --with-default-libstdcxx-abi=c++98 > Thread model: posix > gcc version 5.1.0 (GCC) > **************************************************** > Setting permissions of DOT_SAGE directory so only you can read and write > it. > Traceback (most recent call last): > File "./spkg-install", line 4, in <module> > from sage.all import save > File > "/home/joshua/build/sage-6.7/local/lib/python2.7/site-packages/sage/all.py", > line 84, in <module> > from sage.misc.all import * # takes a while > File > "/home/joshua/build/sage-6.7/local/lib/python2.7/site-packages/sage/misc/all.py", > > line 87, in <module> > from functional import (additive_order, > File > "/home/joshua/build/sage-6.7/local/lib/python2.7/site-packages/sage/misc/functional.py", > > line 30, in <module> > from sage.rings.complex_double import CDF > File "sage/libs/pari/gen.pxd", line 7, in init sage.rings.complex_double > (build/cythonized/sage/rings/complex_double.c:21771) > File "sage/libs/pari/gen.pyx", line 8133, in init sage.libs.pari.gen > (build/cythonized/sage/libs/pari/gen.c:49150) > AttributeError: type object 'sage.libs.pari.gen.gen_auto' has no attribute > 'polsturm' > > real 0m1.974s > user 0m0.387s > sys 0m0.117s > ************************************************************************ > Error installing package conway_polynomials-0.4.p0 > ************************************************************************ > Please email sage-devel (http://groups.google.com/group/sage-devel) > explaining the problem and including the relevant part of the log file > [etc. etc.] > Any ideas? Is there any more information I can give? Many thanks, Josh -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
