On Tuesday, 15 April 2014 17:57:33 UTC-6, leif wrote: > > Andrey Novoseltsev wrote: > > I am getting new ecm errors on Opteron 6272/Debian (not sure how new, I > > was not compiling Sage on this machine for a while): > > Could you run GMP-ECM's test suite? >
How do I do this? > > Which version of gcc (or, more precisely, output of 'gcc -v')? > Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.7.2 (Debian 4.7.2-5) > > Did you have CFLAGS set when building Sage? > > No, the only variables I set myself are CCACHE_COMPRESS=yes MAKE=make -j32 > -leif > > > sage -t --long src/sage/interfaces/ecm.py > > ********************************************************************** > > File "src/sage/interfaces/ecm.py", line 452, in > > sage.interfaces.ecm.ECM.one_curve > > Failed example: > > f.one_curve(n, B1=500000, algorithm="P-1") > > Exception raised: > > Traceback (most recent call last): > > File > > > "/home/novoselt/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", > > > > line 480, in _run > > self.execute(example, compiled, test.globs) > > File > > > "/home/novoselt/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", > > > > line 839, in execute > > exec compiled in globs > > File "<doctest sage.interfaces.ecm.ECM.one_curve[5]>", line 1, in > > <module> > > f.one_curve(n, B1=Integer(500000), algorithm="P-1") > > File > > > "/home/novoselt/sage/local/lib/python2.7/site-packages/sage/interfaces/ecm.py", > > > > line 470, in one_curve > > out = self._run_ecm(cmd, n) > > File > > > "/home/novoselt/sage/local/lib/python2.7/site-packages/sage/interfaces/ecm.py", > > > > line 218, in _run_ecm > > raise ValueError(err) > > ValueError: ecm: pm1fs2.c:1863: poly_from_sets_V: Assertion > > `set->elem[i] == -set->elem[c - 1L - i]' failed. > > > > ********************************************************************** > > File "src/sage/interfaces/ecm.py", line 455, in > > sage.interfaces.ecm.ECM.one_curve > > Failed example: > > f.one_curve(n, B1=2000, algorithm="P+1", x0=5) > > Exception raised: > > Traceback (most recent call last): > > File > > > "/home/novoselt/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", > > > > line 480, in _run > > self.execute(example, compiled, test.globs) > > File > > > "/home/novoselt/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", > > > > line 839, in execute > > exec compiled in globs > > File "<doctest sage.interfaces.ecm.ECM.one_curve[7]>", line 1, in > > <module> > > f.one_curve(n, B1=Integer(2000), algorithm="P+1", > x0=Integer(5)) > > File > > > "/home/novoselt/sage/local/lib/python2.7/site-packages/sage/interfaces/ecm.py", > > > > line 470, in one_curve > > out = self._run_ecm(cmd, n) > > File > > > "/home/novoselt/sage/local/lib/python2.7/site-packages/sage/interfaces/ecm.py", > > > > line 218, in _run_ecm > > raise ValueError(err) > > ValueError: ecm: pm1fs2.c:1863: poly_from_sets_V: Assertion > > `set->elem[i] == -set->elem[c - 1L - i]' failed. > > > > ********************************************************************** > > 1 item had failures: > > 2 of 9 in sage.interfaces.ecm.ECM.one_curve > > [44 tests, 2 failures, 12.41 s] > > -- > () The ASCII Ribbon Campaign > /\ Help Cure HTML E-Mail > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
