Xpra: Ticket #2472: xxh3.h build error in 32-bit fedora

gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fPIC -Ixpra/buffers -I/usr/include/python3.7m -c xpra/buffers/xxhash.c -o build/temp.linux-i686-3.7/xpra/buffers/xxhash.o -O3 -Wall -Werror -Wno-error=deprecated-declarations -fPIC -O2
In file included from xpra/buffers/xxhash.c:1105:
xpra/buffers/xxh3.h:280:1: error: SSE instruction set disabled, using 387 arithmetics [-Werror]
 {
 ^
xpra/buffers/xxh3.h:394:1: error: SSE instruction set disabled, using 387 arithmetics [-Werror]
 {
 ^
cc1: all warnings being treated as errors

It might be a good time to just drop 32-bit packages?



Sun, 03 Nov 2019 09:19:36 GMT - Antoine Martin: status changed; resolution set

As per r24344, this may well be sub-optimal, but at least we can generate 32-bit builds and anyone still using 32-bit mode is clearly not aiming for performance anyway.


Sat, 23 Jan 2021 05:52:12 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2472