Your message dated Wed, 23 Dec 2009 17:02:27 +0000
with message-id <[email protected]>
and subject line Bug#504970: fixed in italc 1:1.0.9-1.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 [email protected]
immediately.)
--
504970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504970
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: italc
Version: 1:1.0.9~rc3-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.
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.9-1.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.9-1.1_i386.deb
to main/i/italc/italc-client_1.0.9-1.1_i386.deb
italc-master_1.0.9-1.1_i386.deb
to main/i/italc/italc-master_1.0.9-1.1_i386.deb
italc_1.0.9-1.1.diff.gz
to main/i/italc/italc_1.0.9-1.1.diff.gz
italc_1.0.9-1.1.dsc
to main/i/italc/italc_1.0.9-1.1.dsc
libitalc_1.0.9-1.1_i386.deb
to main/i/italc/libitalc_1.0.9-1.1_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.
David Paleino <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 21 Dec 2009 15:02:56 +0100
Source: italc
Binary: italc-master italc-client libitalc
Architecture: source i386
Version: 1:1.0.9-1.1
Distribution: unstable
Urgency: low
Maintainer: Patrick Winnertz <[email protected]>
Changed-By: David Paleino <[email protected]>
Description:
italc-client - Intelligent Teaching and Learning with Computers
italc-master - Intelligent Teaching and Learning with Computers
libitalc - Intelligent Teaching and Learning with Computers
Closes: 504970
Changes:
italc (1:1.0.9-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fixed FTBFS with GCC 4.4, missing #include. Thanks to
Martin Michlmayr (Closes: #504970)
* italc-client.lintian-overrides and italc-master.lintian-overrides
added
Checksums-Sha1:
eab0b6e09488c3436d24259c080b809604165e4e 1106 italc_1.0.9-1.1.dsc
ddd37d56dcaa793611d883708b61e2e7281d4851 5478 italc_1.0.9-1.1.diff.gz
d954e6eeab4778f8418fb82917be3e986c7ed677 1140748
italc-master_1.0.9-1.1_i386.deb
9412bc5b276011c8d67d12c3864c501c694ebebd 533594 italc-client_1.0.9-1.1_i386.deb
570521aadcb4d9f9c490e80e671352f37c919d37 231882 libitalc_1.0.9-1.1_i386.deb
Checksums-Sha256:
1fc17608d0faeb8b8d5cf0112753cff03dbaf5ef4d704fd8158865eab5d2b738 1106
italc_1.0.9-1.1.dsc
50edad7854a0b5bebee38b163c6906b3b1af3d57ce45509e50db52005797f41a 5478
italc_1.0.9-1.1.diff.gz
d74b37513315d2835b746f4320aa8984d41d9dd02522b226151d99861a2ecd84 1140748
italc-master_1.0.9-1.1_i386.deb
b0002b99f56809eeb8eee760d8a7aae667fc35c093d2cdde5bd4cd40c6c412f1 533594
italc-client_1.0.9-1.1_i386.deb
18cf7d358b72512a0e5d770e39744c8f4cc5f1b48b1e0114775bdfa6f7328ff8 231882
libitalc_1.0.9-1.1_i386.deb
Files:
f0d63d853860613ff3135385a85770ab 1106 x11 optional italc_1.0.9-1.1.dsc
520fa6cd64b23519b1e83e279bb5e151 5478 x11 optional italc_1.0.9-1.1.diff.gz
fd9c0a09b859c31aa8acb608b8689ee2 1140748 x11 optional
italc-master_1.0.9-1.1_i386.deb
b4d2a620c447429a7e223e9fbb118963 533594 x11 optional
italc-client_1.0.9-1.1_i386.deb
65f05f7c6777b27715f37b711b40191e 231882 x11 optional
libitalc_1.0.9-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAksyS7EACgkQ5qqQFxOSsXRrDACgkrWg9sX2JiHgXd6rzvboOM6J
oPoAnisNbPOe1kV5xaxG5KHRETac3mnh
=0VyS
-----END PGP SIGNATURE-----
--- End Message ---