Your message dated Wed, 12 Jul 2006 10:59:46 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361396: fixed in belpic 2.5.9-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)
--- Begin Message ---
Package: belpic
Version: 2.3.13.full-7
Severity: important
Your package fails to build with G++ 4.1. I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable I'll upgrade this to serious.
> Automatic build of belpic_2.3.13.full-7 on reyes by sbuild/i386 1.112
...
> then mv -f ".deps/Config.Tpo" ".deps/Config.Plo"; else rm -f
> ".deps/Config.Tpo"; exit 1; fi
> g++ -DPACKAGE_NAME=\"belpic-winscarp\" -DPACKAGE_TARNAME=\"belpic-winscarp\"
> -DPACKAGE_VERSION=\"2.3.13\" "-DPACKAGE_STRING=\"belpic-winscarp 2.3.13\""
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"belpic-winscarp\" -DVERSION=\"2.3.13\"
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1
> -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -I. -I. -Wall -Dlinux -I.
> -I../ObjectsMultiPlatform/Include -I/usr/include/PCSC
> -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__
> -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -g -O2 -MT Config.lo -MD -MP -MF
> .deps/Config.Tpo -c Config.cpp -fPIC -DPIC -o .libs/Config.o
> Config.h:34: error: extra qualification 'CConfig::' on member 'FindValue'
> Config.h:38: error: extra qualification 'CConfig::' on member 'GetGlobalDir'
> make[2]: *** [Config.lo] Error 1
> make[2]: Leaving directory `/build/tbm/belpic-2.3.13.full/winscarp'
--- ./winscarp/Config.h~ 2006-04-08 12:23:04.000000000 +0000
+++ ./winscarp/Config.h 2006-04-08 12:23:13.000000000 +0000
@@ -31,11 +31,11 @@
int GetServiceEnabled();
protected:
- const char *CConfig::FindValue(char *pszSection, char *pszKey);
+ const char *FindValue(char *pszSection, char *pszKey);
private:
char **SplitString(const char *psStr, int iLength, char cSep);
- wxString CConfig::GetGlobalDir();
+ wxString GetGlobalDir();
// Members
private:
But then I get the following, which I'm not sure is a bug in wxwidgets-2.6 or
your package (I thought I had a patches wxwidgets installed so either it needs
more patching or your package needs another fix):
g++ -DPACKAGE_NAME=\"belpic-winscarp\" -DPACKAGE_TARNAME=\"belpic-winscarp\"
-DPACKAGE_VERSION=\"2.3.13\" "-DPACKAGE_STRING=\"belpic-winscarp 2.3.13\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"belpic-winscarp\" -DVERSION=\"2.3.13\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1
-DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -I. -I. -Wall -Dlinux -I.
-I../ObjectsMultiPlatform/Include -I/usr/include/PCSC
-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -g -O2 -MT Config.lo -MD -MP -MF
.deps/Config.Tpo -c Config.cpp -fPIC -DPIC -o .libs/Config.o
/usr/include/wx-2.6/wx/hashmap.h: In member function
'wxLongToLongHashMap_wxImplementation_HashTable::Node**
wxLongToLongHashMap_wxImplementation_HashTable::GetNodePtr(const long int&)
const':
/usr/include/wx-2.6/wx/hashmap.h:684: warning: dereferencing type-punned
pointer will break strict-aliasing rules
/usr/include/wx-2.6/wx/dynload.h: In member function
'wxDLManifest_wxImplementation_HashTable::Node**
wxDLManifest_wxImplementation_HashTable::GetNodePtr(const wxString&) const':
/usr/include/wx-2.6/wx/dynload.h:35: warning: dereferencing type-punned pointer
will break strict-aliasing rules
Config.cpp: In member function 'void CConfig::Load()':
Config.cpp:112: error: ambiguous overload for 'operator+' in
'CConfig::GetGlobalDir()() + "BEID.conf"'
/usr/include/wx-2.6/wx/string.h:1475: note: candidates are: wxString
operator+(const wxString&, const wxWCharBuffer&) <near match>
/usr/include/wx-2.6/wx/string.h:950: note: wxString
operator+(const wxChar*, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:946: note: wxString
operator+(wxChar, const wxString&) <near match>
/usr/include/wx-2.6/wx/string.h:944: note: wxString
operator+(const wxString&, wxChar) <near match>
/usr/include/wx-2.6/wx/string.h:942: note: wxString
operator+(const wxString&, const wxString&) <near match>
Config.cpp:117: error: cannot convert 'const wxChar*' to 'const char*' for
argument '2' to 'int NCONF_load(CONF*, const char*, long int*)'
make[1]: *** [Config.lo] Error 1
make[1]: Leaving directory `/home/tbm/src/belpic-2.3.13.full/winscarp'
make: *** [all-recursive] Error 1
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: belpic
Source-Version: 2.5.9-1
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:
beid-tools_2.5.9-1_powerpc.deb
to pool/main/b/belpic/beid-tools_2.5.9-1_powerpc.deb
beidgui_2.5.9-1_powerpc.deb
to pool/main/b/belpic/beidgui_2.5.9-1_powerpc.deb
belpic_2.5.9-1.diff.gz
to pool/main/b/belpic/belpic_2.5.9-1.diff.gz
belpic_2.5.9-1.dsc
to pool/main/b/belpic/belpic_2.5.9-1.dsc
belpic_2.5.9.orig.tar.gz
to pool/main/b/belpic/belpic_2.5.9.orig.tar.gz
libbeid2-dev_2.5.9-1_powerpc.deb
to pool/main/b/belpic/libbeid2-dev_2.5.9-1_powerpc.deb
libbeid2_2.5.9-1_powerpc.deb
to pool/main/b/belpic/libbeid2_2.5.9-1_powerpc.deb
libbeidlibopensc2-dev_2.5.9-1_powerpc.deb
to pool/main/b/belpic/libbeidlibopensc2-dev_2.5.9-1_powerpc.deb
libbeidlibopensc2_2.5.9-1_powerpc.deb
to pool/main/b/belpic/libbeidlibopensc2_2.5.9-1_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: Tue, 11 Jul 2006 23:59:52 +0200
Source: belpic
Binary: beidgui libbeidlibopensc2-dev beid-tools libbeidlibopensc2 libbeid2
libbeid2-dev
Architecture: source powerpc
Version: 2.5.9-1
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst <[EMAIL PROTECTED]>
Changed-By: Wouter Verhelst <[EMAIL PROTECTED]>
Description:
beid-tools - SmartCard utilities from the OpenSC project, compiled against lib
beidgui - application to read out information from the Belgian electronic I
libbeid2 - library to read identity information from the Belgian electronic
libbeid2-dev - library to read identity information from the Belgian eID card
-
libbeidlibopensc2 - belgian eID PKCS11 library
libbeidlibopensc2-dev - belgian eID PKCS11 library, development files
Closes: 343747 361396
Changes:
belpic (2.5.9-1) unstable; urgency=low
.
* New upstream release.
- Fixes issues with firefox. Closes: #343747.
- Fixes build issues with G++-4.1. Closes: #361396.
* Upstream renamed all libraries according to my suggestion to avoid
namespace pollution and to get names which are more similar to eachother
and a bit more descriptive. This is a good thing, but it forces us to go
through NEW again. Sigh.
I chose not to modify the name of the source package, though, since I
don't think that would be of much benefit. We'll see.
* Add Conflicts: and Provides: headers to make updating a tad bit easier.
They won't be preserved forever, though; I'll probably drop them after
Ubuntu releases somewhere in October.
* The build system in the current release doesn't support DESTDIR, so do the
make install phase manually rather than using upstream's build system.
Ugh. Upstream is aware that we want this, though, so the next version
should support this again (there was no time left to fix this before
upstream had to do their release).
* Remove debian/README.source, since it's now outdated with the new upstream
build system.
* Upstream now includes two daemons (one to update the CRL, one to do PC/SC
stuff), so update our initscript to do both (we ignore the LSB initscript,
as that is too generic to our taste)
Files:
1339071aced8b349bfddf33f1f2ef062 809 - extra belpic_2.5.9-1.dsc
517a8617e5919b3218acf2d5d859ea8e 1790274 - extra belpic_2.5.9.orig.tar.gz
07b887f361c8cfe52dd0896de1bcd661 20047 - extra belpic_2.5.9-1.diff.gz
cb809514481515e896deb0338f784176 357610 libs extra
libbeidlibopensc2_2.5.9-1_powerpc.deb
726abd46257c2149d6d1abba7a8829a4 1012800 libdevel extra
libbeidlibopensc2-dev_2.5.9-1_powerpc.deb
6071bd4df36403c8ffbc433bbfbfb5b1 99766 utils extra
beid-tools_2.5.9-1_powerpc.deb
97f8404afeb776dca2cd5481729806fc 145478 libs extra libbeid2_2.5.9-1_powerpc.deb
023a90042f964c4cb24dd26abb038ec5 86420 libdevel extra
libbeid2-dev_2.5.9-1_powerpc.deb
ff07545bf0215c3b81640750116b5476 297476 utils extra beidgui_2.5.9-1_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEtOdoPfwsYq950p4RAp0UAJ0d4xxYbAEpWAYULJ1Cdx+SsYZWiACdFRWS
u5ZJZ4uII2RuFmhfAE68w5g=
=o61i
-----END PGP SIGNATURE-----
--- End Message ---