Your message dated Wed, 03 Aug 2005 01:02:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314343: fixed in asn1c 0.9.16-1
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; 15 Jun 2005 20:20:35 +0000
>From [EMAIL PROTECTED] Wed Jun 15 13:20:35 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d027183.adsl.hansenet.de (localhost.localdomain) [80.171.27.183] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DieNG-0003Uv-00; Wed, 15 Jun 2005 13:20:34 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DieND-0004LG-Ip; Wed, 15 Jun 2005 22:20:31 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: asn1c: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 15 Jun 2005 22:20:31 +0200
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: asn1c
Version: 0.9.14-1
Severity: normal
Tags: patch

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

if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..  
-I../libasn1parser -I../libasn1fix   -g -Wall -O2 -Wall -Wshadow -Wcast-qual 
-Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT 
asn1c_fdeps.lo -MD -MP -MF ".deps/asn1c_fdeps.Tpo" -c -o asn1c_fdeps.lo 
asn1c_fdeps.c; \
then mv -f ".deps/asn1c_fdeps.Tpo" ".deps/asn1c_fdeps.Plo"; else rm -f 
".deps/asn1c_fdeps.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libasn1parser -I../libasn1fix -g -Wall 
-O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts 
-Wmissing-prototypes -Wmissing-declarations -MT asn1c_fdeps.lo -MD -MP -MF 
.deps/asn1c_fdeps.Tpo -c asn1c_fdeps.c  -fPIC -DPIC -o .libs/asn1c_fdeps.o
asn1c_fdeps.c: In function 'asn1c_activate_dependency':
asn1c_fdeps.c:19: error: invalid lvalue in assignment
make[3]: *** [asn1c_fdeps.lo] Error 1
make[3]: Leaving directory `/asn1c-0.9.14/libasn1compiler'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/asn1c-0.9.14/libasn1compiler/asn1c_fdeps.c 
./libasn1compiler/asn1c_fdeps.c
--- ../tmp-orig/asn1c-0.9.14/libasn1compiler/asn1c_fdeps.c      2004-08-19 
15:45:27.000000000 +0200
+++ ./libasn1compiler/asn1c_fdeps.c     2005-06-15 22:12:28.000000000 +0200
@@ -16,7 +16,7 @@
        if(cur->used_somewhere)
                return 1;       /* Already activated */
 
-       (const char *)fname = data;
+       fname = data;
        if(*data == '#') {
                const char *start = data;
                const char *end = 0;

---------------------------------------
Received: (at 314343-close) by bugs.debian.org; 3 Aug 2005 08:08:41 +0000
>From [EMAIL PROTECTED] Wed Aug 03 01:08:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E0ECS-0001DO-00; Wed, 03 Aug 2005 01:02:04 -0700
From: [EMAIL PROTECTED] (W. Borgert)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#314343: fixed in asn1c 0.9.16-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 03 Aug 2005 01:02:04 -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
X-CrossAssassin-Score: 2

Source: asn1c
Source-Version: 0.9.16-1

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

asn1c_0.9.16-1.diff.gz
  to pool/main/a/asn1c/asn1c_0.9.16-1.diff.gz
asn1c_0.9.16-1.dsc
  to pool/main/a/asn1c/asn1c_0.9.16-1.dsc
asn1c_0.9.16-1_i386.deb
  to pool/main/a/asn1c/asn1c_0.9.16-1_i386.deb
asn1c_0.9.16.orig.tar.gz
  to pool/main/a/asn1c/asn1c_0.9.16.orig.tar.gz



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.
W. Borgert <[EMAIL PROTECTED]> (supplier of updated asn1c 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, 02 Aug 2005 17:27:57 +0000
Source: asn1c
Binary: asn1c
Architecture: source i386
Version: 0.9.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian FDT tools team <[EMAIL PROTECTED]>
Changed-By: W. Borgert <[EMAIL PROTECTED]>
Description: 
 asn1c      - ASN.1 compiler for C
Closes: 311978 314343
Changes: 
 asn1c (0.9.16-1) unstable; urgency=low
 .
   * New release: manual page describes -fcompound-names option
     (closes: #311978), gcc-4.0 fix (closes: #314343).
   * New maintainer:
     Debian FDT tool team <[EMAIL PROTECTED]>,
     FDT = Formal Description Technique (e.g. ASN.1, MSC, SDL, TTCN-3).
Files: 
 1b61ff01931201c6c6feeb40210894f3 691 devel optional asn1c_0.9.16-1.dsc
 3abd339a5c6ec6bc5c9138a813829c2a 918635 devel optional asn1c_0.9.16.orig.tar.gz
 8429874167cfaa50437e7aa04e09d33f 1667 devel optional asn1c_0.9.16-1.diff.gz
 04b85ca439f4b20726ac52bca2659f37 326418 devel optional asn1c_0.9.16-1_i386.deb

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

iD8DBQFC8HYv+xM0OFfj6IgRArGZAJ4neyKdRxO531RZRbjLUCaciLnKgQCggO6o
qCPVyE+Hx5qoeFDaFpGFJD0=
=GA5F
-----END PGP SIGNATURE-----


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

Reply via email to