Your message dated Thu, 24 Feb 2005 22:17:15 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287908: fixed in perspic 1.5-5
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; 30 Dec 2004 21:08:32 +0000
>From [EMAIL PROTECTED] Thu Dec 30 13:08:32 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d020125.adsl.hansenet.de (localhost.localdomain) [80.171.20.125]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Ck7X6-0001ta-00; Thu, 30 Dec 2004 13:08:32 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1Ck7cO-0007se-Pv; Thu, 30 Dec 2004 22:14:00 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: perspic: FTBFS (amd64/gcc-4.0): invalid lvalue in unary '&'
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 30 Dec 2004 22:14:00 +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: perspic
Severity: normal
Tags: patch
When building 'perspic' on amd64 with gcc-4.0,
I get the following error:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -c mem.c
mem.c: In function 'l_str1':
mem.c:254: error: invalid lvalue in unary '&'
mem.c:254: error: invalid lvalue in unary '&'
mem.c:254: error: invalid lvalue in unary '&'
make[4]: *** [mem.o] Error 1
make[4]: Leaving directory `/perspic-1.5/src/libmisc'
With the attached patch 'perspic' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/perspic-1.5/src/libmisc/mem.c ./src/libmisc/mem.c
--- ../tmp-orig/perspic-1.5/src/libmisc/mem.c 1999-12-21 00:34:55.000000000
+0100
+++ ./src/libmisc/mem.c 2004-12-30 22:03:57.048631336 +0100
@@ -251,7 +251,7 @@
k=*ae-*a;
l=*a-*a1;
- if (k<j && r_mem((char *)*a,j+l))
+ if (k<j && r_mem(*a,j+l))
errret("r_mem failure\n");
memcpy(*a,v,j);
---------------------------------------
Received: (at 287908-close) by bugs.debian.org; 25 Feb 2005 03:23:58 +0000
>From [EMAIL PROTECTED] Thu Feb 24 19:23:58 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 1D4W58-0003T0-00; Thu, 24 Feb 2005 19:23:58 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D4Vyd-00065t-00; Thu, 24 Feb 2005 22:17:15 -0500
From: Camm Maguire <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#287908: fixed in perspic 1.5-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 24 Feb 2005 22:17: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: perspic
Source-Version: 1.5-5
We believe that the bug you reported is fixed in the latest version of
perspic, which is due to be installed in the Debian FTP archive:
perspic-texts_1.5-5_all.deb
to pool/main/p/perspic/perspic-texts_1.5-5_all.deb
perspic_1.5-5.dsc
to pool/main/p/perspic/perspic_1.5-5.dsc
perspic_1.5-5.tar.gz
to pool/main/p/perspic/perspic_1.5-5.tar.gz
perspic_1.5-5_i386.deb
to pool/main/p/perspic/perspic_1.5-5_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.
Camm Maguire <[EMAIL PROTECTED]> (supplier of updated perspic 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: Fri, 25 Feb 2005 02:46:00 +0000
Source: perspic
Binary: perspic perspic-texts
Architecture: source i386 all
Version: 1.5-5
Distribution: unstable
Urgency: high
Maintainer: Camm Maguire <[EMAIL PROTECTED]>
Changed-By: Camm Maguire <[EMAIL PROTECTED]>
Description:
perspic - A text indexing and word search program
perspic-texts - Some pre-indexed texts for perspic
Closes: 287908
Changes:
perspic (1.5-5) unstable; urgency=high
.
* Bug fix: "perspic: FTBFS (amd64/gcc-4.0): invalid lvalue in unary
'&'", thanks to Andreas Jochens (Closes: #287908). Apply r_mem
patch to mem.c:254.
Files:
02faf9c492a34a8350b77574cdbbd068 564 misc optional perspic_1.5-5.dsc
165beb67eeb7f4f65b603425cdf08556 17104427 misc optional perspic_1.5-5.tar.gz
dd677faacbd73e2aa723a11b0bb7648c 16629944 misc optional
perspic-texts_1.5-5_all.deb
31227bd1dfe5cc0379984c77f87b088a 78662 misc optional perspic_1.5-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCHpHZczG1wFfwRdwRAuU8AJ9BVRU+T+HuhCe7DIyJ/qlKNfCPegCcDgMy
sgHgQdi6B/fPcnKWcr57Log=
=5HHx
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]