Source: xserver-xorg-video-tdfx
Version: 1:1.5.0-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: arm64
During a rebuild of all packages in sid, xserver-xorg-video-tdfx failed
to build on arm64 with the following error. On amd64 the package builds
correctly.
../../src/tdfx_io.c: In function 'TDFXWriteControlPIO':
../../src/tdfx_io.c:50:3: error: implicit declaration of function 'outb'; did
you mean 'moutb'? [-Wimplicit-function-declaration]
50 | outb(pTDFX->PIOBase[0]+addr, index);
| ^~~~
| moutb