Your message dated Fri, 17 Jun 2005 17:47:21 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314688: fixed in belpic 1.4-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; 17 Jun 2005 20:02:03 +0000
>From [EMAIL PROTECTED] Fri Jun 17 13:02:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d027074.adsl.hansenet.de (localhost.localdomain) [80.171.27.74]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DjN2R-0004U4-00; Fri, 17 Jun 2005 13:02:03 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DjN2P-0008KA-QH; Fri, 17 Jun 2005 22:02:01 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: belpic: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 17 Jun 2005 22:02:01 +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: belpic
Version: 1.4-2
Severity: normal
Tags: patch
When building 'belpic' on amd64/unstable with gcc-4.0,
I get the following error:
then mv -f ".deps/pam_support.Tpo" ".deps/pam_support.Plo"; else rm -f
".deps/pam_support.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I../../src/scam
-I../../src/include -Wall -g -O2 -MT pam_support.lo -MD -MP -MF
.deps/pam_support.Tpo -c pam_support.c -fPIC -DPIC -o .libs/pam_support.o
pam_support.c: In function 'opensc_pam_log':
pam_support.c:46: warning: dereferencing type-punned pointer will break
strict-aliasing rules
pam_support.c: In function 'converse':
pam_support.c:72: warning: dereferencing type-punned pointer will break
strict-aliasing rules
pam_support.c: In function '_cleanup':
pam_support.c:200: error: invalid lvalue in assignment
pam_support.c: In function '_read_password':
pam_support.c:232: warning: dereferencing type-punned pointer will break
strict-aliasing rules
pam_support.c:324: warning: dereferencing type-punned pointer will break
strict-aliasing rules
make[4]: *** [pam_support.lo] Error 1
make[4]: Leaving directory `/belpic-1.4/Sources/pkcs11/opensc/src/pam'
With the attached patch 'belpic' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/belpic-1.4/Sources/pkcs11/opensc/src/pam/pam_support.c
./Sources/pkcs11/opensc/src/pam/pam_support.c
--- ../tmp-orig/belpic-1.4/Sources/pkcs11/opensc/src/pam/pam_support.c
2002-10-19 15:04:46.000000000 +0200
+++ ./Sources/pkcs11/opensc/src/pam/pam_support.c 2005-06-17
21:51:23.000000000 +0200
@@ -197,7 +197,7 @@
static void _cleanup(pam_handle_t * pamh, void *x, int error_status)
{
- _pam_delete((char *) x);
+ _pam_delete(x);
}
/* ************************************************************** *
---------------------------------------
Received: (at 314688-close) by bugs.debian.org; 17 Jun 2005 21:51:36 +0000
>From [EMAIL PROTECTED] Fri Jun 17 14:51:36 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 1DjOkS-0007N6-00; Fri, 17 Jun 2005 14:51:36 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DjOgL-0007Zj-00; Fri, 17 Jun 2005 17:47:21 -0400
From: Wouter Verhelst <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#314688: fixed in belpic 1.4-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 17 Jun 2005 17:47:21 -0400
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: belpic
Source-Version: 1.4-3
We believe that the bug you reported is fixed in the latest version of
belpic, which is due to be installed in the Debian FTP archive:
belpic_1.4-3.diff.gz
to pool/main/b/belpic/belpic_1.4-3.diff.gz
belpic_1.4-3.dsc
to pool/main/b/belpic/belpic_1.4-3.dsc
belpic_1.4-3_powerpc.deb
to pool/main/b/belpic/belpic_1.4-3_powerpc.deb
libbelpic0-dev_1.4-3_powerpc.deb
to pool/main/b/belpic/libbelpic0-dev_1.4-3_powerpc.deb
libbelpic0_1.4-3_powerpc.deb
to pool/main/b/belpic/libbelpic0_1.4-3_powerpc.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.
Wouter Verhelst <[EMAIL PROTECTED]> (supplier of updated belpic 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, 17 Jun 2005 22:58:51 +0200
Source: belpic
Binary: libbelpic0 belpic libbelpic0-dev
Architecture: source powerpc
Version: 1.4-3
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst <[EMAIL PROTECTED]>
Changed-By: Wouter Verhelst <[EMAIL PROTECTED]>
Description:
belpic - SmartCard utilities from the OpenSC project, compiled against lib
libbelpic0 - belgian eID PKCS11 library
libbelpic0-dev - belgian eID PKCS11 library, development files
Closes: 314688
Changes:
belpic (1.4-3) unstable; urgency=low
.
* Sync package sections in debian/control with override file.
* Strip the libbelpic0-dev package now, too, as we found why it
errorred out at first.
* Remove references to Sarge from control file. We didn't make it into
Sarge anyway.
* Apply patch to build cleanly with gcc-4.0 on amd64 (and probably other
platforms, too). Closes: #314688.
Files:
8812a62c247acc8842aa3537bd27552d 680 - extra belpic_1.4-3.dsc
934a129533036611609f2dea3f71b607 386022 - extra belpic_1.4-3.diff.gz
4afc0a20ff04e539290bce03b41c3f3e 190722 libs extra libbelpic0_1.4-3_powerpc.deb
61346007c8efc00eed5e6d616562076a 605706 libdevel extra
libbelpic0-dev_1.4-3_powerpc.deb
6014f25150514890d7e1a11648a62b69 108666 utils extra belpic_1.4-3_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCs0GkPfwsYq950p4RAjh5AKCF5d2ugqe0hapw8q3YE9kzAsgHvACeLuGV
/2syk8a+bN8S0ZUJnsfTDoc=
=fviE
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]