Your message dated Fri, 11 Feb 2011 14:35:21 +0000
with message-id <e1pnu5h-0006em...@franck.debian.org>
and subject line Bug#504970: fixed in italc 1:1.0.13-1
has caused the Debian Bug report #504970,
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 ow...@bugs.debian.org
immediately.)
--
504970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504970
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: italc
Version: 1:1.0.9~rc3-1
User: debian-...@lists.debian.org
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.
It's not obvious from the log but you need stdint.h for
int32_t/uint32_t.
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of italc_1:1.0.9~rc3-1 on em64t by sbuild/amd64 0.53
...
> /usr/bin/rcc italc_core.qrc -name italc_core > italc_core_qrc.cpp
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./include -I.. -g -O2 -g -Wall -O2 -fPIC
> -I/usr/include -I/usr/include -I/usr/include/qt4 -I/usr/include/qt4/Qt
> -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT -O2
> -DBUILD_ICA -DBUILD_LIBRARY -g -O2 -g -Wall -O2 -fPIC -I/usr/include -g -O2
> -Wall -fPIC -fno-strict-aliasing -c -o dsa_key.o `test -f './src/dsa_key.cpp'
> || echo './'`./src/dsa_key.cpp
> In file included from ./include/dsa_key.h:49,
> from ./src/dsa_key.cpp:46:
> ./include/types.h:33: error: 'uint32_t' does not name a type
> In file included from ./include/isd_base.h:37,
> from ./include/local_system.h:31,
> from ./src/dsa_key.cpp:47:
> ./include/italc_rfb_ext.h:55: error: 'Q_UINT32' does not name a type
> ./include/italc_rfb_ext.h:56: error: 'Q_UINT32' does not name a type
> make[3]: *** [dsa_key.o] Error 1
> make[3]: Leaving directory `/build/tbm/italc-1.0.9~rc3/lib'
--- lib/include/types.h~ 2008-11-08 08:09:35.000000000 +0000
+++ lib/include/types.h 2008-11-08 08:09:43.000000000 +0000
@@ -25,6 +25,8 @@
#ifndef _TYPES_H
#define _TYPES_H
+#include <stdint.h>
+
typedef signed char Q_INT8; /* 8 bit signed */
typedef unsigned char Q_UINT8; /* 8 bit unsigned */
typedef short Q_INT16; /* 16 bit signed */
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: italc
Source-Version: 1:1.0.13-1
We believe that the bug you reported is fixed in the latest version of
italc, which is due to be installed in the Debian FTP archive:
italc-client_1.0.13-1_amd64.deb
to main/i/italc/italc-client_1.0.13-1_amd64.deb
italc-master_1.0.13-1_amd64.deb
to main/i/italc/italc-master_1.0.13-1_amd64.deb
italc_1.0.13-1.debian.tar.gz
to main/i/italc/italc_1.0.13-1.debian.tar.gz
italc_1.0.13-1.dsc
to main/i/italc/italc_1.0.13-1.dsc
italc_1.0.13.orig.tar.gz
to main/i/italc/italc_1.0.13.orig.tar.gz
libitalc_1.0.13-1_amd64.deb
to main/i/italc/libitalc_1.0.13-1_amd64.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 504...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Patrick Winnertz <win...@debian.org> (supplier of updated italc 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 11 Feb 2011 14:50:22 +0100
Source: italc
Binary: italc-master italc-client libitalc
Architecture: source amd64
Version: 1:1.0.13-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Winnertz <win...@debian.org>
Changed-By: Patrick Winnertz <win...@debian.org>
Description:
italc-client - Intelligent Teaching and Learning with Computers - Client
italc-master - Intelligent Teaching and Learning with Computers - Master
libitalc - Intelligent Teaching and Learning with Computers - common librari
Closes: 504970 597759
Changes:
italc (1:1.0.13-1) unstable; urgency=low
.
* Added a watch file for italc
* Imported Upstream version 1.0.13 (Closes: #597759)
* Acknowlege NMU of David Paleino, thanks. (Closes: #504970)
* Link to GPL-2 as italc is using this version, according to COPYING
* Removed dh_desktop call as it is deprecated
* Add some more overrides
* Bump standards version to 3.9.1 - no further changes needed
* Switch to 3.0 (quilt) packaging
* Add some more info to the short description
Checksums-Sha1:
8005f75473f3523723c80ef0ae0d0a199930b415 1131 italc_1.0.13-1.dsc
30b4ba8e9c8169a35442f9d4c8240b9ce1f54452 4098676 italc_1.0.13.orig.tar.gz
ae53ac5c54b0d88df1c814f7302ed95e9b09cdb3 6119 italc_1.0.13-1.debian.tar.gz
3d021d1d01ffa000c505bf3ebbd0d7f4b87074f8 795904 italc-master_1.0.13-1_amd64.deb
8ae7af33eacbf508a02d9491c4446184f0c76a04 708518 italc-client_1.0.13-1_amd64.deb
ef11cb45ccf5c3dec48936edbab20f0ed3493257 1109250 libitalc_1.0.13-1_amd64.deb
Checksums-Sha256:
92db0ad65192815b494eaabb6e651e16e916a622a70032f586eb29d9e4ba3510 1131
italc_1.0.13-1.dsc
866259eeaa783bd6a17b7e095eab33454a690bcf17844f553b1b2b584cf692f5 4098676
italc_1.0.13.orig.tar.gz
f99e3b52161ab2e2f45e78ef8c392f3d045232124380273f0d5d546f5ab5669e 6119
italc_1.0.13-1.debian.tar.gz
3c9f7fd68cd60b66ac55d2e7d3307291a90ea98b75f417da400f44be0dba6d7e 795904
italc-master_1.0.13-1_amd64.deb
2db181496c6fc97a498488987d342fa79b1f10d3e1facc457765176be8356917 708518
italc-client_1.0.13-1_amd64.deb
42cfe18a987eb42aa3f7ed3947b927c93607e2f53a331ba9a4affb71b378d9d4 1109250
libitalc_1.0.13-1_amd64.deb
Files:
f53cdfa69e7745c4e801766cd77e23e9 1131 x11 optional italc_1.0.13-1.dsc
14f5c660db11fe2034cb22ff7b093ee4 4098676 x11 optional italc_1.0.13.orig.tar.gz
51aa16fc89ed7cd1340293ae04870d18 6119 x11 optional italc_1.0.13-1.debian.tar.gz
1f56a51379dca80e7a33d533cfc984ba 795904 x11 optional
italc-master_1.0.13-1_amd64.deb
c1e92b68baa96a081ec5ae9144cc9c4f 708518 x11 optional
italc-client_1.0.13-1_amd64.deb
5f5680081ab8a7d1ead65d8cd559f9b1 1109250 x11 optional
libitalc_1.0.13-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk1VQHEACgkQzgm26bkTFDoGiACfb6TwRbJAQoeSePVjtEUZ5lUI
niYAoK3nI2mWHlrSNgIO8GEnVl3setSq
=AbKK
-----END PGP SIGNATURE-----
--- End Message ---