Your message dated Sun, 12 Mar 2006 03:32:14 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356422: fixed in socketapi 1.7.0-5
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: socketapi
Version: 1.7.0-4
Severity: important
Tags: patch
Your package fails to build with G++ 4.1. I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is below.
> Automatic build of socketapi_1.7.0-4 on bigsur by sbuild/mips 1.86
...
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -g -O2 -D_REENTRANT
> -D_THREAD_SAFE -DSCTP_SOCKET_API -Wall -O0 -g -DLINUX -O0 -g -Wall -DLINUX
> -MT libsctpsocket_la-sctpsocketwrapper.lo -MD -MP -MF
> .deps/libsctpsocket_la-sctpsocketwrapper.Tpo -c sctpsocketwrapper.cc -fPIC
> -DPIC -o .libs/libsctpsocket_la-sctpsocketwrapper.o
> sctpsocket.h:585: error: extra qualification 'SCTPSocket::' on member
> 'findAssociationForDestinationAddress'
> make[2]: *** [libsctpsocket_la-sctpsocketwrapper.lo] Error 1
--- ./socketapi/sctpsocket.h~ 2006-03-12 00:48:43.000000000 +0000
+++ ./socketapi/sctpsocket.h 2006-03-12 00:48:54.000000000 +0000
@@ -580,7 +580,7 @@
private:
void checkAutoConnect();
void checkAutoClose();
- SCTPAssociation* SCTPSocket::findAssociationForDestinationAddress(
+ SCTPAssociation* findAssociationForDestinationAddress(
multimap<unsigned int, SCTPAssociation*>& list,
const SocketAddress** destinationAddressList);
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: socketapi
Source-Version: 1.7.0-5
We believe that the bug you reported is fixed in the latest version of
socketapi, which is due to be installed in the Debian FTP archive:
socketapi-dev_1.7.0-5_i386.deb
to pool/main/s/socketapi/socketapi-dev_1.7.0-5_i386.deb
socketapi1_1.7.0-5_i386.deb
to pool/main/s/socketapi/socketapi1_1.7.0-5_i386.deb
socketapi_1.7.0-5.diff.gz
to pool/main/s/socketapi/socketapi_1.7.0-5.diff.gz
socketapi_1.7.0-5.dsc
to pool/main/s/socketapi/socketapi_1.7.0-5.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.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated socketapi 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: Sun, 12 Mar 2006 12:19:43 +0100
Source: socketapi
Binary: socketapi1 socketapi-dev
Architecture: source i386
Version: 1.7.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description:
socketapi-dev - development package for socketapi1
socketapi1 - socket API library for sctplib
Closes: 356422
Changes:
socketapi (1.7.0-5) unstable; urgency=low
.
* QA upload.
* Fix build failure with g++ 4.1. Thanks to Martin Michlmayr for
the patch. Closes: #356422.
Files:
d519bab5881d2d61da6dcacd57466558 685 libs optional socketapi_1.7.0-5.dsc
8b3d77d7b29c33005eac425ed2440731 3941 libs optional socketapi_1.7.0-5.diff.gz
3c01182b8e13e3434891260d7905bb2c 138066 libs optional
socketapi1_1.7.0-5_i386.deb
d8b2487e2536dab3d7fc7d50ce1dde82 195240 libdevel optional
socketapi-dev_1.7.0-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEFAUQxBYivKllgY8RAhorAKCsjAl3qbIClCz4O0R998YtdLvXfQCgjWzj
GI4w7QJTBvyP2XipmdLRapQ=
=CPJ9
-----END PGP SIGNATURE-----
--- End Message ---