Source: xserver-xorg-video-trident Version: 1:1.4.0-1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: debian-...@lists.debian.org Usertags: arm64
During a rebuild of all packages in sid, xserver-xorg-video-trident failed to build on arm64 with the following error. On amd64 the package builds correctly. This issue is very similar to #1087036 affecting xserver-xorg-video-tdfx. ../../src/trident_bank.c: In function 'TVGA8900SetRead': ../../src/trident_regs.h:315:13: error: implicit declaration of function 'outw'; did you mean 'putw'? [-Wimplicit-function-declaration] 315 | outw(pTrident->PIOBase + (addr), data); \ | ^~~~