Your message dated Thu, 17 Mar 2005 17:02:04 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300093: fixed in eperl 2.2.14-12
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; 17 Mar 2005 16:15:39 +0000
>From [EMAIL PROTECTED] Thu Mar 17 08:15:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DBxes-0005sJ-00; Thu, 17 Mar 2005 08:15:38 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1DBxeq-00005q-IU; Thu, 17 Mar 2005 17:15:36 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: eperl: FTBFS (amd64/gcc-4.0): array type has incomplete element type
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 17 Mar 2005 17:15:36 +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: eperl
Severity: normal
Tags: patch

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

checking for strdup... yes

cc -O2 -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN 
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE -I. -c eperl_perl5.c
In file included from eperl_perl5.c:40:
eperl_proto.h:56: error: array type has incomplete element type
make[1]: *** [eperl_perl5.o] Error 1
make[1]: Leaving directory `/eperl-2.2.14'
make: *** [build-stamp] Error 2

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/eperl-2.2.14/eperl_proto.h ./eperl_proto.h
--- ../tmp-orig/eperl-2.2.14/eperl_proto.h      2005-03-17 17:08:12.872294112 
+0100
+++ ./eperl_proto.h     2005-03-17 17:07:34.292652664 +0100
@@ -53,7 +53,6 @@
 extern void mysighandler(int rc);
 extern void myinit(void);
 extern void myexit(int rc);
-extern struct option options[];
 extern int main(int argc, char **argv, char **env);
 
 /* eperl_parse.c */

---------------------------------------
Received: (at 300093-close) by bugs.debian.org; 17 Mar 2005 22:08:11 +0000
>From [EMAIL PROTECTED] Thu Mar 17 14:08:11 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 1DC3A2-0000jv-00; Thu, 17 Mar 2005 14:08:10 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DC348-0004L4-00; Thu, 17 Mar 2005 17:02:04 -0500
From: Denis Barbier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#300093: fixed in eperl 2.2.14-12
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 17 Mar 2005 17:02:04 -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: eperl
Source-Version: 2.2.14-12

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

eperl_2.2.14-12.diff.gz
  to pool/main/e/eperl/eperl_2.2.14-12.diff.gz
eperl_2.2.14-12.dsc
  to pool/main/e/eperl/eperl_2.2.14-12.dsc
eperl_2.2.14-12_i386.deb
  to pool/main/e/eperl/eperl_2.2.14-12_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.
Denis Barbier <[EMAIL PROTECTED]> (supplier of updated eperl 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: Thu, 17 Mar 2005 22:27:45 +0100
Source: eperl
Binary: eperl
Architecture: source i386
Version: 2.2.14-12
Distribution: unstable
Urgency: low
Maintainer: Denis Barbier <[EMAIL PROTECTED]>
Changed-By: Denis Barbier <[EMAIL PROTECTED]>
Description: 
 eperl      - Embedded Perl 5 Language
Closes: 300093 300134
Changes: 
 eperl (2.2.14-12) unstable; urgency=low
 .
   * Fix compilation on amd64 with gcc-4.0.  Closes: #300093
     Thanks Andreas Jochens for reporting this bug and providing a patch.
   * Fix typo in eperl.1.  Closes: #300134
     Thanks A Costa for reporting this bug and providing a patch.
Files: 
 247837714610bb0872affb44721c5835 590 devel optional eperl_2.2.14-12.dsc
 d2c5f0e96cb67dff81f9c07e46b6b56c 76633 devel optional eperl_2.2.14-12.diff.gz
 69e14436548441220402719077af8fed 134166 devel optional eperl_2.2.14-12_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCOfje8Ri1lR4WGvsRAssFAKC0MPxU4x2CWj8Hhjnpta6tjr2llACeLroH
+xNC8BPUXoDVEQg69RFjA+U=
=313T
-----END PGP SIGNATURE-----


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

Reply via email to