FTBFS on debian kfreebsd
Submitted by Laurent Bigonville
Assigned to Default DRI bug account
Link to original bug (#108068)
Description
Hello,
It seems that libdrm FTBFS on debian kfreebsd port:
In file included from ../../../include/drm/drm_fourcc.h:27,
from ../../../tests/kms/libkms-test-framebuffer.c:29:
../../../include/drm/drm.h:50:9: error: unknown type name 'uint8_t'
typedef uint8_t __u8;
^~~~~~~
../../../include/drm/drm.h:52:9: error: unknown type name 'uint16_t'
typedef uint16_t __u16;
^~~~~~~~
../../../include/drm/drm.h:54:9: error: unknown type name 'uint32_t'
typedef uint32_t __u32;
^~~~~~~~
../../../include/drm/drm.h:56:9: error: unknown type name 'uint64_t'
typedef uint64_t __u64;
^~~~~~~~
A patch have been proposed on the debian BTS, could you please consider applying it? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909249
Edited by Eric Engestrom