Your message dated Fri, 11 Mar 2005 21:47:15 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#299028: fixed in distcc 2.18.3-2 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; 11 Mar 2005 09:07:52 +0000 >From [EMAIL PROTECTED] Fri Mar 11 01:07:52 2005 Return-path: <[EMAIL PROTECTED]> Received: from mailhub.id.cbs.dk [130.226.47.91] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D9g7c-00023p-00; Fri, 11 Mar 2005 01:07:52 -0800 Received: from mail.id.cbs.dk ([172.16.14.53] ident=mail) by mailhub.id.cbs.dk with esmtp (Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian)) id 1D9g7S-0002Ul-00 for <[EMAIL PROTECTED]>; Fri, 11 Mar 2005 10:07:42 +0100 Received: from deskpro02.id.cbs.dk ([130.226.34.10]) by mail.id.cbs.dk with esmtp (Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian)) id 1D9g7S-0002LC-00 for <[EMAIL PROTECTED]>; Fri, 11 Mar 2005 10:07:42 +0100 Received: from ukh by deskpro02.id.cbs.dk with local (Exim 3.36 #1 (Debian)) id 1D9g6y-0006hy-00 for <[EMAIL PROTECTED]>; Fri, 11 Mar 2005 10:07:12 +0100 Date: Fri, 11 Mar 2005 10:07:12 +0100 To: [EMAIL PROTECTED] Subject: distcc: FTBFS: alpha and amd64 Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i From: Kaare Hviid <[EMAIL PROTECTED]> X-Scanner: exiscan *1D9g7S-0002Ul-00*t7x5bPLYLFc* 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: distcc Version: 2.18.3-1 Severity: serious Tags: patch distcc suffers FTBFS on alpha and amd64: x86_64-linux-gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./src -DSYSCONFDIR="\"/etc\"" -DPKGDATADIR="\"/usr/share/distcc\"" -Isrc -I./lzo -g -O2 -W -Wall -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wconversion -Wpointer-arith -Wmissing-declarations -o src/rpc.o -c src/rpc.c src/rpc.c: In function `dcc_x_token_int': src/rpc.c:78: warning: passing arg 3 of `memcpy' with different width due to prototype src/rpc.c:91: warning: passing arg 3 of `dcc_writex' with different width due to prototype src/rpc.c: In function `dcc_r_token': src/rpc.c:113: warning: passing arg 3 of `dcc_readx' with different width due to prototype src/rpc.c: In function `dcc_r_token_int': src/rpc.c:174: warning: passing arg 3 of `dcc_readx' with different width due to prototype src/rpc.c:180: warning: passing arg 3 of `memcmp' with different width due to prototype src/rpc.c:182: warning: passing arg 2 of `dcc_explain_mismatch' with different width due to prototype src/rpc.c:192: warning: passing arg 2 of `dcc_explain_mismatch' with different width due to prototype src/rpc.c: At top level: src/rpc.c:207: error: conflicting types for `dcc_r_str_alloc' src/distcc.h:268: error: previous declaration of `dcc_r_str_alloc' src/rpc.c: In function `dcc_r_token_string': src/rpc.c:263: warning: passing arg 2 of `dcc_r_str_alloc' with different width due to prototype make[1]: *** [src/rpc.o] Error 1 Fast fix: diff -Naur distcc-2.18.3/src/distcc.h distcc-2.18.3.fixed/src/distcc.h --- distcc-2.18.3/src/distcc.h 2004-11-21 19:36:30.000000000 +0100 +++ distcc-2.18.3.fixed/src/distcc.h 2005-03-11 09:00:43.071459437 +0100 @@ -265,7 +265,7 @@ int dcc_readx(int fd, void *buf, size_t len); int dcc_pump_sendfile(int ofd, int ifd, size_t n); -int dcc_r_str_alloc(int fd, unsigned len, char **buf); +int dcc_r_str_alloc(int fd, size_t len, char **buf); int tcp_cork_sock(int fd, int corked); int dcc_close(int fd); -ukh --------------------------------------- Received: (at 299028-close) by bugs.debian.org; 12 Mar 2005 02:54:22 +0000 >From [EMAIL PROTECTED] Fri Mar 11 18:54:22 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 1D9wlh-0007yg-00; Fri, 11 Mar 2005 18:54:21 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1D9wep-0005ME-00; Fri, 11 Mar 2005 21:47:15 -0500 From: Carsten Wolff <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#299028: fixed in distcc 2.18.3-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 11 Mar 2005 21:47:15 -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: distcc Source-Version: 2.18.3-2 We believe that the bug you reported is fixed in the latest version of distcc, which is due to be installed in the Debian FTP archive: distcc_2.18.3-2.diff.gz to pool/main/d/distcc/distcc_2.18.3-2.diff.gz distcc_2.18.3-2.dsc to pool/main/d/distcc/distcc_2.18.3-2.dsc distcc_2.18.3-2_i386.deb to pool/main/d/distcc/distcc_2.18.3-2_i386.deb distccmon-gnome_2.18.3-2_i386.deb to pool/main/d/distcc/distccmon-gnome_2.18.3-2_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. Carsten Wolff <[EMAIL PROTECTED]> (supplier of updated distcc 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: Sat, 12 Mar 2005 02:05:49 +0100 Source: distcc Binary: distcc distccmon-gnome Architecture: source i386 Version: 2.18.3-2 Distribution: unstable Urgency: low Maintainer: Carsten Wolff <[EMAIL PROTECTED]> Changed-By: Carsten Wolff <[EMAIL PROTECTED]> Description: distcc - Simple distributed compiler client and server distccmon-gnome - GTK monitor for distcc a distributed client and server Closes: 299028 Changes: distcc (2.18.3-2) unstable; urgency=low . * fixed compilation on alpha and amd64 (closes: Bug#299028) Files: b0543bc83ba2de50f00cb8129b76e14d 655 devel optional distcc_2.18.3-2.dsc d9ffe350681751958ffad88961dddc1d 25436 devel optional distcc_2.18.3-2.diff.gz 1bedd2333f7e67a38f1cd2bcdba6a7aa 140988 devel optional distcc_2.18.3-2_i386.deb 6faac10a7e65eecd4488518773d87f27 36300 devel optional distccmon-gnome_2.18.3-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCMlQLTTx8oVVPtMYRAhRCAKCnp7oFffUJQimmBjd2wl0dlwBWjQCdHWnw ix5nwq16S+TzEl3b/9aMeyU= =I0sT -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]