Your message dated Sun, 13 Feb 2005 10:32:38 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#295055: fixed in zziplib 0.12.83-3
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; 13 Feb 2005 11:08:49 +0000
>From [EMAIL PROTECTED] Sun Feb 13 03:08:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d027102.adsl.hansenet.de (localhost.localdomain) [80.171.27.102]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D0HcO-0007vy-00; Sun, 13 Feb 2005 03:08:49 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1D0HcN-00050e-JY; Sun, 13 Feb 2005 12:08:47 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: zziplib: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 13 Feb 2005 12:08:47 +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: zziplib
Severity: normal
Tags: patch
When building 'zziplib' on amd64 with gcc-4.0,
I get the following error:
x86_64-linux-gcc -DHAVE_CONFIG_H -I.. -I../.. -Wall -O2 -D_USE_MMAP
-fomit-frame-pointer -Wstrict-prototypes -Wpointer-arith -Wsign-compare
-Wmissing-declarations -c `test -f '../../bins/zziptest.c' || echo
'../../bins/'`../../bins/zziptest.c
../../bins/zziptest.c: In function 'main':
../../bins/zziptest.c:76: error: invalid lvalue in assignment
make[4]: *** [zziptest.o] Error 1
make[4]: Leaving directory `/zziplib-0.12.83/x86_64-pc-linux-gnu/bins'
With the attached patch 'zziplib' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/zziplib-0.12.83/bins/zziptest.c ./bins/zziptest.c
--- ../tmp-orig/zziplib-0.12.83/bins/zziptest.c 2002-12-18 15:06:29.000000000
+0100
+++ ./bins/zziptest.c 2005-02-13 12:00:24.840510966 +0100
@@ -73,7 +73,7 @@
printf("filename: %s\n\n", hdr->d_name);
if (hdr->d_reclen == 0) break;
- (char *)hdr += hdr->d_reclen;
+ hdr = (char *)hdr + hdr->d_reclen;
sleep(1);
}
}
---------------------------------------
Received: (at 295055-close) by bugs.debian.org; 13 Feb 2005 15:38:28 +0000
>From [EMAIL PROTECTED] Sun Feb 13 07:38:28 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 1D0LpM-0006Zn-00; Sun, 13 Feb 2005 07:38:28 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D0Lji-0002xz-00; Sun, 13 Feb 2005 10:32:38 -0500
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#295055: fixed in zziplib 0.12.83-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 13 Feb 2005 10:32:38 -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=-4.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: zziplib
Source-Version: 0.12.83-3
We believe that the bug you reported is fixed in the latest version of
zziplib, which is due to be installed in the Debian FTP archive:
libzzip-0-12_0.12.83-3_i386.deb
to pool/main/z/zziplib/libzzip-0-12_0.12.83-3_i386.deb
libzzip-dev_0.12.83-3_i386.deb
to pool/main/z/zziplib/libzzip-dev_0.12.83-3_i386.deb
zziplib-bin_0.12.83-3_i386.deb
to pool/main/z/zziplib/zziplib-bin_0.12.83-3_i386.deb
zziplib_0.12.83-3.diff.gz
to pool/main/z/zziplib/zziplib_0.12.83-3.diff.gz
zziplib_0.12.83-3.dsc
to pool/main/z/zziplib/zziplib_0.12.83-3.dsc
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.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated zziplib 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, 13 Feb 2005 16:10:27 +0100
Source: zziplib
Binary: libzzip-0-12 libzzip-dev zziplib-bin
Architecture: source i386
Version: 0.12.83-3
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description:
libzzip-0-12 - library providing read access on ZIP-archives - library
libzzip-dev - library providing read access on ZIP-archives - development
zziplib-bin - library providing read access on ZIP-archives - binaries
Closes: 295055
Changes:
zziplib (0.12.83-3) unstable; urgency=low
.
* Added GCC 4.0 fixes from Andreas Jochens (closes: bug#295055).
Files:
8e5b69b82a5e194d57639bc02e208997 641 libs optional zziplib_0.12.83-3.dsc
b29d2e58ae76ed3626a82b3965f8010d 324227 libs optional zziplib_0.12.83-3.diff.gz
6918b4f92355d32d81e4db6717457957 29190 utils optional
zziplib-bin_0.12.83-3_i386.deb
f5cdd6c6f0479d817311ad363c66f632 33544 libs optional
libzzip-0-12_0.12.83-3_i386.deb
771889bf4f6d3dd228328878c72f3f6c 92632 devel optional
libzzip-dev_0.12.83-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCD25fw3ao2vG823MRAgOxAJ9sg+gDH9Evnq8ZBoaFmeREYwN9eACfW+YV
9TAer0iJZX9UJ9Mo56hlFA0=
=d5mw
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]