Source: gpsshogi
Version: 0.7.0-1.1
Severity: serious
https://buildd.debian.org/status/fetch.php?pkg=gpsshogi&arch=i386&ver=0.7.0-1.1&stamp=1493222831&raw=0
...
g++ -DOSL_SMP -O3 -DNDEBUG -g -I.. -I../include -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o gpsshogi.o gpsshogi.cc
In file included from /usr/include/osl/eval/midgame.h:5:0,
from /usr/include/osl/eval/weights.h:6,
from /usr/include/osl/eval/openMidEndingEval.h:7,
from /usr/include/osl/search/alphaBeta2.h:14,
from benchmark.h:8,
from gpsshogi.cc:2:
/usr/include/osl/bits/quadInt.h: In member function 'osl::container::QuadInt&
osl::container::QuadInt::operator+=(const osl::container::QuadInt&)':
/usr/include/osl/bits/quadInt.h:96:43: error: '__builtin_ia32_paddd128' was not
declared in this scope
v.v4=__builtin_ia32_paddd128(v.v4,si.v.v4);
^
/usr/include/osl/bits/quadInt.h: In member function 'osl::container::QuadInt&
osl::container::QuadInt::operator-=(const osl::container::QuadInt&)':
/usr/include/osl/bits/quadInt.h:104:43: error: '__builtin_ia32_psubd128' was
not declared in this scope
v.v4=__builtin_ia32_psubd128(v.v4,si.v.v4);
^
<builtin>: recipe for target 'gpsshogi.o' failed
make[1]: *** [gpsshogi.o] Error 1
Defining OSL_NO_SSE does no longer seem to happen on i386.