Thanks! I noticed however that in Ubuntu it fails to build due to different symbols: https://launchpad.net/ubuntu/+source/nvidia-texture-tools/2.1.2~dfsg-3
I suspects this is due to Ubuntu building with LTO (indeed armhf and riscv64 were LTO is disabled build fine). Do you think the missing symbols are needed? If so, maybe the package should add something like: export DEB_BUILD_MAINT_OPTIONS=optimize=-lto Otherwise, if the missing symbols are not needed and the LTO build is tested OK, it may use: export DEB_BUILD_MAINT_OPTIONS=optimize=+lto Thanks. Il giorno mar 30 dic 2025 alle ore 00:09 Andreas Beckmann <[email protected]> ha scritto: > > On 11/3/25 09:41, Fabio Pedretti wrote: > > fedora seems to have s390x and other patches: > > https://src.fedoraproject.org/rpms/nvidia-texture-tools/tree/rawhide > > Thanks, I've switched the additional architecture support to the fedora > patches. > > > There are also other patches inside 0ad: > > https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/libraries/source/nvtt/patches > > There should be equivalent patches for all these in the package. > > Finally uploaded to unstable a few minutes ago ;-) > > > Andreas > > -- > To unsubscribe, send mail to [email protected].

