Wednesday 02 of April 2008 17:57:14 Bartłomiej Zimoń napisał(a): > Monday 31 of March 2008 21:49:11 Kamil Dziedzic napisał(a): > > Taka mała pierdółka ale ja nie wiem jak to naprawić. > > Nowa wersja modułu panelkadu buduje się tylko na x86_64. > > > > Przykład failed z i486: > > http://buildlogs.pld-linux.org/index.php?dist=th&arch=i486&ok=0&name=kadu > > > > Jak nie znajdzie się chętny do naprawy to zrobię downgrade modułu w specu > > na > > ten obecny na ftp. > > > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470245 > niedorobka x11proto-input-devel >
Tfu znaczy sie u nas xorg-proto-inputproto.spec Zalaczam latke ktora wylacza wciaganie nieszczesnego naglowka (Xmd.h do XI.h) psujacego ta cala impreze. Autorem łatki jest Julien Cristau <[EMAIL PROTECTED]> Dobrze gdyby ktos znajacy sie na rzeczy potwierdzil ze mozna wrzucic. Kamil mozesz przetestowac? _________________ Pozdrawiam Bartłomiej Zimoń
--- x11proto-input-1.4.3.orig/XI.h +++ x11proto-input-1.4.3/XI.h @@ -1,5 +1,3 @@ -/* $Xorg: XI.h,v 1.4 2001/02/09 02:03:23 xorgcvs Exp $ */ - /************************************************************ Copyright 1989, 1998 The Open Group @@ -45,17 +43,14 @@ SOFTWARE. ********************************************************/ -/* $XFree86: xc/include/extensions/XI.h,v 1.4 2001/01/17 17:53:16 dawes Exp $ */ /* Definitions used by the server, library and client */ #ifndef _XI_H_ #define _XI_H_ -#include <X11/Xmd.h> /* CARD32 */ - -#define sz_xGetExtensionVersionReq 8 -#define sz_xGetExtensionVersionReply 32 +#define sz_xGetExtensionVersionReq 8 +#define sz_xGetExtensionVersionReply 32 #define sz_xListInputDevicesReq 4 #define sz_xListInputDevicesReply 32 #define sz_xOpenDeviceReq 8 @@ -263,12 +258,16 @@ #define XI_DeviceBusy 3 #define XI_BadClass 4 -/* Make XEventClass be a CARD32 for 64 bit servers. Don't affect client +/* + * Make XEventClass be a CARD32 for 64 bit servers. Don't affect client * definition of XEventClass since that would be a library interface change. * See the top of X.h for more _XSERVER64 magic. + * + * But, don't actually use the CARD32 type. We can't get it defined here + * without polluting the namespace. */ #ifdef _XSERVER64 -typedef CARD32 XEventClass; +typedef unsigned int XEventClass; #else typedef unsigned long XEventClass; #endif
_______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
