Your message dated Wed, 23 Mar 2005 14:17:07 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#301029: fixed in cdebootstrap 0.3.4 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; 23 Mar 2005 12:05:47 +0000 >From [EMAIL PROTECTED] Wed Mar 23 04:05:46 2005 Return-path: <[EMAIL PROTECTED]> Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DE4cL-0003yT-00; Wed, 23 Mar 2005 04:05:46 -0800 Received: from aj by localhost.localdomain with local (Exim 4.44) id 1DE4cH-0007TK-Lz; Wed, 23 Mar 2005 13:05:41 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: cdebootstrap: FTBFS (amd64/gcc-4.0): format '%d' expects type 'int', but argument 4 has type 'ssize_t' Message-Id: <[EMAIL PROTECTED]> Date: Wed, 23 Mar 2005 13:05:41 +0100 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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: cdebootstrap Severity: normal Tags: patch When building 'cdebootstrap' on amd64 with gcc-4.0, I get the following error: if x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include -Wall -W -Werror -gstabs -O2 -MT packages.o -MD -MP -MF ".deps/packages.Tpo" -c -o packages.o ../../src/packages.c; \ then mv -f ".deps/packages.Tpo" ".deps/packages.Po"; else rm -f ".deps/packages.Tpo"; exit 1; fi cc1: warnings being treated as errors ../../src/packages.c: In function 'package_extract_self': ../../src/packages.c:133: warning: format '%d' expects type 'int', but argument 4 has type 'ssize_t' make[4]: *** [packages.o] Error 1 make[4]: Leaving directory `/cdebootstrap-0.3.3/build-deb/src' With the attached patch 'cdebootstrap' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/cdebootstrap-0.3.3/src/packages.c ./src/packages.c --- ../tmp-orig/cdebootstrap-0.3.3/src/packages.c 2005-01-22 13:18:17.000000000 +0100 +++ ./src/packages.c 2005-03-23 12:45:16.790401261 +0100 @@ -130,7 +130,7 @@ else goto error; - log_text (DI_LOG_LEVEL_DEBUG, "found date member in %s with size of %d", file, memberlen); + log_text (DI_LOG_LEVEL_DEBUG, "found date member in %s with size of %zd", file, memberlen); log_text (DI_LOG_LEVEL_DEBUG, "Execute \"%s\"", command); pi = popen (command, "w"); --------------------------------------- Received: (at 301029-close) by bugs.debian.org; 23 Mar 2005 19:24:10 +0000 >From [EMAIL PROTECTED] Wed Mar 23 11:24:10 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DEBSb-0004sW-00; Wed, 23 Mar 2005 11:24:09 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DEBLn-0004Qk-00; Wed, 23 Mar 2005 14:17:07 -0500 From: Bastian Blank <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#301029: fixed in cdebootstrap 0.3.4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 23 Mar 2005 14:17:07 -0500 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-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 X-Spam-Level: Source: cdebootstrap Source-Version: 0.3.4 We believe that the bug you reported is fixed in the latest version of cdebootstrap, which is due to be installed in the Debian FTP archive: cdebootstrap-udeb_0.3.4_i386.udeb to pool/main/c/cdebootstrap/cdebootstrap-udeb_0.3.4_i386.udeb cdebootstrap_0.3.4.dsc to pool/main/c/cdebootstrap/cdebootstrap_0.3.4.dsc cdebootstrap_0.3.4.tar.gz to pool/main/c/cdebootstrap/cdebootstrap_0.3.4.tar.gz cdebootstrap_0.3.4_i386.deb to pool/main/c/cdebootstrap/cdebootstrap_0.3.4_i386.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. Bastian Blank <[EMAIL PROTECTED]> (supplier of updated cdebootstrap 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: Wed, 23 Mar 2005 19:58:54 +0100 Source: cdebootstrap Binary: cdebootstrap cdebootstrap-udeb Architecture: source i386 Version: 0.3.4 Distribution: unstable Urgency: low Maintainer: Bastian Blank <[EMAIL PROTECTED]> Changed-By: Bastian Blank <[EMAIL PROTECTED]> Description: cdebootstrap - Bootstrap a Debian system cdebootstrap-udeb - Bootstrap a Debian system (udeb) Closes: 301029 Changes: cdebootstrap (0.3.4) unstable; urgency=low . * src/packages.c: - Fix compilation error. (closes: #301029) Files: 6a9bf6ab4bf631027e9c59bc0267bd19 628 admin optional cdebootstrap_0.3.4.dsc a81087111ebe86d41588653f51d6b0f1 125332 admin optional cdebootstrap_0.3.4.tar.gz ff2e7f86f776828161a02b42d86e2502 21318 admin optional cdebootstrap_0.3.4_i386.deb 5541cf9c76e354fb85302a8950894f4d 14926 debian-installer optional cdebootstrap-udeb_0.3.4_i386.udeb package-type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iEYEARECAAYFAkJBvOwACgkQLkAIIn9ODhGLKwCgjEfhroAjMIMbJwuy6bLeoNAX 8BYAnAwaB5aYhUabcCVzXx8ryL3Z12kI =UM/z -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]