Package: klibc-utils Version: 1.1.1 Severity: grave Justification: renders package unusable
Script started on Thu 22 Dec 2005 05:15:17 PM CET [EMAIL PROTECTED]:/usr/src/klibc-1.1.1 $ fakeroot debian/rules binary test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A if [ -n "" ]; then \ mkdir -p ""; \ fi if [ -n "" ]; then \ mkdir -p ""; \ fi if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_BUILD_MAKE_TARGET is a deprecated variable" /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_CLEAN_MAKE_TARGET is a deprecated variable" /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_MAKE_TEST_TARGET is a deprecated variable" if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi if [ ! -e linux ]; then \ mkdir -p linux/include;\ for x in /usr/src/linux-headers-2.6.14-2/include/*; do \ ln -s $x linux/include;\ done;\ ln -s /usr/src/linux-headers-2.6.14-2/include/asm-sparc \ linux/include/asm; \ fi make -C . INSTALLROOT=debian/tmp CC=gcc-3.3 all make[1]: Entering directory `/usr/src/klibc-1.1.1' make[2]: Entering directory `/usr/src/klibc-1.1.1/klibc' gcc-3.3 -Wp,-MT,vsnprintf.o,-MD,./.vsnprintf.o.d -Os -m64 -mptr64 -D__KLIBC__=1 -D__KLIBC_MINOR__=1 -nostdlib -nostdinc -iwithprefix include -I../include/arch/sparc64 -I../include/bits64 -I../include -I../linux/include -I../linux/include2 -I../linux/include -I./zlib -I./zlib -DWITH_ERRLIST -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE -c -o vsnprintf.o vsnprintf.c In file included from ../include/sys/types.h:15, from ../include/unistd.h:11, from ../include/stdio.h:11, from vsnprintf.c:13: ../linux/include/linux/posix_types.h:47:29: asm/posix_types.h: No such file or directory In file included from ../include/unistd.h:11, from ../include/stdio.h:11, from vsnprintf.c:13: ../include/sys/types.h:16:23: asm/types.h: No such file or directory In file included from ../include/unistd.h:11, from ../include/stdio.h:11, from vsnprintf.c:13: ../include/sys/types.h:23: error: syntax error before "ino_t" ../include/sys/types.h:23: warning: type defaults to `int' in declaration of `ino_t' ../include/sys/types.h:23: warning: data definition has no type or storage class ../include/sys/types.h:24: error: syntax error before "mode_t" ../include/sys/types.h:24: warning: type defaults to `int' in declaration of `mode_t' ../include/sys/types.h:24: warning: data definition has no type or storage class ../include/sys/types.h:25: error: syntax error before "nlink_t" ../include/sys/types.h:25: warning: type defaults to `int' in declaration of `nlink_t' ../include/sys/types.h:25: warning: data definition has no type or storage class ../include/sys/types.h:26: error: syntax error before "off_t" ../include/sys/types.h:26: warning: type defaults to `int' in declaration of `off_t' ../include/sys/types.h:26: warning: data definition has no type or storage class ../include/sys/types.h:27: error: syntax error before "loff_t" ../include/sys/types.h:27: warning: type defaults to `int' in declaration of `loff_t' ../include/sys/types.h:27: warning: data definition has no type or storage class ../include/sys/types.h:28: error: syntax error before "pid_t" ../include/sys/types.h:28: warning: type defaults to `int' in declaration of `pid_t' ../include/sys/types.h:28: warning: data definition has no type or storage class ../include/sys/types.h:29: error: syntax error before "daddr_t" ../include/sys/types.h:29: warning: type defaults to `int' in declaration of `daddr_t' ../include/sys/types.h:29: warning: data definition has no type or storage class ../include/sys/types.h:31: error: syntax error before "suseconds_t" ../include/sys/types.h:31: warning: type defaults to `int' in declaration of `suseconds_t' ../include/sys/types.h:31: warning: data definition has no type or storage class ../include/sys/types.h:35: error: syntax error before "uid_t" ../include/sys/types.h:35: warning: type defaults to `int' in declaration of `uid_t' ../include/sys/types.h:35: warning: data definition has no type or storage class ../include/sys/types.h:36: error: syntax error before "gid_t" ../include/sys/types.h:36: warning: type defaults to `int' in declaration of `gid_t' ../include/sys/types.h:36: warning: data definition has no type or storage class ../include/sys/types.h:38: error: syntax error before "fsid_t" ../include/sys/types.h:38: warning: type defaults to `int' in declaration of `fsid_t' ../include/sys/types.h:38: warning: data definition has no type or storage class ../include/sys/types.h:61: error: syntax error before "time_t" ../include/sys/types.h:61: warning: type defaults to `int' in declaration of `time_t' ../include/sys/types.h:61: warning: data definition has no type or storage class ../include/sys/types.h:66: error: syntax error before "clock_t" ../include/sys/types.h:66: warning: type defaults to `int' in declaration of `clock_t' ../include/sys/types.h:66: warning: data definition has no type or storage class ../include/sys/types.h:71: error: syntax error before "caddr_t" ../include/sys/types.h:71: warning: type defaults to `int' in declaration of `caddr_t' ../include/sys/types.h:71: warning: data definition has no type or storage class In file included from ../include/sys/time.h:10, from ../include/sys/select.h:9, from ../include/unistd.h:12, from ../include/stdio.h:11, from vsnprintf.c:13: ../linux/include/linux/time.h:13: error: syntax error before "time_t" ../linux/include/linux/time.h:13: warning: no semicolon at end of struct or union ../linux/include/linux/time.h:15: error: syntax error before '}' token ../linux/include/linux/time.h:19: error: syntax error before "time_t" ../linux/include/linux/time.h:19: warning: no semicolon at end of struct or union ../linux/include/linux/time.h:20: warning: type defaults to `int' in declaration of `tv_usec' ../linux/include/linux/time.h:20: warning: data definition has no type or storage class ../linux/include/linux/time.h:135: error: field `it_interval' has incomplete type ../linux/include/linux/time.h:136: error: field `it_value' has incomplete type ../linux/include/linux/time.h:140: error: field `it_interval' has incomplete type ../linux/include/linux/time.h:141: error: field `it_value' has incomplete type In file included from ../include/stdio.h:11, from vsnprintf.c:13: ../include/unistd.h:17: error: syntax error before "fork" ../include/unistd.h:17: warning: type defaults to `int' in declaration of `fork' ../include/unistd.h:17: warning: data definition has no type or storage class ../include/unistd.h:18: error: syntax error before "vfork" ../include/unistd.h:18: warning: type defaults to `int' in declaration of `vfork' ../include/unistd.h:18: warning: data definition has no type or storage class ../include/unistd.h:19: error: syntax error before "getpid" ../include/unistd.h:19: warning: type defaults to `int' in declaration of `getpid' ../include/unistd.h:19: warning: data definition has no type or storage class ../include/unistd.h:20: error: syntax error before "getpgid" ../include/unistd.h:20: warning: type defaults to `int' in declaration of `getpgid' ../include/unistd.h:20: warning: parameter names (without types) in function declaration ../include/unistd.h:20: warning: data definition has no type or storage class ../include/unistd.h:21: warning: parameter names (without types) in function declaration ../include/unistd.h:22: error: syntax error before "getppid" ../include/unistd.h:22: warning: type defaults to `int' in declaration of `getppid' ../include/unistd.h:22: warning: data definition has no type or storage class ../include/unistd.h:23: error: syntax error before "getpgrp" ../include/unistd.h:23: warning: type defaults to `int' in declaration of `getpgrp' ../include/unistd.h:23: warning: data definition has no type or storage class ../include/unistd.h:25: error: syntax error before "setsid" ../include/unistd.h:25: warning: type defaults to `int' in declaration of `setsid' ../include/unistd.h:25: warning: data definition has no type or storage class ../include/unistd.h:26: error: syntax error before "getsid" ../include/unistd.h:26: warning: type defaults to `int' in declaration of `getsid' ../include/unistd.h:26: warning: parameter names (without types) in function declaration ../include/unistd.h:26: warning: data definition has no type or storage class ../include/unistd.h:36: warning: parameter names (without types) in function declaration ../include/unistd.h:37: error: syntax error before "getuid" ../include/unistd.h:37: warning: type defaults to `int' in declaration of `getuid' ../include/unistd.h:37: warning: data definition has no type or storage class ../include/unistd.h:38: warning: parameter names (without types) in function declaration ../include/unistd.h:39: error: syntax error before "geteuid" ../include/unistd.h:39: warning: type defaults to `int' in declaration of `geteuid' ../include/unistd.h:39: warning: data definition has no type or storage class ../include/unistd.h:40: warning: parameter names (without types) in function declaration ../include/unistd.h:41: error: syntax error before "getgid" ../include/unistd.h:41: warning: type defaults to `int' in declaration of `getgid' ../include/unistd.h:41: warning: data definition has no type or storage class ../include/unistd.h:42: warning: parameter names (without types) in function declaration ../include/unistd.h:43: error: syntax error before "getegid" ../include/unistd.h:43: warning: type defaults to `int' in declaration of `getegid' ../include/unistd.h:43: warning: data definition has no type or storage class ../include/unistd.h:44: error: syntax error before "gid_t" ../include/unistd.h:44: warning: function declaration isn't a prototype ../include/unistd.h:45: warning: type defaults to `int' in declaration of `gid_t' ../include/unistd.h:45: error: syntax error before '*' token ../include/unistd.h:45: warning: function declaration isn't a prototype ../include/unistd.h:46: warning: parameter names (without types) in function declaration ../include/unistd.h:47: warning: parameter names (without types) in function declaration ../include/unistd.h:48: warning: parameter names (without types) in function declaration ../include/unistd.h:49: warning: parameter names (without types) in function declaration ../include/unistd.h:50: warning: parameter names (without types) in function declaration ../include/unistd.h:51: warning: parameter names (without types) in function declaration ../include/unistd.h:64: error: syntax error before "mode_t" ../include/unistd.h:64: warning: function declaration isn't a prototype ../include/unistd.h:65: error: syntax error before "mode_t" ../include/unistd.h:65: warning: function declaration isn't a prototype ../include/unistd.h:66: error: syntax error before "mode_t" ../include/unistd.h:66: warning: function declaration isn't a prototype ../include/unistd.h:72: error: syntax error before "uid_t" ../include/unistd.h:72: warning: function declaration isn't a prototype ../include/unistd.h:73: error: syntax error before "uid_t" ../include/unistd.h:73: warning: function declaration isn't a prototype ../include/unistd.h:74: error: syntax error before "uid_t" ../include/unistd.h:74: warning: function declaration isn't a prototype ../include/unistd.h:84: error: syntax error before "lseek" ../include/unistd.h:84: error: syntax error before "off_t" ../include/unistd.h:84: warning: type defaults to `int' in declaration of `lseek' ../include/unistd.h:84: warning: function declaration isn't a prototype ../include/unistd.h:84: warning: data definition has no type or storage class ../include/unistd.h:86: error: syntax error before "llseek" ../include/unistd.h:86: error: syntax error before "off_t" ../include/unistd.h:86: warning: return type defaults to `int' ../include/unistd.h:86: warning: function declaration isn't a prototype ../include/unistd.h: In function `llseek': ../include/unistd.h:87: error: `__f' undeclared (first use in this function) ../include/unistd.h:87: error: (Each undeclared identifier is reported only once ../include/unistd.h:87: error: for each function it appears in.) ../include/unistd.h:87: error: `__o' undeclared (first use in this function) ../include/unistd.h:87: error: `__w' undeclared (first use in this function) ../include/unistd.h: At top level: ../include/unistd.h:92: error: syntax error before "off_t" ../include/unistd.h:92: warning: function declaration isn't a prototype ../include/unistd.h:93: error: syntax error before "off_t" ../include/unistd.h:93: warning: function declaration isn't a prototype ../include/unistd.h:102: error: syntax error before "off_t" ../include/unistd.h:102: warning: function declaration isn't a prototype In file included from vsnprintf.c:13: ../include/stdio.h:61: error: syntax error before "off_t" ../include/stdio.h:62: warning: function declaration isn't a prototype ../include/stdio.h: In function `fseek': ../include/stdio.h:63: error: syntax error before "lseek" ../include/stdio.h:64: error: `__f' undeclared (first use in this function) ../include/stdio.h:64: error: `__o' undeclared (first use in this function) ../include/stdio.h:64: error: `__w' undeclared (first use in this function) ../include/stdio.h: At top level: ../include/stdio.h:66: error: syntax error before "ftell" ../include/stdio.h:67: warning: return type defaults to `int' ../include/stdio.h: In function `ftell': ../include/stdio.h:68: error: syntax error before "lseek" make[2]: *** [vsnprintf.o] Error 1 make[2]: Leaving directory `/usr/src/klibc-1.1.1/klibc' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/src/klibc-1.1.1' make: *** [debian/stamp-makefile-build] Error 2 [EMAIL PROTECTED]:/usr/src/klibc-1.1.1 $ exit exit Script done on Thu 22 Dec 2005 05:15:36 PM CET -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: sparc (sparc64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-sparc64 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Script done on Thu 22 Dec 2005 05:15:36 PM CET -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]