Your message dated Sun, 04 Sep 2005 13:32:39 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#323515: fixed in gnat-gps 2.1.0-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; 17 Aug 2005 04:23:40 +0000
>From [EMAIL PROTECTED] Tue Aug 16 21:23:40 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E5FSm-0002tf-00; Tue, 16 Aug 2005 21:23:40 -0700
Received: from localhost.localdomain 
(pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7H4NdjQ052554
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Tue, 16 Aug 2005 21:23:39 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1E57MW-00011b-5J
        for [EMAIL PROTECTED]; Tue, 16 Aug 2005 12:44:40 -0700
Date: Tue, 16 Aug 2005 12:44:40 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Conflicting declarations of html_cluealigned_class
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="8P1HSweYDcXXzwPJ"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1027/Tue Aug 16 16:44:00 2005 on zoot.lafn.org
X-Virus-Status: Clean
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=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--8P1HSweYDcXXzwPJ
Content-Type: multipart/mixed; boundary="GvXjxJ+pjyke8COw"
Content-Disposition: inline


--GvXjxJ+pjyke8COw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: gnat-gps
Version: 2.1.0-4
Severity: serious
Tags: patch

gnat-gps fails to build because it contains conflicting declarations
of html_cluealigned_class:

> i486-linux-gnu-gcc -c -O3 -DSYSTEM_INCLUDE=3D"system/gnu-linux.h" -DPACKA=
GE_NAME=3D"" -DPACKAGE_TARNAME=3D"" -DPACKAGE_VERSION=3D"" -DPACKAGE_STRING=
=3D"" -DPACKAGE_BUGREPORT=3D"" -DSTDC_HEADERS=3D1 -DHAVE_GNU_REGEX=3D1 -DHA=
VE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_=
H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE=
_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_SYS_STROPTS_H=3D1 -DHAVE_GETPT=3D1=
 -DHAVE_SETPGID=3D1 -DHAVE_SETSID=3D1 -DSYSTEM_INCLUDE=3D"system/gnu-linux.=
h" -DPACKAGE_NAME=3D"" -DPACKAGE_TARNAME=3D"" -DPACKAGE_VERSION=3D"" -DPACK=
AGE_STRING=3D"" -DPACKAGE_BUGREPORT=3D"" -DSTDC_HEADERS=3D1 -DHAVE_GNU_REGE=
X=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHA=
VE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=
=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_SYS_STROPTS_H=3D1 -DHAV=
E_GETPT=3D1 -DHAVE_SETPGID=3D1 -DHAVE_SETSID=3D1 /tmp/buildd/gnat-gps-2.1.0=
/widgets/cschtml/htmlcluealigned.c -o /tmp/buildd/gnat-gps-2.1.0/widgets/ob=
j/htmlcluealigned.o
> /tmp/buildd/gnat-gps-2.1.0/widgets/cschtml/htmlcluealigned.c:28: error: s=
tatic declaration of 'html_cluealigned_class' follows non-static declaration
> /tmp/buildd/gnat-gps-2.1.0/widgets/cschtml/htmlcluealigned.h:44: error: p=
revious declaration of 'html_cluealigned_class' was here

The attached patch makes it non-static in both cases.

--=20
Matt

--GvXjxJ+pjyke8COw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable

only in patch2:
unchanged:
--- gnat-gps-2.1.0.orig/widgets/cschtml/htmlcluealigned.c
+++ gnat-gps-2.1.0/widgets/cschtml/htmlcluealigned.c
@@ -25,7 +25,7 @@
 #define ALIGN_BORDER 0
=20
 =0C
-static HTMLClueAlignedClass html_cluealigned_class;
+HTMLClueAlignedClass html_cluealigned_class;
 static HTMLClueClass *parent_class =3D NULL;
=20
 =0C

--GvXjxJ+pjyke8COw--

--8P1HSweYDcXXzwPJ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFDAkInfNdgYxVXvBARAtwpAJsFBT3aTLDw4hPNWdcYMv4m+llJ1wCeLL/i
7I1ypbnRtUsoldeT/gAFnUE=
=AuP2
-----END PGP SIGNATURE-----

--8P1HSweYDcXXzwPJ--

---------------------------------------
Received: (at 323515-close) by bugs.debian.org; 4 Sep 2005 20:50:01 +0000
>From [EMAIL PROTECTED] Sun Sep 04 13:50:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EC1AN-000191-00; Sun, 04 Sep 2005 13:32:39 -0700
From: Ludovic Brenta <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323515: fixed in gnat-gps 2.1.0-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 04 Sep 2005 13:32:39 -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: gnat-gps
Source-Version: 2.1.0-5

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

gnat-gps-doc_2.1.0-5_all.deb
  to pool/main/g/gnat-gps/gnat-gps-doc_2.1.0-5_all.deb
gnat-gps_2.1.0-5.diff.gz
  to pool/main/g/gnat-gps/gnat-gps_2.1.0-5.diff.gz
gnat-gps_2.1.0-5.dsc
  to pool/main/g/gnat-gps/gnat-gps_2.1.0-5.dsc
gnat-gps_2.1.0-5_i386.deb
  to pool/main/g/gnat-gps/gnat-gps_2.1.0-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.
Ludovic Brenta <[EMAIL PROTECTED]> (supplier of updated gnat-gps 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,  4 Sep 2005 00:01:38 +0200
Source: gnat-gps
Binary: gnat-gps-doc gnat-gps
Architecture: source i386 all
Version: 2.1.0-5
Distribution: unstable
Urgency: medium
Maintainer: Ludovic Brenta <[EMAIL PROTECTED]>
Changed-By: Ludovic Brenta <[EMAIL PROTECTED]>
Description: 
 gnat-gps   - The GNAT Programming System - advanced IDE for C and Ada
 gnat-gps-doc - The GNAT Programming System - documentation
Closes: 323515
Changes: 
 gnat-gps (2.1.0-5) unstable; urgency=medium
 .
   * Change maintainer's email address.
   * debian/323515.patch: new.  Thanks, Matt Kraai.  Closes: #323515.
Files: 
 4f2f61469a66733ff7487b3d8f498252 735 devel optional gnat-gps_2.1.0-5.dsc
 fdd044ceaae561d49e39721b43376c3c 46373 devel optional gnat-gps_2.1.0-5.diff.gz
 64f138ab80e386d0879e8a5f30aef574 2008992 doc optional 
gnat-gps-doc_2.1.0-5_all.deb
 a24029eceaa0a6288cc270133dd22869 4990348 devel optional 
gnat-gps_2.1.0-5_i386.deb

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

iD8DBQFDG0CMStlRaw+TLJwRAuh/AJ0RbALl07JQ3TZ56hyawfuu2GlgMwCfdPki
X4IBF/zR1Z0zRbDpc8eAwh8=
=byuV
-----END PGP SIGNATURE-----


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

Reply via email to