Your message dated Wed, 11 Apr 2007 10:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417787: fixed in zeroc-icee 1.1.0-11
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: zeroc-icee
Version: 1.1.0-9
Usertags: ftbfs-gcc-4.3
Tags: patch
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). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64. I hope to have i386 binaries in the archive in ~3 weeks.)
> Automatic build of zeroc-icee_1.1.0-9 on em64t by sbuild/amd64 0.53
...
> c++ -c -I.. -I../../include -DICE_API_EXPORTS -m64 -ftemplate-depth-128
> -Wall -D_REENTRANT -DHAVE_ENDIAN_H -DHAVE_LIMITS_H -fPIC -O3 -DNDEBUG
> Buffer.cpp
> In file included from Buffer.cpp:10:
> ../../include/IceE/Buffer.h: In destructor
> 'IceInternal::Buffer::Container::~Container()':
> ../../include/IceE/Buffer.h:68: error: 'free' was not declared in this scope
> ../../include/IceE/Handle.h: In member function 'T*
> IceUtil::HandleBase<T>::operator->() const [with T = IceProxy::Ice::Object]':
> ../../include/IceE/Proxy.h:316: instantiated from here
> ../../include/IceE/Handle.h:46: warning: deprecated conversion from string
> constant to 'char*'
--- include/IceE/Buffer.h~ 2007-04-04 14:51:54.000000000 +0000
+++ include/IceE/Buffer.h 2007-04-04 14:52:01.000000000 +0000
@@ -11,6 +11,7 @@
#define ICEE_BUFFER_H
#include <IceE/Config.h>
+#include <cstdlib>
#define ICE_SMALL_MESSAGE_BUFFER_OPTIMIZATION
#define ICE_BUFFER_FIXED_SIZE 64
--- test/IceE/custom/MyByteSeq.cpp~ 2007-04-04 15:01:46.000000000 +0000
+++ test/IceE/custom/MyByteSeq.cpp 2007-04-04 15:01:53.000000000 +0000
@@ -8,6 +8,7 @@
// **********************************************************************
#include <MyByteSeq.h>
+#include <cstdlib>
MyByteSeq::MyByteSeq()
: _size(0),
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: zeroc-icee
Source-Version: 1.1.0-11
We believe that the bug you reported is fixed in the latest version of
zeroc-icee, which is due to be installed in the Debian FTP archive:
icee-slice_1.1.0-11_all.deb
to pool/main/z/zeroc-icee/icee-slice_1.1.0-11_all.deb
libicee-dev_1.1.0-11_i386.deb
to pool/main/z/zeroc-icee/libicee-dev_1.1.0-11_i386.deb
libicee11_1.1.0-11_i386.deb
to pool/main/z/zeroc-icee/libicee11_1.1.0-11_i386.deb
libiceec11_1.1.0-11_i386.deb
to pool/main/z/zeroc-icee/libiceec11_1.1.0-11_i386.deb
zeroc-icee_1.1.0-11.diff.gz
to pool/main/z/zeroc-icee/zeroc-icee_1.1.0-11.diff.gz
zeroc-icee_1.1.0-11.dsc
to pool/main/z/zeroc-icee/zeroc-icee_1.1.0-11.dsc
zeroc-icee_1.1.0-11_all.deb
to pool/main/z/zeroc-icee/zeroc-icee_1.1.0-11_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.
Francisco.Moya <[EMAIL PROTECTED]> (supplier of updated zeroc-icee 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: Wed, 11 Apr 2007 11:36:35 +0200
Source: zeroc-icee
Binary: libicee-dev icee-slice libicee11 libiceec11 zeroc-icee
Architecture: source i386 all
Version: 1.1.0-11
Distribution: unstable
Urgency: low
Maintainer: Francisco Moya <[EMAIL PROTECTED]>
Changed-By: Francisco.Moya <[EMAIL PROTECTED]>
Description:
icee-slice - Slice definitions for ZeroC IceE services
libicee-dev - ZeroC IceE for C++ development libraries
libicee11 - ZeroC IceE for C++ server runtime libraries
libiceec11 - ZeroC IceE for C++ client runtime libraries
zeroc-icee - Embedded edition of the ZeroC Ice
Closes: 417787
Changes:
zeroc-icee (1.1.0-11) unstable; urgency=low
.
* Added missing hunk from Martin Michlmayr patch (Closes: #417787)
Files:
4e8791c6fa6ca0ccc7e4c200a74a3690 672 libs optional zeroc-icee_1.1.0-11.dsc
1a09747e72bd8789b99c682da941a1c9 4431 libs optional zeroc-icee_1.1.0-11.diff.gz
fd88fbf6ec5109f4e9114f70a0561ec6 7832 devel optional
zeroc-icee_1.1.0-11_all.deb
f061c4538c67593c4bf8e9821d281a42 10612 devel optional
icee-slice_1.1.0-11_all.deb
8df61c33d2e27eb25cd0269d7bcc8515 307728 libs optional
libiceec11_1.1.0-11_i386.deb
f22f6b16db7c33997c8a4ded1851a406 398012 libs optional
libicee11_1.1.0-11_i386.deb
cf8bf49f600a567e063b7f611d757e7d 47638 libs optional
libicee-dev_1.1.0-11_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGHLRxOaI3yygJ5hoRAjc9AJ0TBF2IZdhK25Q4Lm3MIexWOqyjQgCg22Nb
ZXyCIOPdI9lh+N4vZFTaXlw=
=Q5xI
-----END PGP SIGNATURE-----
--- End Message ---