Hi, I tried
rpmbuild --recompile gnubg-0.15-4.src.rpm
and got the following errors (did I do something wrong?):

/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     
-g -O2 -MT neuralnetsse.lo -MD -MP -MF .deps/neuralnetsse.Tpo -c -o 
neuralnetsse.lo neuralnetsse.c
 gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT neuralnetsse.lo -MD -MP -MF 
.deps/neuralnetsse.Tpo -c neuralnetsse.c -o neuralnetsse.o
In file included from neuralnetsse.c:33:
/usr/lib/gcc/i386-redhat-linux/4.3.2/include/xmmintrin.h:35:3: error: #error 
"SSE instruction set not enabled"
neuralnetsse.c: In function 'Evaluate128':
neuralnetsse.c:60: error: '__m128' undeclared (first use in this function)
neuralnetsse.c:60: error: (Each undeclared identifier is reported only once
neuralnetsse.c:60: error: for each function it appears in.)
neuralnetsse.c:60: error: expected ';' before 'vec0'
neuralnetsse.c:78: error: 'vec0' undeclared (first use in this function)
neuralnetsse.c:79: error: 'vec1' undeclared (first use in this function)
neuralnetsse.c:80: error: 'sum' undeclared (first use in this function)
neuralnetsse.c:86: error: 'scalevec' undeclared (first use in this function)
neuralnetsse.c:91: error: 'vec3' undeclared (first use in this function)
neuralnetsse.c: In function 'EvaluateFromBase128':
neuralnetsse.c:139: error: '__m128' undeclared (first use in this function)
neuralnetsse.c:139: error: expected ';' before 'vec0'
neuralnetsse.c:151: error: 'vec0' undeclared (first use in this function)
neuralnetsse.c:152: error: 'vec1' undeclared (first use in this function)
neuralnetsse.c:153: error: 'sum' undeclared (first use in this function)
neuralnetsse.c:165: error: 'scalevec' undeclared (first use in this function)
neuralnetsse.c:169: error: 'vec3' undeclared (first use in this function)
make[2]: *** [neuralnetsse.lo] Error 1
make[2]: Leaving directory `/root/rpmbuild/BUILD/gnubg-0.15/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/rpmbuild/BUILD/gnubg-0.15'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.V9YIW6 (%build)


RPM build errors:
    user pggnubg does not exist - using root
    group ace does not exist - using root
    Bad exit status from /var/tmp/rpm-tmp.V9YIW6 (%build)
[r...@localhost bin]# 




      


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to