Your message dated Sun, 27 May 2012 16:50:44 +0000
with message-id <[email protected]>
and subject line Bug#671475: fixed in libclaw 1.7.0-3
has caused the Debian Bug report #671475,
regarding libclaw headers ftbfs with gcc-4.7
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.)
--
671475: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671475
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libclaw
Version: 1.7.0-2
Severity: serious
Tags: sid wheezy patch
Blocks: 667324
User: [email protected]
Usertags: ftbfs-gcc-4.7
libclaw headers ftbfs with gcc-4.7, as seen in 667324.
diff -u libclaw-1.7.0/debian/changelog libclaw-1.7.0/debian/changelog
--- libclaw-1.7.0/debian/changelog
+++ libclaw-1.7.0/debian/changelog
@@ -1,3 +1,10 @@
+libclaw (1.7.0-2.1) unstable; urgency=low
+
+ * Non maintainer upload.
+ * Fix build failure with GCC 4,7.
+
+ -- Matthias Klose <[email protected]> Fri, 04 May 2012 13:11:26 +0200
+
libclaw (1.7.0-2) unstable; urgency=low
* Upload in unstable
diff -u libclaw-1.7.0/debian/patches/series libclaw-1.7.0/debian/patches/series
--- libclaw-1.7.0/debian/patches/series
+++ libclaw-1.7.0/debian/patches/series
@@ -2,0 +3 @@
+ftbfs-gcc-4.7.diff
only in patch2:
unchanged:
--- libclaw-1.7.0.orig/debian/patches/ftbfs-gcc-4.7.diff
+++ libclaw-1.7.0/debian/patches/ftbfs-gcc-4.7.diff
@@ -0,0 +1,56 @@
+Index: libclaw-1.7.0/claw/impl/socket_stream.tpp
+===================================================================
+--- libclaw-1.7.0.orig/claw/impl/socket_stream.tpp 2012-05-04
11:19:54.732395906 +0000
++++ libclaw-1.7.0/claw/impl/socket_stream.tpp 2012-05-04 11:20:47.852397882
+0000
+@@ -39,7 +39,7 @@
+ ( int read_delay )
+ : m_buffer(read_delay)
+ {
+- init(&m_buffer);
++ this->init(&m_buffer);
+ } // basic_socket_stream::basic_socket_stream()
+
+
/*----------------------------------------------------------------------------*/
+@@ -55,7 +55,7 @@
+ ( const char* address, int port, int read_delay )
+ : m_buffer(read_delay)
+ {
+- init(&m_buffer);
++ this->init(&m_buffer);
+ open(address, port);
+ } // basic_socket_stream::basic_socket_stream()
+
+--- libclaw-1.7.0.orig/claw/impl/basic_socketbuf.tpp
++++ libclaw-1.7.0/claw/impl/basic_socketbuf.tpp
+@@ -178,7 +178,7 @@
+ length, 0 );
+
+ if ( write_count >= 0 )
+- setp( m_output_buffer, m_output_buffer + m_output_buffer_size );
++ this->setp( m_output_buffer, m_output_buffer + m_output_buffer_size );
+ else
+ result = -1;
+
+@@ -214,11 +214,11 @@
+
+ if ( read_count > 0 )
+ {
+- setg( m_input_buffer, m_input_buffer, m_input_buffer + read_count);
++ this->setg( m_input_buffer, m_input_buffer, m_input_buffer +
read_count);
+ result = this->sgetc();
+ }
+ else
+- setg( m_input_buffer, m_input_buffer + m_input_buffer_size,
++ this->setg( m_input_buffer, m_input_buffer + m_input_buffer_size,
+ m_input_buffer + m_input_buffer_size );
+
+ return result;
+@@ -243,7 +243,7 @@
+ result = traits_type::not_eof(c);
+
+ if ( !traits_type::eq_int_type(c, traits_type::eof()) )
+- sputc(c);
++ this->sputc(c);
+ }
+
+ return result;
--- End Message ---
--- Begin Message ---
Source: libclaw
Source-Version: 1.7.0-3
We believe that the bug you reported is fixed in the latest version of
libclaw, which is due to be installed in the Debian FTP archive:
libclaw-application-dev_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-application-dev_1.7.0-3_amd64.deb
libclaw-application1_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-application1_1.7.0-3_amd64.deb
libclaw-configuration-file-dev_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-configuration-file-dev_1.7.0-3_amd64.deb
libclaw-configuration-file1_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-configuration-file1_1.7.0-3_amd64.deb
libclaw-dev_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-dev_1.7.0-3_amd64.deb
libclaw-doc_1.7.0-3_all.deb
to main/libc/libclaw/libclaw-doc_1.7.0-3_all.deb
libclaw-dynamic-library-dev_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-dynamic-library-dev_1.7.0-3_amd64.deb
libclaw-dynamic-library1_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-dynamic-library1_1.7.0-3_amd64.deb
libclaw-graphic-dev_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-graphic-dev_1.7.0-3_amd64.deb
libclaw-graphic1_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-graphic1_1.7.0-3_amd64.deb
libclaw-i18n_1.7.0-3_all.deb
to main/libc/libclaw/libclaw-i18n_1.7.0-3_all.deb
libclaw-logger-dev_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-logger-dev_1.7.0-3_amd64.deb
libclaw-logger1_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-logger1_1.7.0-3_amd64.deb
libclaw-net-dev_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-net-dev_1.7.0-3_amd64.deb
libclaw-net1_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-net1_1.7.0-3_amd64.deb
libclaw-tween-dev_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-tween-dev_1.7.0-3_amd64.deb
libclaw-tween1_1.7.0-3_amd64.deb
to main/libc/libclaw/libclaw-tween1_1.7.0-3_amd64.deb
libclaw_1.7.0-3.diff.gz
to main/libc/libclaw/libclaw_1.7.0-3.diff.gz
libclaw_1.7.0-3.dsc
to main/libc/libclaw/libclaw_1.7.0-3.dsc
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.
Dmitrijs Ledkovs <[email protected]> (supplier of updated libclaw 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: SHA256
Format: 1.8
Date: Sun, 27 May 2012 17:10:02 +0100
Source: libclaw
Binary: libclaw-dev libclaw-doc libclaw-application1 libclaw-application-dev
libclaw-configuration-file1 libclaw-configuration-file-dev
libclaw-dynamic-library1 libclaw-dynamic-library-dev libclaw-graphic1
libclaw-graphic-dev libclaw-logger1 libclaw-logger-dev libclaw-net1
libclaw-net-dev libclaw-tween1 libclaw-tween-dev libclaw-i18n
Architecture: source amd64 all
Version: 1.7.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Dmitrijs Ledkovs <[email protected]>
Description:
libclaw-application-dev - Set of classes to ease the initialisation of the
program (develop
libclaw-application1 - Set of classes to ease the initialisation of the program
libclaw-configuration-file-dev - Class to process configuration files
(development files)
libclaw-configuration-file1 - Class to process configuration files
libclaw-dev - Claw is a generalist C++ library (development files)
libclaw-doc - Claw is a generalist C++ library (documentation files)
libclaw-dynamic-library-dev - Class to ease the manipulation of dynamic
libraries (development
libclaw-dynamic-library1 - Class to ease the manipulation of dynamic libraries
libclaw-graphic-dev - Set of classes for image manipulation (development files)
libclaw-graphic1 - Set of classes for image manipulation
libclaw-i18n - Internationalisation files for libclaw.
libclaw-logger-dev - Flexible log system (development files)
libclaw-logger1 - Flexible log system
libclaw-net-dev - C++ standard stream interface for Unix sockets (development
files
libclaw-net1 - C++ standard stream interface for Unix sockets
libclaw-tween-dev - C++ tweeners (development files)
libclaw-tween1 - C++ tweeners
Closes: 671475
Changes:
libclaw (1.7.0-3) unstable; urgency=low
.
* Team upload
* Fix build failure with GCC 4.7, thanks to Matthias Klose (Closes: #671475)
Checksums-Sha1:
849393c31f4032d4edae1785c81947161f84229c 3011 libclaw_1.7.0-3.dsc
618f45c24d06334d38f74a188096144d187769ce 7738 libclaw_1.7.0-3.diff.gz
87f9710a33092af3671ff4e11aa614f777a8bde2 82494 libclaw-dev_1.7.0-3_amd64.deb
559c81af25c7a3175799ddcdd42a2f7c9d9579cd 1369346 libclaw-doc_1.7.0-3_all.deb
a048934899ca24611efdfa9458fc5964ea32d280 61888
libclaw-application1_1.7.0-3_amd64.deb
dd3d78a31c6d254703720565e294b54581fc678b 97546
libclaw-application-dev_1.7.0-3_amd64.deb
86cb0dd420599594f3aa6de064ea5df421e29fcf 37732
libclaw-configuration-file1_1.7.0-3_amd64.deb
88416f48fb9c61394402cddc0cc853e2d644e897 43272
libclaw-configuration-file-dev_1.7.0-3_amd64.deb
81edf55c24fd94ddbf212685eb879d63552a46c7 13512
libclaw-dynamic-library1_1.7.0-3_amd64.deb
776b05f497a74da46645f87f9ed403db1f008772 14614
libclaw-dynamic-library-dev_1.7.0-3_amd64.deb
05ba9eeb5e60b878643ac90588460ce208b358e2 136954
libclaw-graphic1_1.7.0-3_amd64.deb
ddc0b5d4e09473ed61c4d4cc17f676f5e8174d54 313598
libclaw-graphic-dev_1.7.0-3_amd64.deb
ea5ac22a807c4accaba4778d9ad6008134b9b81f 25716
libclaw-logger1_1.7.0-3_amd64.deb
5350d5615d14ca93db6f736398bdbda6ae63601e 32054
libclaw-logger-dev_1.7.0-3_amd64.deb
d47c4ce0525125f6c5605177fe1d5beee85a5761 13166 libclaw-net1_1.7.0-3_amd64.deb
e90fac5b4a34f896c0f98dd91373577b74b250ee 19330
libclaw-net-dev_1.7.0-3_amd64.deb
c0515d0ab9001e869228266e2a5fc6d9c11d99d6 35700 libclaw-tween1_1.7.0-3_amd64.deb
4a9ab8688190b968e950aa1b95a5c5c4c8c53fe9 53384
libclaw-tween-dev_1.7.0-3_amd64.deb
b62ec9a68df9cafe6a38a9976d64e8a62a102fbd 9554 libclaw-i18n_1.7.0-3_all.deb
Checksums-Sha256:
0974940e2ab32bca99f4cfc49e0af96ed8abb10329a305175555a92d1dfb2efc 3011
libclaw_1.7.0-3.dsc
4febb07d5f3400a410aa40ad8e85ed5082f990a7dc3fe92deb60c192420d5e32 7738
libclaw_1.7.0-3.diff.gz
43357f31ffed79b95912ef39432c9c7a81c424c4dbda64c0e197a16dbed2b02e 82494
libclaw-dev_1.7.0-3_amd64.deb
814f77655a1b07e4d8d43f60c3a643959fb92a8b28cf637a01d40f1a1b2a9830 1369346
libclaw-doc_1.7.0-3_all.deb
1d4ec7fa3b58d04658152475b3fec18cae9600423fb85437d7f17ab05e6e343d 61888
libclaw-application1_1.7.0-3_amd64.deb
6ae6233c027a5f9b7915ed07cd95346579809c6086700997790af7acb98b1471 97546
libclaw-application-dev_1.7.0-3_amd64.deb
1870d0d0e0948d7b14fb6291599f11ad437a74947fa9aed72fde7837bf92134b 37732
libclaw-configuration-file1_1.7.0-3_amd64.deb
8a0c3bd2f4bc752ab8d244e77fc0195572fb7bdfe87b8317f350a12ac009f543 43272
libclaw-configuration-file-dev_1.7.0-3_amd64.deb
866987baa2914ff731614e46aa248a7ecb801596d80d73f674db355d648c0165 13512
libclaw-dynamic-library1_1.7.0-3_amd64.deb
0480cc3caf2598e3d010b3a688e3aeb0ce5ae74b2319e4ead01bd974c755e661 14614
libclaw-dynamic-library-dev_1.7.0-3_amd64.deb
bd7b1404c5a7ede313b176a1a00f9abeee3f63f2bcbe53b5b564576ed4960ed2 136954
libclaw-graphic1_1.7.0-3_amd64.deb
28fa90cf1061254c3a61ae5ef9f6e10a3828d40ff51605ce0bbc32877c6b698f 313598
libclaw-graphic-dev_1.7.0-3_amd64.deb
98787e7ef1cad25825e372c84a12bce5a17942e5ee0d6f10cfc007c7f2a4407e 25716
libclaw-logger1_1.7.0-3_amd64.deb
7ab73eba56d944ca2b365529b77032182d1f024b490f6c924214f4617d148171 32054
libclaw-logger-dev_1.7.0-3_amd64.deb
64d9d074c5da2dfa27ccabd3a56ae0a4ae23cdecdc672384790979013c130a31 13166
libclaw-net1_1.7.0-3_amd64.deb
c8a611e0092ceef8d8d2c35d1d66e0188b7c6e8cc7286b8f50eb2da5ceae946d 19330
libclaw-net-dev_1.7.0-3_amd64.deb
27a37847b64b14d4daaf82fa6443c7b794a813fd0b1dda0a634f4ab57e27a0a1 35700
libclaw-tween1_1.7.0-3_amd64.deb
819101aef77529a6cf1c71c0e2146d635c1aee9ef09c8e78552c08bb4f3e1328 53384
libclaw-tween-dev_1.7.0-3_amd64.deb
02f5368e442b3bc874d4112910c56345dad35c33a2d2f8588dd9168d56197976 9554
libclaw-i18n_1.7.0-3_all.deb
Files:
c6857dfbaa0702e139ffab524df4a93f 3011 devel extra libclaw_1.7.0-3.dsc
1db8449d90a3d8d1903778284ba9e585 7738 devel extra libclaw_1.7.0-3.diff.gz
bb388cba14ddb24a278faabbc2f330db 82494 libdevel extra
libclaw-dev_1.7.0-3_amd64.deb
bb0c300adf4983fae1629ebf6c6f32bc 1369346 doc extra libclaw-doc_1.7.0-3_all.deb
8eb1036be945b1b7d66ec4dfd9f5407f 61888 libs extra
libclaw-application1_1.7.0-3_amd64.deb
a0d24d9fe5872709d3f45955994a45eb 97546 libdevel extra
libclaw-application-dev_1.7.0-3_amd64.deb
3abc2bc0e13930d50b853cc4f54638af 37732 libs extra
libclaw-configuration-file1_1.7.0-3_amd64.deb
605cbdcff0279ecc78de04e2dc13e860 43272 libdevel extra
libclaw-configuration-file-dev_1.7.0-3_amd64.deb
0ea04b4522f73f35de8588b10fb7d04f 13512 libs extra
libclaw-dynamic-library1_1.7.0-3_amd64.deb
d81f0c51c9b66998fdb86c8b8b13d0dd 14614 libdevel extra
libclaw-dynamic-library-dev_1.7.0-3_amd64.deb
a1d22ab593f94b17531213e41bd843b8 136954 libs extra
libclaw-graphic1_1.7.0-3_amd64.deb
76e9f9cb30ca2408fd94d5ad5151dd7b 313598 libdevel extra
libclaw-graphic-dev_1.7.0-3_amd64.deb
a3152f01664481f68b18e39287c84006 25716 libs extra
libclaw-logger1_1.7.0-3_amd64.deb
1f8f0daae909823866eee1e36b9c8d4b 32054 libdevel extra
libclaw-logger-dev_1.7.0-3_amd64.deb
31bc810d9a5cd3994e108b77af2b3b24 13166 libs extra
libclaw-net1_1.7.0-3_amd64.deb
a600d37dcc97c367cb80c89a89c8653a 19330 libdevel extra
libclaw-net-dev_1.7.0-3_amd64.deb
5f8fa8223122b46e59a61542bab040b4 35700 libs extra
libclaw-tween1_1.7.0-3_amd64.deb
12e7dac6afff5374c1de45ec4368dcb8 53384 libdevel extra
libclaw-tween-dev_1.7.0-3_amd64.deb
454b11e1d29f8ccf5d19688df00afaaf 9554 libs extra libclaw-i18n_1.7.0-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJPwlgGAAoJEIh7YGGLPBauCEIP/iBJDZvXWy0zpm5779Wh3QVi
mRWOBQos7ZpQGViOyxdp7U8Y8psUAtxiv+L5Hwi6us9iSsQhwknWSKGZPmBoE0WO
h8uBuKtnOa5fhpOHfM1uTiga26NN6b8jLpBe/hbx0DJofwnwZonkREr/+3nsvYio
LMHfOq6sRaWpicfmFYSIycrvTnpWhLuo+HEQsAAGD078UK+hdbtT/AcuCz1blb3N
FZZ6g7kcz3y4CPPsEl+AAcEGWnpabho1obxUWAdsK+goCQlCgCpe5CEtk3W+EdqS
CVTtOHsXJhRl4P1bNUt2Llz89MRHr+VPtFst3ARVT56AaL1xmZmDbhRfeB7Ls9Jj
+gcnhwPfB96d+FludxTGKIJ0qXvSi72t954ZEK1OK90d1skagHf7Bvp2hEqwK2ej
9W+h7fkZ6HWCSX45hSwiyH/d+DWx3yMcivkmGcNkOhBuHOqEI1glM2W4NWFffCFt
RSfS/4aWIBOMWTpuYUUUx09gyYFHKjhEcIOkSouCA1NUazHu9anmheFV4oH+CmIF
b9GZ3imcMCRwJ0eK6XrIsTPmml+JJsGpy/5LS1rcgBCRmakMNnIgMiFIzEsR0gCG
0z2CzneASu/kgFaFKxEOcR4D8ZvMrprimjQ3pvxWcillOnH0QuMh0QsoPlsEbAWU
IdJXxMLe9wlPSKzKLt+s
=wqiF
-----END PGP SIGNATURE-----
--- End Message ---