Your message dated Sun, 23 Nov 2008 02:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#505124: fixed in usbprog 0.1.7-1
has caused the Debian Bug report #505124,
regarding FTBFS with GCC 4.4: missing #include
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.)
--
505124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505124
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: usbprog
Version: 0.1.6-1
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with the upcoming GCC 4.4. Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.
GCC 4.4 cleaned up some more C++ headers. You always have to #include
headers directly and cannot rely for things to be included indirectly.
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of usbprog_0.1.6-1 on em64t by sbuild/amd64 0.53
...
> /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
> -I.. -I.. -I/usr/include/libxml2
> -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
> -DNO_GCC_PRAGMA -g -O2 -g -Wall -O2
> -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
> -DNO_GCC_PRAGMA -c -o date.lo date.cc
> g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I/usr/include/libxml2
> -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
> -DNO_GCC_PRAGMA -g -O2 -g -Wall -O2
> -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
> -DNO_GCC_PRAGMA -c date.cc -fPIC -DPIC -o .libs/date.o
> date.cc: In member function 'void DateTime::setDateTime(const std::string&,
> DateTimeFormat)':
> date.cc:105: error: 'sscanf' was not declared in this scope
> make[3]: *** [date.lo] Error 1
> make[3]: Leaving directory `/build/tbm/usbprog-0.1.6/usbprog'
--- usbprog/date.cc~ 2008-11-09 17:48:44.000000000 +0000
+++ usbprog/date.cc 2008-11-09 17:48:54.000000000 +0000
@@ -15,6 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define _XOPEN_SOURCE
+#include <cstdio>
#include <string>
#include <time.h>
#include <cstring>
--- usbprog/firmwarepool.h~ 2008-11-09 17:51:43.000000000 +0000
+++ usbprog/firmwarepool.h 2008-11-09 17:51:50.000000000 +0000
@@ -17,6 +17,7 @@
#ifndef FIRMWAREPOOL_H
#define FIRMWAREPOOL_H
+#include <stdint.h>
#include <string>
#include <vector>
#include <map>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: usbprog
Source-Version: 0.1.7-1
We believe that the bug you reported is fixed in the latest version of
usbprog, which is due to be installed in the Debian FTP archive:
libusbprog-dev_0.1.7-1_i386.deb
to pool/main/u/usbprog/libusbprog-dev_0.1.7-1_i386.deb
libusbprog0_0.1.7-1_i386.deb
to pool/main/u/usbprog/libusbprog0_0.1.7-1_i386.deb
usbprog-gui_0.1.7-1_i386.deb
to pool/main/u/usbprog/usbprog-gui_0.1.7-1_i386.deb
usbprog_0.1.7-1.diff.gz
to pool/main/u/usbprog/usbprog_0.1.7-1.diff.gz
usbprog_0.1.7-1.dsc
to pool/main/u/usbprog/usbprog_0.1.7-1.dsc
usbprog_0.1.7-1_i386.deb
to pool/main/u/usbprog/usbprog_0.1.7-1_i386.deb
usbprog_0.1.7.orig.tar.gz
to pool/main/u/usbprog/usbprog_0.1.7.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.
Uwe Hermann <[EMAIL PROTECTED]> (supplier of updated usbprog 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.8
Date: Sun, 23 Nov 2008 02:43:04 +0100
Source: usbprog
Binary: usbprog usbprog-gui libusbprog0 libusbprog-dev
Architecture: source i386
Version: 0.1.7-1
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann <[EMAIL PROTECTED]>
Changed-By: Uwe Hermann <[EMAIL PROTECTED]>
Description:
libusbprog-dev - Development files for libusbprog
libusbprog0 - Library for programming the USBprog hardware
usbprog - Firmware programming tool for the USBprog hardware
usbprog-gui - GUI firmware programming tool for the USBprog hardware
Closes: 505124
Changes:
usbprog (0.1.7-1) unstable; urgency=low
.
* New upstream release.
* Standards-Version: 3.8.0 (no changes required).
* patches/10_desktop.patch: Drop, merged upstream.
* Fix build on gcc 4.4 (Closes: #505124).
Thanks to Martin Michlmayr <[EMAIL PROTECTED]> for the patch.
* Fix non-working debian/watch.
Checksums-Sha1:
f8e09b86ec157616d6589ce0d29f3a1e27bd3a1f 1147 usbprog_0.1.7-1.dsc
01ae389f61d5863a11633e77995ba68ae1054bc2 410408 usbprog_0.1.7.orig.tar.gz
09f240126541eceea74b6b43fca74428ff737ace 2493 usbprog_0.1.7-1.diff.gz
5a011e10941c5fff7216d4d1b0b198d359fa1d20 58206 usbprog_0.1.7-1_i386.deb
7dfe5299bc6a69ac001cf22dec344c9bb9854197 76052 usbprog-gui_0.1.7-1_i386.deb
c8473c121087cc388990b748074fca46fe407eae 79530 libusbprog0_0.1.7-1_i386.deb
02ba3a719f1edcec3d6f90a06281b1f51f232ea1 98572 libusbprog-dev_0.1.7-1_i386.deb
Checksums-Sha256:
4a6b77eabcaf373cd99f384cd0378c4721233e2c55edff9cc7dec685c7ee284e 1147
usbprog_0.1.7-1.dsc
f72239185d40861e2d5284039c9d33d24734979d7bd964676c8f5cdf09143ccd 410408
usbprog_0.1.7.orig.tar.gz
ad582c934cf03188171a40053527e7681183adeef433c9ac8c37cb7a6c15a98b 2493
usbprog_0.1.7-1.diff.gz
595927026b2a7614aab367680819770faf533316b51eab4b96ee8cab18249544 58206
usbprog_0.1.7-1_i386.deb
9dc709e003f4b1b34b742d6fa00549f5fa0a1629ad72e7d2dad99e638b002f63 76052
usbprog-gui_0.1.7-1_i386.deb
3613df40bee30ff240d0591a0543e330fbf13db56ffdf8307040eee4b46685ca 79530
libusbprog0_0.1.7-1_i386.deb
a22283b8bc0911c869dc8cf1d632e5b0be7560bee151afddaebfea0c9fb19dba 98572
libusbprog-dev_0.1.7-1_i386.deb
Files:
c7531e4b28445641d867bafcc52d0d71 1147 embedded extra usbprog_0.1.7-1.dsc
4e953f350c023bbc4f59173d675505c7 410408 embedded extra
usbprog_0.1.7.orig.tar.gz
e8247511a2522808f5f14f08a4b229f0 2493 embedded extra usbprog_0.1.7-1.diff.gz
cf7282acf9d06f420d8371d16cae7c9e 58206 embedded extra usbprog_0.1.7-1_i386.deb
0671b45edca34b7beff1f179aedcd513 76052 embedded extra
usbprog-gui_0.1.7-1_i386.deb
407e54fe3bcb788624afaeca4f73c9ac 79530 libs extra libusbprog0_0.1.7-1_i386.deb
e13e58db6568df5c1ed2dad172dd4ad9 98572 libdevel extra
libusbprog-dev_0.1.7-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkou/MACgkQXdVoV3jWIbROaACfd4hzl4YISv/u3dOiE+Wmu9oZ
72sAn3BzTbVTjXKajuxYn0BTnMnXSjoy
=f3T+
-----END PGP SIGNATURE-----
--- End Message ---