rootwyrm / talecaster

TaleCaster application server - bringing ALL your media to you.
Other
3 stars 2 forks source link

qBittorrent builds failing on arm64 #41

Closed rootwyrm closed 2 years ago

rootwyrm commented 2 years ago

#26 217.7 make[1]: Entering directory '/intermediate/qbt-build/zlib/arch/x86'
#26 217.7 gcc -O2  -std=c11 -Wall -D_LARGEFILE64_SOURCE=1 -DHAVE_POSIX_MEMALIGN -DZLIB_COMPAT -DWITH_GZFILEOP -DHAVE_VISIBILITY_HIDDEN -DHAVE_VISIBILITY_INTERNAL -DHAVE_BUILTIN_CTZ -DHAVE_BUILTIN_CTZLL -DUNALIGNED_OK -DUNALIGNED64_OK -DX86_FEATURES -I/intermediate/qbt-build/zlib/arch/x86 -I/intermediate/qbt-build/zlib -c -o x86.o /intermediate/qbt-build/zlib/arch/x86/x86.c
#26 218.8 /intermediate/qbt-build/zlib/arch/x86/x86.c:17:12: fatal error: cpuid.h: No such file or directory
#26 218.8    17 | #  include <cpuid.h>
#26 218.8       |            ^~~~~~~~~
#26 218.8 compilation terminated.
#26 218.8 make[1]: *** [Makefile:36: x86.o] Error 1
#26 218.8 make[1]: Leaving directory '/intermediate/qbt-build/zlib/arch/x86'
#26 218.8 make: *** [Makefile:163: arch/x86/x86.o] Error 2
#26 218.8 make: *** Waiting for unfinished jobs....
#26 219.4 
#26 219.4  ● Error: The build command produced an exit code greater than 0 - Check the logs
#26 219.4 ```
rootwyrm commented 2 years ago

Confirmed as an odd issue in the gcc cross-build itself, we'll survive with prebuilt binaries for now.