Your message dated Sat, 05 Feb 2005 19:32:07 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#290446: fixed in zorp 2.0.9-9
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; 14 Jan 2005 07:25:18 +0000
>From [EMAIL PROTECTED] Thu Jan 13 23:25:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c173060.adsl.hansenet.de (localhost.localdomain) [213.39.173.60] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CpLpe-0004Gy-00; Thu, 13 Jan 2005 23:25:18 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CpLpc-0008Gv-SP; Fri, 14 Jan 2005 08:25:16 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: zorp: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 14 Jan 2005 08:25:16 +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: zorp
Severity: normal
Tags: patch

When building 'zorp' on amd64 with gcc-4.0,
I get the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I../..   -I/zorp-2.0.9/lib -I/zorp-2.0.9  
-I/usr/include/python2.3 -I/usr/include/python2.3/ExtensionClass/ -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_GNU_SOURCE -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -O2  -Wall -W -g 
-D_GNU_SOURCE -c test_registry.c
test_registry.c: In function 'main':
test_registry.c:15: warning: cast to pointer from integer of different size
test_registry.c:23: warning: cast to pointer from integer of different size
test_registry.c:23: error: invalid lvalue in assignment
make[4]: *** [test_registry.o] Error 1
make[4]: Leaving directory `/zorp-2.0.9/tests/core'

With the attached patch 'zorp' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/zorp-2.0.9/tests/core/test_registry.c 
./tests/core/test_registry.c
--- ../tmp-orig/zorp-2.0.9/tests/core/test_registry.c   2004-05-18 
12:07:32.000000000 +0200
+++ ./tests/core/test_registry.c        2005-01-14 08:13:06.326274273 +0100
@@ -20,7 +20,7 @@
       gint type = 0;
       
       snprintf(buf, sizeof(buf), "key%d", i);
-      (gpointer) res = z_registry_get(buf, &type);
+      res = z_registry_get(buf, &type);
       if (res != i)
         {
           printf("problem.\n");

---------------------------------------
Received: (at 290446-close) by bugs.debian.org; 6 Feb 2005 00:38:18 +0000
>From [EMAIL PROTECTED] Sat Feb 05 16:38:18 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 1CxaRN-0001Uc-00; Sat, 05 Feb 2005 16:38:17 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CxaLP-0005Sz-00; Sat, 05 Feb 2005 19:32:07 -0500
From: =?utf-8?b?TWFnb3PDoW55aSDDgXJww6FkIChtYWcp?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#290446: fixed in zorp 2.0.9-9
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 05 Feb 2005 19:32: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: zorp
Source-Version: 2.0.9-9

We believe that the bug you reported is fixed in the latest version of
zorp, which is due to be installed in the Debian FTP archive:

libzorp2-dev_2.0.9-9_sparc.deb
  to pool/main/z/zorp/libzorp2-dev_2.0.9-9_sparc.deb
libzorp2_2.0.9-9_sparc.deb
  to pool/main/z/zorp/libzorp2_2.0.9-9_sparc.deb
zorp-doc_2.0.9-9_all.deb
  to pool/main/z/zorp/zorp-doc_2.0.9-9_all.deb
zorp-modules_2.0.9-9_sparc.deb
  to pool/main/z/zorp/zorp-modules_2.0.9-9_sparc.deb
zorp_2.0.9-9.diff.gz
  to pool/main/z/zorp/zorp_2.0.9-9.diff.gz
zorp_2.0.9-9.dsc
  to pool/main/z/zorp/zorp_2.0.9-9.dsc
zorp_2.0.9-9_sparc.deb
  to pool/main/z/zorp/zorp_2.0.9-9_sparc.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.
Magosányi Árpád (mag) <[EMAIL PROTECTED]> (supplier of updated zorp 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: Tue, 18 Jan 2005 10:17:54 +0000
Source: zorp
Binary: zorp zorp-doc libzorp2 zorp-modules libzorp2-dev
Architecture: source all sparc
Version: 2.0.9-9
Distribution: unstable
Urgency: low
Maintainer: SZALAY Attila <[EMAIL PROTECTED]>
Changed-By: Magosányi Árpád (mag) <[EMAIL PROTECTED]>
Description: 
 libzorp2   - The runtime library of Zorp
 libzorp2-dev - Development files needed to compile Zorp modules
 zorp       - An advanced protocol analyzing firewall
 zorp-doc   - Zorp documentation
 zorp-modules - Default proxy modules for Zorp
Closes: 290446
Changes: 
 zorp (2.0.9-9) unstable; urgency=low
 .
   * Fixed invalid lvalue in test_registry. Closes: #290446
Files: 
 43699795acaacfead715da7bba9b9bac 910 net optional zorp_2.0.9-9.dsc
 d74fdc5f06cdbabb125e0821295b8ee9 27760 net optional zorp_2.0.9-9.diff.gz
 c37633a43659ad3d667f59dd3734dd99 41594 doc optional zorp-doc_2.0.9-9_all.deb
 8ebc1f3d73e6ea494c26314dcd8ea927 83162 net optional zorp_2.0.9-9_sparc.deb
 4208554d1c26530988cc579f79464933 41750 libdevel optional 
libzorp2-dev_2.0.9-9_sparc.deb
 147347577acd576a710bab3dd915685b 120710 net optional 
zorp-modules_2.0.9-9_sparc.deb
 72091f90a950cbaad52bbf04809fd94d 74664 libs optional libzorp2_2.0.9-9_sparc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQFCBVqL23Gu/Kug6LIRAuxNAJ40xMbcRN793EIpqy1ggWAdm9+KzACfavdT
koRIP/zH1XHX8kCDCdZCs2I=
=T6ha
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to