Your message dated Wed, 18 Jan 2006 16:47:42 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#348303: fixed in newpki-client 2.0.0+rc1-2
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; 16 Jan 2006 07:53:13 +0000
>From [EMAIL PROTECTED] Sun Jan 15 23:53:13 2006
Return-path: <[EMAIL PROTECTED]>
Received: from e176046244.adsl.alicedsl.de ([85.176.46.244] helo=kat.ainf.net)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EyPAr-0003TM-3O
        for [EMAIL PROTECTED]; Sun, 15 Jan 2006 23:53:13 -0800
Received: from aj by kat.ainf.net with local (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1EyPAo-0003WI-Lc; Mon, 16 Jan 2006 08:53:06 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: newpki-client: FTBFS (amd64): cast from 'void*' to 'int' loses 
precision
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 16 Jan 2006 08:53:06 +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-Level: 
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

Package: newpki-client
Version: 2.0.0+rc1-1
Severity: serious
Tags: patch

When building 'newpki-client' on amd64/unstable,
I get the following error:

./DlgEeAdmin.cpp:510: error: cast from 'void*' to 'int' loses precision
make[3]: *** [newpki_client-DlgEeAdmin.o] Error 1
make[3]: Leaving directory `/newpki-client-2.0.0+rc1/src'

With the attached patch 'newpki-client' can be compiled on amd64.

Regards
Andreas Jochens

Binary files ../tmp-orig/newpki-client-2.0.0+rc1/po/fr.gmo and ./po/fr.gmo 
differ
diff -urN ../tmp-orig/newpki-client-2.0.0+rc1/src/DlgEeAdmin.cpp 
./src/DlgEeAdmin.cpp
--- ../tmp-orig/newpki-client-2.0.0+rc1/src/DlgEeAdmin.cpp      2005-09-15 
06:58:10.000000000 +0000
+++ ./src/DlgEeAdmin.cpp        2006-01-16 07:20:41.000000000 +0000
@@ -490,7 +490,7 @@
 bool DlgEeAdmin::LoadUSERS(int NumEntries)
 {
        int SelectedItem;
-       int state;
+       intptr_t state;
        mString filter;
 
        lastItem = -1;
@@ -507,7 +507,7 @@
        if(SelectedItem == -1)
                state = 0;
        else
-               state = (int)((wxComboBox 
*)FindWindow(IDC_FILTER_STATUS))->GetClientData(SelectedItem);
+               state = (intptr_t)((wxComboBox 
*)FindWindow(IDC_FILTER_STATUS))->GetClientData(SelectedItem);
 
        filter = ((wxTextCtrl *)FindWindow(IDC_DN_FILTER))->GetValue().c_str();
 
diff -urN ../tmp-orig/newpki-client-2.0.0+rc1/src/DlgRaAdmin.cpp 
./src/DlgRaAdmin.cpp
--- ../tmp-orig/newpki-client-2.0.0+rc1/src/DlgRaAdmin.cpp      2005-09-19 
21:07:44.000000000 +0000
+++ ./src/DlgRaAdmin.cpp        2006-01-16 07:20:15.000000000 +0000
@@ -550,7 +550,7 @@
 bool DlgRaAdmin::LoadPROFILES(int NumEntries)
 {
        int SelectedItem;
-       int state;
+       intptr_t state;
        mString filter;
 
        lastItem = -1;
@@ -567,7 +567,7 @@
        if(SelectedItem == -1)
                state = 0;
        else
-               state = (int)((wxComboBox 
*)FindWindow(IDC_FILTER_STATUS))->GetClientData(SelectedItem);
+               state = (intptr_t)((wxComboBox 
*)FindWindow(IDC_FILTER_STATUS))->GetClientData(SelectedItem);
 
        filter = ((wxTextCtrl *)FindWindow(IDC_DN_FILTER))->GetValue().c_str();
 

---------------------------------------
Received: (at 348303-close) by bugs.debian.org; 19 Jan 2006 00:52:51 +0000
>From [EMAIL PROTECTED] Wed Jan 18 16:52:51 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EzNxm-0007t7-Pi; Wed, 18 Jan 2006 16:47:42 -0800
From: Pierre Chifflier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#348303: fixed in newpki-client 2.0.0+rc1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 18 Jan 2006 16:47:42 -0800
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: newpki-client
Source-Version: 2.0.0+rc1-2

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

newpki-client_2.0.0+rc1-2.diff.gz
  to pool/main/n/newpki-client/newpki-client_2.0.0+rc1-2.diff.gz
newpki-client_2.0.0+rc1-2.dsc
  to pool/main/n/newpki-client/newpki-client_2.0.0+rc1-2.dsc
newpki-client_2.0.0+rc1-2_i386.deb
  to pool/main/n/newpki-client/newpki-client_2.0.0+rc1-2_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.
Pierre Chifflier <[EMAIL PROTECTED]> (supplier of updated newpki-client 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, 17 Jan 2006 11:13:38 +0100
Source: newpki-client
Binary: newpki-client
Architecture: source i386
Version: 2.0.0+rc1-2
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier <[EMAIL PROTECTED]>
Changed-By: Pierre Chifflier <[EMAIL PROTECTED]>
Description: 
 newpki-client - PKI based on the OpenSSL low-level API (client package)
Closes: 348001 348303
Changes: 
 newpki-client (2.0.0+rc1-2) unstable; urgency=low
 .
   * build-Depend on correct libnewpki-dev package (Closes: #348001)
   * Applied patch from Andreas Jochens to fix FTBFS on amd64 (Closes: #348303)
Files: 
 2a105a81867371206ef57015cfa80cec 672 net optional newpki-client_2.0.0+rc1-2.dsc
 fafc0a8e4d23064a9d8ab3d575824f32 20583 net optional 
newpki-client_2.0.0+rc1-2.diff.gz
 4adc47b52174a3adedb398f5c3160eef 607942 net optional 
newpki-client_2.0.0+rc1-2_i386.deb

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

iD8DBQFDzt5Mw3ao2vG823MRAt8bAJ9wNaKdOhWVDKtZ7/aaS0woHgpciACePbRu
CQvxd8EIEuUfiEkXBJH2OqQ=
=rbUr
-----END PGP SIGNATURE-----


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

Reply via email to