Your message dated Sun, 02 Mar 2008 17:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455298: fixed in libktoblzcheck 1.17-2
has caused the Debian Bug report #455298,
regarding FTBFS with GCC 4.3: missing #includes
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
455298: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455298
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libktoblzcheck
Version: 1.16-1
Usertags: ftbfs-gcc-4.3
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). There's some more information about this at
http://www.cyrius.com/journal/2007/05/10#gcc-4.3-include
You can reproduce this problem with gcc-snapshot from unstable. Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere. I suggest you talk to your upstream.
> Automatic build of libktoblzcheck_1.16-1 on em64t by sbuild/amd64 0.53
...
> g++ -DHAVE_CONFIG_H -DBANKDATA_PATH=\"/usr/share/libktoblzcheck1\" -I. -I.
> -I../.. -I../../src/include -g -Wall -O2 -Wall -c ktoblzcheck.cc -fPIC -DPIC
> -o .libs/ktoblzcheck.o
> ktoblzcheck.cc: In member function 'void
> AccountNumberCheck::populate_dated_files()':
> ktoblzcheck.cc:405: error: 'strchr' was not declared in this scope
> make[4]: *** [ktoblzcheck.lo] Error 1
> make[4]: Leaving directory `/build/tbm/libktoblzcheck-1.16/src/lib'
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: libktoblzcheck
Source-Version: 1.17-2
We believe that the bug you reported is fixed in the latest version of
libktoblzcheck, which is due to be installed in the Debian FTP archive:
ktoblzcheck_1.17-2_i386.deb
to pool/main/libk/libktoblzcheck/ktoblzcheck_1.17-2_i386.deb
libktoblzcheck-bin_1.17-2_all.deb
to pool/main/libk/libktoblzcheck/libktoblzcheck-bin_1.17-2_all.deb
libktoblzcheck1-dev_1.17-2_i386.deb
to pool/main/libk/libktoblzcheck/libktoblzcheck1-dev_1.17-2_i386.deb
libktoblzcheck1c2a_1.17-2_i386.deb
to pool/main/libk/libktoblzcheck/libktoblzcheck1c2a_1.17-2_i386.deb
libktoblzcheck_1.17-2.diff.gz
to pool/main/libk/libktoblzcheck/libktoblzcheck_1.17-2.diff.gz
libktoblzcheck_1.17-2.dsc
to pool/main/libk/libktoblzcheck/libktoblzcheck_1.17-2.dsc
libktoblzcheck_1.17.orig.tar.gz
to pool/main/libk/libktoblzcheck/libktoblzcheck_1.17.orig.tar.gz
python-ktoblzcheck_1.17-2_all.deb
to pool/main/libk/libktoblzcheck/python-ktoblzcheck_1.17-2_all.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.
Micha Lenk <[EMAIL PROTECTED]> (supplier of updated libktoblzcheck 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, 2 Mar 2008 17:18:13 +0100
Source: libktoblzcheck
Binary: libktoblzcheck1c2a libktoblzcheck1-dev ktoblzcheck python-ktoblzcheck
libktoblzcheck-bin
Architecture: source all i386
Version: 1.17-2
Distribution: unstable
Urgency: low
Maintainer: Micha Lenk <[EMAIL PROTECTED]>
Changed-By: Micha Lenk <[EMAIL PROTECTED]>
Description:
ktoblzcheck - tool for verification of account numbers and bank codes
libktoblzcheck-bin - transitional package for Debian Lenny
libktoblzcheck1-dev - library for verification of account numbers and bank
codes (devel
libktoblzcheck1c2a - library for verification of account numbers and bank codes
python-ktoblzcheck - library for verification of account numbers and bank
codes (Pytho
Closes: 455298 468228
Changes:
libktoblzcheck (1.17-2) unstable; urgency=low
.
* libktoblzcheck1c2a.postrm: Add globbing for more wary deletion of bankdata
files on purge (thanks to Thomas).
.
libktoblzcheck (1.17-1) unstable; urgency=low
.
* New upstream release
- includes all needed header files, so it doesn't FTBFS any more with
GCC 4.3 (closes: #455298).
- drop patch timezone_bugfix_463205.dpatch (included upstream).
* Move differences between upstream's and our config.guess and config.sub
into a clean patch 00_libtool_debian and updating it to the current
scripts available with libtool 1.5.26-1.
* Add transitional package libktoblzcheck-bin depending on ktoblzcheck
allowing a smooth transition from Etch to Lenny (done in prior NMU).
* Include update scripts online_update.pl (closes: #468228) and
bundesbank.pl which make libktoblzcheck1c2a depend on perl and lynx.
* Add build dependency on lynx needed for a working online_update.pl.
* Move location of data files to /var/lib/ktoblzcheck1/ which is a better
place for bankdata files being updated by the online_update.pl script.
* Add postrm script cleaning up the entire directory /var/lib/ktoblzcheck1/
on purge.
* Simplify debian/*.install files.
* Drop static library libktoblzcheck.a and the error-prone linker archive
libktoblzcheck.la from -dev package.
* Fix a spelling mistake in the python-ktoblzcheck package description
(thanks to lintian).
* debian/rules: Remove empty directory /usr/lib in package
python-ktoblzcheck after dh_pycentral call (thanks to lintian).
Files:
94ed79e192324cf8ee09a2f97fe66a4f 1000 libs optional libktoblzcheck_1.17-2.dsc
e77bc833b1c1a55860c0d9ac633150c3 625577 libs optional
libktoblzcheck_1.17.orig.tar.gz
40ff9c9f48adc944eba51c1310c22ff8 9458 libs optional
libktoblzcheck_1.17-2.diff.gz
39099ae74fc785e4ae9344870b05057e 19612 python optional
python-ktoblzcheck_1.17-2_all.deb
7ba335720adc1836fa5435f32bc1bfc8 16150 misc optional
libktoblzcheck-bin_1.17-2_all.deb
4ec00e49b5a28f77c1249f622b79c50b 285966 libs optional
libktoblzcheck1c2a_1.17-2_i386.deb
e3c32b7ec3ed243a1a4713461723b30c 24008 libdevel optional
libktoblzcheck1-dev_1.17-2_i386.deb
962e9cd16971fd12b44f408cc4ef119f 29856 misc optional
ktoblzcheck_1.17-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHyt5uWN0/4pnhQbQRAg5/AKCmbtXhD2uSKZbircUfxg9nyZKHdgCbBB4m
kYICBVW/K2FIp4M4tJtASUw=
=My/7
-----END PGP SIGNATURE-----
--- End Message ---