Package: libdrm
Version: 1.0.2-2
Severity: serious

Hi,

Your package is failing to build because it's missing build
dependencies:
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../shared-core -Wall -g -O2 -MT xf86drm.lo 
-MD -MP -MF .deps/xf86drm.Tpo -c xf86drm.c  -fPIC -DPIC -o .libs/xf86drm.o
xf86drm.c:66:27: error: X11/Xlibint.h: No such file or directory

It looks like you're missing build dependencies on atleast
libx11-dev.

It also gives warnings like this on a 64 bit arch:
xf86drm.c: In function 'drmAddMap':
xf86drm.c:891: warning: cast from pointer to integer of different size
xf86drm.c: In function 'drmRmMap':
xf86drm.c:899: warning: cast to pointer from integer of different size
xf86drm.c: In function 'drmAddContextPrivateMapping':
xf86drm.c:1945: warning: cast to pointer from integer of different size
xf86drm.c: In function 'drmGetContextPrivateMapping':
xf86drm.c:1958: warning: cast from pointer to integer of different size

Those are probably signs that it's not 64 bit clean.  I
have the feeling that handle points to some memory region,
so this might be causing problems.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to