This is probably http://trac.sagemath.org/ticket/18882
On Thursday, October 1, 2015 at 7:42:28 PM UTC+2, Andrey Novoseltsev wrote: > > Not sure if has surfaced already, but after make distclean the build with > tests fails at > > ... > Running the test suite for gf2x-1.1.p1... > make[3]: Entering directory > '/home/novoselt/sage/local/var/tmp/sage/build/gf2x-1.1.p1/src' > Making check in . > make[4]: Entering directory > '/home/novoselt/sage/local/var/tmp/sage/build/gf2x-1.1.p1/src' > make[4]: Leaving directory > '/home/novoselt/sage/local/var/tmp/sage/build/gf2x-1.1.p1/src' > Making check in tests > make[4]: Entering directory > '/home/novoselt/sage/local/var/tmp/sage/build/gf2x-1.1.p1/src/tests' > make check-mul check-addmul > make[5]: Entering directory > '/home/novoselt/sage/local/var/tmp/sage/build/gf2x-1.1.p1/src/tests' > gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../gf2x -I.. -I.. -O2 -g -Wall -W > -mpclmul -MT check-mul.o -MD -MP -MF .deps/check-mul.Tpo -c -o check-mul.o > check-mul.c > mv -f .deps/check-mul.Tpo .deps/check-mul.Po > gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../gf2x -I.. -I.. -O2 -g -Wall -W > -mpclmul -MT check-addmul.o -MD -MP -MF .deps/check-addmul.Tpo -c -o > check-addmul.o check-addmul.c > mv -f .deps/check-addmul.Tpo .deps/check-addmul.Po > /bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu99 -O2 -g -Wall > -W -mpclmul -o check-mul check-mul.o ../libgf2x.la > libtool: link: gcc -std=gnu99 -O2 -g -Wall -W -mpclmul -o .libs/check-mul > check-mul.o ../.libs/libgf2x.so -Wl,-rpath > -Wl,/home/novoselt/sage/local/lib > /bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu99 -O2 -g -Wall > -W -mpclmul -o check-addmul check-addmul.o ../libgf2x.la > libtool: link: gcc -std=gnu99 -O2 -g -Wall -W -mpclmul -o > .libs/check-addmul check-addmul.o ../.libs/libgf2x.so -Wl,-rpath > -Wl,/home/novoselt/sage/local/lib > make[5]: Leaving directory > '/home/novoselt/sage/local/var/tmp/sage/build/gf2x-1.1.p1/src/tests' > make check-TESTS > make[5]: Entering directory > '/home/novoselt/sage/local/var/tmp/sage/build/gf2x-1.1.p1/src/tests' > 1x1 2x2 3x3 4x4 5x5 6x6 7x7 8x8 9x9 20x20 100x20 100x100 1000x20 1000x100 > 1000x1000 failed : '1000 1000 e084de5a 76540123' != '1000 1000 a12a7e03 > 76540123' > FAIL: do-check-mul.sh > ================== > 1 of 1 test failed > ================== > Makefile:375: recipe for target 'check-TESTS' failed > make[5]: *** [check-TESTS] Error 1 > make[5]: Leaving directory > '/home/novoselt/sage/local/var/tmp/sage/build/gf2x-1.1.p1/src/tests' > Makefile:497: recipe for target 'check-am' failed > make[4]: *** [check-am] Error 2 > make[4]: Leaving directory > '/home/novoselt/sage/local/var/tmp/sage/build/gf2x-1.1.p1/src/tests' > Makefile:530: recipe for target 'check-recursive' failed > make[3]: *** [check-recursive] Error 1 > make[3]: Leaving directory > '/home/novoselt/sage/local/var/tmp/sage/build/gf2x-1.1.p1/src' > Error: gf2x failed to pass its test suite. > > real 0m0.776s > user 0m0.352s > sys 0m0.076s > ************************************************************************ > Error testing package gf2x-1.1.p1 > ************************************************************************ > > -- 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.
