On Fri, Mar 21, 2008 at 12:59:29PM +0300, QA Team Robot wrote: > 76 NEW error logs > > airsnort-0.2.7e-alt2 > from callbacks.c:24: > /usr/include/linux/wireless.h:650: error: expected specifier-qualifier-list before '__s32' > /usr/include/linux/wireless.h:663: error: expected specifier-qualifier-list before '__u16' > /usr/include/linux/wireless.h:677: error: expected specifier-qualifier-list before '__s32' > /usr/include/linux/wireless.h:688: error: expected specifier-qualifier-list before '__u8' > /usr/include/linux/wireless.h:704: error: expected specifier-qualifier-list before '__u32' > /usr/include/linux/wireless.h:717: error: expected specifier-qualifier-list before '__u32' > /usr/include/linux/wireless.h:744: error: expected specifier-qualifier-list before '__u8' > /usr/include/linux/wireless.h:806: error: expected specifier-qualifier-list before '__u32' > /usr/include/linux/wireless.h:820: error: expected specifier-qualifier-list before '__u16' > /usr/include/linux/wireless.h:834: error: expected specifier-qualifier-list before '__u32' Поправлю в следующей версии glibc-kernheaders. > fbv-1.0b-alt1 > from fb_display.c:24: > /usr/include/sys/types.h:62: error: conflicting types for 'dev_t' > /usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was here > /usr/include/sys/types.h:67: error: conflicting types for 'gid_t' > /usr/include/linux/types.h:27: error: previous declaration of 'gid_t' was here > /usr/include/sys/types.h:72: error: conflicting types for 'mode_t' > /usr/include/linux/types.h:15: error: previous declaration of 'mode_t' was here > /usr/include/sys/types.h:77: error: conflicting types for 'nlink_t' > /usr/include/linux/types.h:16: error: previous declaration of 'nlink_t' was here > /usr/include/sys/types.h:82: error: conflicting types for 'uid_t' > /usr/include/linux/types.h:26: error: previous declaration of 'uid_t' was here > In file included from /usr/include/sys/types.h:133, экспортирует POSIX-типы. Его можно пропросить этого не делать опеределив макрос __KERNEL_STRICT_NAMES. Этот макрос определяется в . Но если влючается до , то начинаются проблемы. Тут есть патч изменяющий поведение http://lists.debian.org/debian-glibc/2007/08/msg00140.html Прокомментируйте его, plz. P.S. А как оно собиралось раньше??? > fxload-2002_04_11-alt1 > cc -c -O -Wall -pipe -Wall -O2 -march=i586 -mtune=i686 ezusb.c -o ezusb.o > ezusb.c:34:27: error: linux/usb_ch9.h: No such file or directory > ezusb.c: In function 'ezusb_read': > ezusb.c:176: error: 'USB_DIR_IN' undeclared (first use in this function) > ezusb.c:176: error: (Each undeclared identifier is reported only once > ezusb.c:176: error: for each function it appears in.) > ezusb.c:176: error: 'USB_TYPE_VENDOR' undeclared (first use in this function) > ezusb.c:176: error: 'USB_RECIP_DEVICE' undeclared (first use in this function) > ezusb.c: In function 'ezusb_write': > ezusb.c:205: error: 'USB_DIR_OUT' undeclared (first use in this function) > ezusb.c:205: error: 'USB_TYPE_VENDOR' undeclared (first use in this function) > ezusb.c:205: error: 'USB_RECIP_DEVICE' undeclared (first use in this function) > ezusb.c: In function 'ezusb_cpucs': > ezusb.c:232: error: 'USB_DIR_OUT' undeclared (first use in this function) Изменилось имя файла. Теперь нужно брать > glibc-6:2.5.1-alt3 > glibc_preinstall.c -o glibc_preinstall > glibc_preinstall.c:9: error: expected declaration specifiers or '...' before 'getppid' > glibc_preinstall.c:10: warning: return type defaults to 'int'make: Leaving directory > `/usr/src/RPM/BUILD/glibc-2.5.1-alt3/glibc-helpers-2.5.1-alt3' > glibc_preinstall.c: In function '_syscall0': > glibc_preinstall.c:10: error: expected declaration specifiers before '_syscall1' > glibc_preinstall.c:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before > '{' token > glibc_preinstall.c:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before > '{' token > glibc_preinstall.c:60: error: expected '=', ',', ';', 'asm' or '__attribute__' before > '{' token > glibc_preinstall.c:74: error: expected '=', ',', ';', 'asm' or '__attribute__' before > '{' token > glibc_preinstall.c:9: error: parameter name omitted > glibc_preinstall.c:78: error: expected '{' at end of input > make: *** [glibc_preinstall] Error 1 _syscallX больше нет. Дим, поправь. > hibernate-1.94-alt10 > In file included from userui_core.c:35: > userui.h:129: error: expected declaration specifiers or '...' before 'xgetpid' > userui.h:129: warning: type defaults to 'int' in declaration of '_syscall0' _syscallX больше нет. > keepalived-1.1.13-alt1 > from vrrp_arp.c:29: > /usr/include/sys/types.h:62: error: conflicting types for 'dev_t' > /usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was here > /usr/include/sys/types.h:67: error: conflicting types for 'gid_t' > /usr/include/linux/types.h:27: error: previous declaration of 'gid_t' was here > /usr/include/sys/types.h:72: error: conflicting types for 'mode_t' > /usr/include/linux/types.h:15: error: previous declaration of 'mode_t' was here > /usr/include/sys/types.h:77: error: conflicting types for 'nlink_t' > /usr/include/linux/types.h:16: error: previous declaration of 'nlink_t' was here > /usr/include/sys/types.h:82: error: conflicting types for 'uid_t' > /usr/include/linux/types.h:26: error: previous declaration of 'uid_t' was here > In file included from /usr/include/sys/types.h:133, См. коментарий к fbv. > linux-atm-2.4.1-alt6 > i586-alt-linux-gcc -E -I../.. -DHAVE_CONFIG_H - :93:1: error: pasting "}" and "fw_pcr_0" does not give a valid preprocessing token > :93:1: error: pasting "}" and "bw_pcr_0" does not give a valid preprocessing token > :93:1: error: pasting "}" and "fw_pcr_01" does not give a valid preprocessing token > :93:1: error: pasting "}" and "bw_pcr_01" does not give a valid preprocessing token > :93:1: error: pasting "}" and "fw_scr_0" does not give a valid preprocessing token > :93:1: error: pasting "}" and "bw_scr_0" does not give a valid preprocessing token > :93:1: error: pasting "}" and "fw_scr_01" does not give a valid preprocessing token > :93:1: error: pasting "}" and "bw_scr_01" does not give a valid preprocessing token > :93:1: error: pasting "}" and "fw_mbs_0" does not give a valid preprocessing token > :93:1: error: pasting "}" and "bw_mbs_0" does not give a valid preprocessing token Поправлю в следующей версии glibc-kernheaders. > lphdisk-0.9.1-alt4 > + make > lphdisk.c:117: error: expected declaration specifiers or '...' before '_llseek' > lphdisk.c:117: error: expected declaration specifiers or '...' before 'fd' > lphdisk.c:117: error: expected declaration specifiers or '...' before 'offset_high' > lphdisk.c:118: error: expected declaration specifiers or '...' before 'offset_low' > lphdisk.c:118: error: expected declaration specifiers or '...' before 'result' > lphdisk.c:119: error: expected declaration specifiers or '...' before 'origin' > lphdisk.c:121: warning: return type defaults to 'int' > lphdisk.c: In function '_syscall5': > lphdisk.c:121: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token > lphdisk.c:162: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token > lphdisk.c:179: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token > lphdisk.c:191: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token _syscallX больше нет. > > mt-st-0.8-alt2 > In file included from mt.c:24: > mtio.h:13:26: error: linux/qic117.h: No such file or directory > In file included from mt.c:24: > mtio.h:266: error: expected specifier-qualifier-list before 'qic117_cmd_t' > make: Leaving directory `/usr/src/RPM/BUILD/mt-st-0.8' На свалку? commit b3a242b75361936ab9a42c42c44ea35e79a9d4cd Author: Adrian Bunk Date: Thu Jan 11 14:49:44 2007 +0100 more ftape removal This patch removes some more ftape code. Signed-off-by: Adrian Bunk Signed-off-by: Jeff Garzik include/linux/Kbuild | 1 - include/linux/mtio.h | 146 ------------------------ include/linux/qic117.h | 290 ------------------------------------------------ 3 files changed, 0 insertions(+), 437 deletions(-) > perl-1:5.8.8-alt19 > /usr/src/tmp/NyEfttocWz.c: In function 'main': > /usr/src/tmp/NyEfttocWz.c:67: error: invalid application of 'sizeof' to incomplete type > 'struct termios2' > /usr/src/tmp/NyEfttocWz.c:67: error: array type has incomplete element type > /usr/src/tmp/NyEfttocWz.c:67: error: invalid application of 'sizeof' to incomplete type > 'struct termios2' > /usr/src/tmp/NyEfttocWz.c:74: error: invalid application of 'sizeof' to incomplete type > 'struct termios2' > /usr/src/tmp/NyEfttocWz.c:74: error: array type has incomplete element type > /usr/src/tmp/NyEfttocWz.c:74: error: invalid application of 'sizeof' to incomplete type > 'struct termios2' > /usr/src/tmp/NyEfttocWz.c:76: error: invalid application of 'sizeof' to incomplete type > 'struct termios2' > /usr/src/tmp/NyEfttocWz.c:76: error: array type has incomplete element type > /usr/src/tmp/NyEfttocWz.c:76: error: invalid application of 'sizeof' to incomplete type > 'struct termios2' > /usr/src/tmp/NyEfttocWz.c:78: error: invalid application of 'sizeof' to incomplete type > 'struct termios2' Оберну 'struct termios' в ifdef __KERNEL__ в следующей версии glibc-kernheaders. at@, добавь в генерялке ioctl'ей в список include'ов . Есть ещё есть проблема с генерялкой syscall'ов. Посмотрю позже. > powersave-0.14.0-alt3 > i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../libpower -I/usr/include/dbus-1.0 > -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -DPOWERSAVE_DEBUG > -DUSE_SYSLOG -pipe -Wall -O2 -march=i586 -mtune=i686 -fno-exceptions -c -o apm.o apm.cpp > /usr/include/sys/types.h:62: error: conflicting declaration 'typedef __dev_t dev_t' > /usr/include/linux/types.h:13: error: 'dev_t' has a previous declaration as 'typedef > __kernel_dev_t dev_t' > /usr/include/sys/types.h:67: error: conflicting declaration 'typedef __gid_t gid_t' > /usr/include/linux/types.h:27: error: 'gid_t' has a previous declaration as 'typedef > __kernel_gid_t gid_t' > /usr/include/sys/types.h:72: error: conflicting declaration 'typedef __mode_t mode_t' > /usr/include/linux/types.h:15: error: 'mode_t' has a previous declaration as 'typedef > __kernel_mode_t mode_t' > /usr/include/sys/types.h:77: error: conflicting declaration 'typedef __nlink_t nlink_t' > /usr/include/linux/types.h:16: error: 'nlink_t' has a previous declaration as 'typedef > __kernel_nlink_t nlink_t' > /usr/include/sys/types.h:82: error: conflicting declaration 'typedef __uid_t uid_t' > /usr/include/linux/types.h:26: error: 'uid_t' has a previous declaration as 'typedef > __kernel_uid_t uid_t' См. коментарий к fbv. > proftpd-1.3.0rel-alt2 > from pr_fnmatch.c:38: > /usr/include/asm/types.h:6: error: conflicting types for 'mode_t' > /usr/include/sys/types.h:72: error: previous declaration of 'mode_t' was here > make[1]: Leaving directory `/usr/src/RPM/BUILD/proftpd-1.3.0/lib' См. коментарий к fbv. > reiserfsprogs-3.6.19-alt3 > from do_balan.c:20: > ../include/reiserfs_fs.h:41:27: error: asm/unaligned.h: No such file or directory > make[1]: Leaving directory `/usr/src/RPM/BUILD/reiserfsprogs-3.6.19/reiserfscore' См. devel@ > util-linux-2.13-alt5 > + gcc -pipe -Wall -O2 -march=i586 -mtune=i686 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE64_SOURCE -U_FORTIFY_SOURCE -fno-stack-protector -static -nostartfiles > -nodefaultlibs -nostdlib nologin.c -o nologin > nologin.c:47: error: expected declaration specifiers or '...' before 'exit' > nologin.c:47: error: expected declaration specifiers or '...' before 'status' > nologin.c:47: error: 'void' must be the only parameter > nologin.c:47: warning: data definition has no type or storage class > nologin.c:47: warning: type defaults to 'int' in declaration of '_syscall1' > nologin.c:48: error: expected declaration specifiers or '...' before 'close' > nologin.c:48: error: expected declaration specifiers or '...' before 'fd' > nologin.c:48: warning: data definition has no type or storage class > nologin.c:48: warning: type defaults to 'int' in declaration of '_syscall1' > nologin.c:48: error: conflicting types for '_syscall1' > nologin.c:47: error: previous declaration of '_syscall1' was here > nologin.c:49: error: expected declaration specifiers or '...' before 'open' > nologin.c:49: error: expected declaration specifiers or '...' before 'pathname' > nologin.c:49: error: expected declaration specifiers or '...' before 'flags' > nologin.c:49: warning: data definition has no type or storage class Дима, исправишь? > vkeybd-1:0.1.17a-alt1 > cc -pipe -Wall -O2 -march=i586 -mtune=i686 -DUSE_NON_CONST -O > -DVKB_TCLFILE=\"/usr/share/vkeybd/vkeybd.tcl\" -DVKBLIB_DIR=\"/usr/share/vkeybd\" > -DVERSION_STR=\"0.1.16\" -DVKB_USE_AWE -DVKB_USE_MIDI -DVKB_USE_ALSA > -I/usr/include/ladcca-1.0 -I/usr/include/alsa -DHAVE_LADCCA -I/usr/X11R6/include > -I/usr/include/ladcca-1.0 -I/usr/include/alsa -DHAVE_LADCCA -c -o oper_awe.o oper_awe.c > oper_awe.c:35:31: error: linux/awe_voice.h: No such file or directory > oper_awe.c: In function 'seq_open': > oper_awe.c:146: error: 'SAMPLE_TYPE_AWE32' undeclared (first use in this function) > oper_awe.c:146: error: (Each undeclared identifier is reported only once > oper_awe.c:146: error: for each function it appears in.) > oper_awe.c:174: warning: implicit declaration of function 'AWE_SET_CHANNEL_MODE' > oper_awe.c:174: error: 'AWE_PLAY_MULTI' undeclared (first use in this function) > oper_awe.c:176: warning: implicit declaration of function 'AWE_MISC_MODE' > oper_awe.c:176: error: 'AWE_MD_TOGGLE_DRUM_BANK' undeclared (first use in this function) > oper_awe.c: In function 'chorus_mode': На свалку? commit c467a388ae9f236c039d4d0f4c4be07c7deebe97 Author: Robert P. J. Day Date: Tue May 8 00:27:26 2007 -0700 Delete unused header file linux/awe_voice.h Delete the unused header file include/linux/awe_voice.h, as well as its corresponding Kbuild entry. Signed-off-by: Robert P. J. Day Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds include/linux/awe_voice.h | 525 --------------------------------------------- 1 files changed, 0 insertions(+), 525 deletions(-) > > wmwifi-0.6-alt1 > libXpm-devel-3.5.7-alt1 > error: File /usr/src/RPM/SOURCES/wmwifi-0.6-alt1.patch is smaller than 4 bytes > Installing wmwifi-0.6-alt1.src.rpm > -- > from wmwifi.c:32: > /usr/include/linux/wireless.h:886: error: 'IFNAMSIZ' undeclared here (not in a function) > make[1]: Leaving directory `/usr/src/RPM/BUILD/wmwifi-0.6/src' Поправлю в следующей версии glibc-kernheaders. > > xfce4-battery-plugin-0.5.0-alt1 > from battery.c:39: > /usr/include/sys/types.h:62: error: conflicting types for 'dev_t' > /usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was here > /usr/include/sys/types.h:67: error: conflicting types for 'gid_t' > /usr/include/linux/types.h:27: error: previous declaration of 'gid_t' was here > /usr/include/sys/types.h:72: error: conflicting types for 'mode_t' > /usr/include/linux/types.h:15: error: previous declaration of 'mode_t' was here > /usr/include/sys/types.h:77: error: conflicting types for 'nlink_t' > /usr/include/linux/types.h:16: error: previous declaration of 'nlink_t' was here > /usr/include/sys/types.h:82: error: conflicting types for 'uid_t' > /usr/include/linux/types.h:26: error: previous declaration of 'uid_t' was here > In file included from /usr/include/sys/types.h:133, См. коментарий к fbv. > zaptel-seiros-1.4-alt3 > from zt_ec_dump.c:3: > /usr/include/sys/types.h:62: error: conflicting types for 'dev_t' > /usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was here > /usr/include/sys/types.h:67: error: conflicting types for 'gid_t' > /usr/include/linux/types.h:27: error: previous declaration of 'gid_t' was here > /usr/include/sys/types.h:72: error: conflicting types for 'mode_t' > /usr/include/linux/types.h:15: error: previous declaration of 'mode_t' was here > /usr/include/sys/types.h:77: error: conflicting types for 'nlink_t' > /usr/include/linux/types.h:16: error: previous declaration of 'nlink_t' was here > /usr/include/sys/types.h:82: error: conflicting types for 'uid_t' > /usr/include/linux/types.h:26: error: previous declaration of 'uid_t' was here > In file included from /usr/include/sys/types.h:133, См. коментарий к fbv. Если пропустил какой-то пакет, который сломался из-за нового glibc-kernheaders, дайте знать.