Bug#391902: qt4-x11: [m68k] missing inotify defines

2006-10-16 Thread Roman Zippel
Hi, On Mon, 16 Oct 2006, Brian Nelson wrote: To what file should those lines be added? There isn't a buildd log for m68k on buildd.d.o, so I can't see the actual error. Sorry, I indeed forgot to mention that. m68k is missing in the list at src/corelib/io/qfilesystemwatcher_inotify.cpp bye,

Bug#391902: qt4-x11: [m68k] missing inotify defines

2006-10-16 Thread Brian Nelson
Roman Zippel [EMAIL PROTECTED] writes: Hi, Is there any progress here? If there is anything I can do to help, please ask, but please don't ignore this bug... Thanks. Sorry, I was just dealing with RC bugs first... To what file should those lines be added? There isn't a buildd log for

Bug#391902: qt4-x11: [m68k] missing inotify defines

2006-10-15 Thread Roman Zippel
Hi, Is there any progress here? If there is anything I can do to help, please ask, but please don't ignore this bug... Thanks. bye, Roman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#391902: qt4-x11: [m68k] missing inotify defines

2006-10-09 Thread Roman Zippel
Package: qt4-x11 Severity: important qt4-x11 currently fails to build as it misses some defines for the inotify system calls on m68k, adding this should fix the problem: #elif defined (__mc68000__) #define __NR_inotify_init 284 #define __NR_inotify_add_watch 285 #define