On Thursday, 1 October 2015 12:03:41 UTC-6, leif wrote:
>
> 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... 
>
> Which version of GCC, CPU? 
>

novoselt@sage:~/sage$ gcc --version
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

novoselt@sage:~/sage$ cat /proc/cpuinfo 
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 21
model           : 2
model name      : AMD FX(tm)-8350 Eight-Core Processor
stepping        : 0
microcode       : 0x6000822
cpu MHz         : 1400.000
cache size      : 2048 KB
physical id     : 0
siblings        : 8
core id         : 0
cpu cores       : 4
apicid          : 16
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt 
pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid 
aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes 
xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a 
misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 tce nodeid_msr 
tbm topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock 
nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter 
pfthreshold vmmcall bmi1
bogomips        : 8026.40
TLB size        : 1536 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm 100mhzsteps hwpstate cpb eff_freq_ro
...

Will retry and see if it is reproducible.
 

>
>
> -leif 
>
> > 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.

Reply via email to