Your message dated Fri, 23 Dec 2005 09:32:07 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#344482: fixed in klibc 1.1.1-8 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 22 Dec 2005 23:11:53 +0000 >From [EMAIL PROTECTED] Thu Dec 22 15:11:53 2005 Return-path: <[EMAIL PROTECTED]> Received: from gpm.stappers.nl ([213.84.119.166]) by spohr.debian.org with esmtp (Exim 4.50) id 1EpZbE-0005WU-9e for [EMAIL PROTECTED]; Thu, 22 Dec 2005 15:11:53 -0800 Received: by gpm.stappers.nl (Postfix, from userid 1000) id A387F794A0; Fri, 23 Dec 2005 00:08:35 +0100 (CET) Date: Fri, 23 Dec 2005 00:08:35 +0100 To: [EMAIL PROTECTED] Subject: klibc-utils: FTBFS Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040722i From: [EMAIL PROTECTED] (Geert Stappers) Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 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 --------------------------------------- Received: (at 344482-close) by bugs.debian.org; 23 Dec 2005 17:40:54 +0000 >From [EMAIL PROTECTED] Fri Dec 23 09:40:54 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1Epqlz-0003CT-HP; Fri, 23 Dec 2005 09:32:07 -0800 From: maximilian attems <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.65 $ Subject: Bug#344482: fixed in klibc 1.1.1-8 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 23 Dec 2005 09:32:07 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: klibc Source-Version: 1.1.1-8 We believe that the bug you reported is fixed in the latest version of klibc, which is due to be installed in the Debian FTP archive: klibc-utils_1.1.1-8_ia64.deb to pool/main/k/klibc/klibc-utils_1.1.1-8_ia64.deb klibc_1.1.1-8.diff.gz to pool/main/k/klibc/klibc_1.1.1-8.diff.gz klibc_1.1.1-8.dsc to pool/main/k/klibc/klibc_1.1.1-8.dsc libklibc-dev_1.1.1-8_ia64.deb to pool/main/k/klibc/libklibc-dev_1.1.1-8_ia64.deb libklibc_1.1.1-8_ia64.deb to pool/main/k/klibc/libklibc_1.1.1-8_ia64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. maximilian attems <[EMAIL PROTECTED]> (supplier of updated klibc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 23 Dec 2005 15:17:22 +0100 Source: klibc Binary: libklibc-dev libklibc klibc-utils Architecture: source ia64 Version: 1.1.1-8 Distribution: unstable Urgency: low Maintainer: maximilian attems <[EMAIL PROTECTED]> Changed-By: maximilian attems <[EMAIL PROTECTED]> Description: klibc-utils - small statically-linked utilities built with klibc libklibc - minimal libc subset for use with initramfs libklibc-dev - kernel headers used during the build of klibc Closes: 344482 Changes: klibc (1.1.1-8) unstable; urgency=low . * Add hppa to the mapped archs, sparc was already there. (Closes: #344482) Files: fbdeabae92336623f5631740f7732cfb 748 libs optional klibc_1.1.1-8.dsc 1771a9e05508084239dbfbbaa3bbed4f 8954 libs optional klibc_1.1.1-8.diff.gz a4c664934bfc224699b1d1cb4bd0e69a 122304 libdevel optional libklibc-dev_1.1.1-8_ia64.deb d59a99f5d44a8f40c2e6f077e2e04e9a 26730 libs optional libklibc_1.1.1-8_ia64.deb e99ad608b78b8b3cc406e0734ff405ac 183742 libs optional klibc-utils_1.1.1-8_ia64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDrDAq5M5hmdCYCpkRArMtAJ49D6CO+ezmK700jB8gs5WgivjligCdGCJV B6e3So/z0uKPOuinNEV0rBI= =djBx -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]