Your message dated Sun, 31 Jul 2005 05:32:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#286732: fixed in gift-gnutella 0.0.10.1-1 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; 21 Dec 2004 20:58:47 +0000 >From [EMAIL PROTECTED] Tue Dec 21 12:58:47 2004 Return-path: <[EMAIL PROTECTED]> Received: from c158178.adsl.hansenet.de (localhost.localdomain) [213.39.158.178] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Cgr5j-00053a-00; Tue, 21 Dec 2004 12:58:47 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CgrAT-0007rm-Uw; Tue, 21 Dec 2004 22:03:42 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: gift-gnutella: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment Message-Id: <[EMAIL PROTECTED]> Date: Tue, 21 Dec 2004 22:03:41 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (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_2004_03_25 X-Spam-Level: Package: gift-gnutella Severity: normal Tags: patch When building 'gift-gnutella' on amd64 with gcc-4.0, I get the following error: cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -g -Wall -O2 -MT gt_node.lo -MD -MP -MF .deps/gt_node.Tpo -c gt_node.c -fPIC -DPIC -o .libs/gt_node.o gt_node.c: In function 'gt_node_connect': gt_node.c:98: error: invalid lvalue in assignment gt_node.c:99: error: invalid lvalue in assignment gt_node.c: In function 'gt_node_error': gt_node.c:270: warning: passing argument 5 of 'GT->tracesock' discards qualifiers from pointer target type gt_node.c:279: warning: passing argument 5 of 'GT->tracesock' discards qualifiers from pointer target type gt_node.c: In function 'gt_node_disconnect': gt_node.c:313: error: invalid lvalue in unary '&' make[4]: *** [gt_node.lo] Error 1 make[4]: Leaving directory `/gift-gnutella-0.0.9.2/src' With the attached patch 'gift-gnutella' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/gift-gnutella-0.0.9.2/src/gt_node.c ./src/gt_node.c --- ../tmp-orig/gift-gnutella-0.0.9.2/src/gt_node.c 2003-12-11 08:43:14.000000000 +0100 +++ ./src/gt_node.c 2004-12-21 19:51:41.916123240 +0100 @@ -95,8 +95,8 @@ assert (GT_CONN(node) == NULL); assert (GT_NODE(c) == NULL); - GT_CONN(node) = c; - GT_NODE(c) = node; + node->c = c; + c->udata = node; } /* put the node into some data structures to keep track of it */ @@ -310,7 +310,7 @@ node->tx_deflated = FALSE; /* close the connection for this node, if any */ - tcp_close_null (>_CONN(node)); + tcp_close_null (&node->c); /*pong_cache_waiter_remove (c);*/ --------------------------------------- Received: (at 286732-close) by bugs.debian.org; 31 Jul 2005 12:39:51 +0000 >From [EMAIL PROTECTED] Sun Jul 31 05:39:51 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1DzCz7-0003MO-00; Sun, 31 Jul 2005 05:32:05 -0700 From: =?utf-8?q?G=C3=B6ran_Weinholt?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#286732: fixed in gift-gnutella 0.0.10.1-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 31 Jul 2005 05:32:05 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: gift-gnutella Source-Version: 0.0.10.1-1 We believe that the bug you reported is fixed in the latest version of gift-gnutella, which is due to be installed in the Debian FTP archive: gift-gnutella_0.0.10.1-1.diff.gz to pool/main/g/gift-gnutella/gift-gnutella_0.0.10.1-1.diff.gz gift-gnutella_0.0.10.1-1.dsc to pool/main/g/gift-gnutella/gift-gnutella_0.0.10.1-1.dsc gift-gnutella_0.0.10.1.orig.tar.gz to pool/main/g/gift-gnutella/gift-gnutella_0.0.10.1.orig.tar.gz libgnutella-gift_0.0.10.1-1_i386.deb to pool/main/g/gift-gnutella/libgnutella-gift_0.0.10.1-1_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. Göran Weinholt <[EMAIL PROTECTED]> (supplier of updated gift-gnutella 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: Sun, 31 Jul 2005 13:56:53 +0200 Source: gift-gnutella Binary: libgnutella-gift Architecture: source i386 Version: 0.0.10.1-1 Distribution: unstable Urgency: low Maintainer: Robert McQueen <[EMAIL PROTECTED]> Changed-By: Göran Weinholt <[EMAIL PROTECTED]> Description: libgnutella-gift - giFT plugin for the Gnutella network Closes: 286732 Changes: gift-gnutella (0.0.10.1-1) unstable; urgency=low . * New upstream version. - Fixes FTBFS with gcc-4.0 (closes: #286732). * Updated debian/patches/update-gwebcaches.patch. * Updated debian/patches/remove-too-old-check.patch. * debian/control: - Change the encoding of my name to UTF-8. - Updated to Standards-Version: 3.6.2 (no changes). Files: be231fb703eb9bb27ff8ef6c57b2473d 738 net optional gift-gnutella_0.0.10.1-1.dsc 3b7e8c8ba40ee6c8bae777e458dae76d 554795 net optional gift-gnutella_0.0.10.1.orig.tar.gz d8b6289624375c0323cc8956b3635d17 2908 net optional gift-gnutella_0.0.10.1-1.diff.gz 9a718b5a870245bafb849d8af9e229a4 168242 net optional libgnutella-gift_0.0.10.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC7L0QjfWLtkqIVOYRAqoFAJwI7AL5DXvmaG/8/a/1aCjfYnabWgCfVVO0 3iKzpt+3NVwZhHMs77ll8nY= =Owys -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]