Your message dated Tue, 16 Aug 2005 02:17:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#323061: fixed in socketapi 1.3.2-2
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Aug 2005 13:32:59 +0000
>From [EMAIL PROTECTED] Sun Aug 14 06:32:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d009010.adsl.hansenet.de (localhost.localdomain) [80.171.9.10]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4Ibc-00022y-00; Sun, 14 Aug 2005 06:32:52 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
id 1E4Ibb-00016D-6I; Sun, 14 Aug 2005 15:32:51 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: socketapi: FTBFS: ISO C++ forbids declaration of 'SCTPSocket' with no
type
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 14 Aug 2005 15:32:51 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
HTML_MESSAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: socketapi
Version: 1.3.2-1
Severity: serious
Tags: patch
When building 'socketapi' on unstable,
I get the following error:
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 -c
sctpsocketwrapper.cc -MT libsctpsocket_la-sctpsocketwrapper.lo -MD -MP -MF
.deps/libsctpsocket_la-sctpsocketwrapper.TPlo -fPIC -DPIC -o
.libs/libsctpsocket_la-sctpsocketwrapper.o
sctpassociation.h:429: error: expected `)' before '*' token
sctpassociation.h:439: error: ISO C++ forbids declaration of 'SCTPSocket' with
no type
sctpassociation.h:439: error: expected ';' before '*' token
make[2]: *** [libsctpsocket_la-sctpsocketwrapper.lo] Error 1
make[2]: Leaving directory `/socketapi-1.3.2/socketapi'
With the attached patch 'socketapi' can be compiled using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/socketapi-1.3.2/socketapi/sctpassociation.h
./socketapi/sctpassociation.h
--- ../tmp-orig/socketapi-1.3.2/socketapi/sctpassociation.h 2004-11-19
22:30:23.000000000 +0000
+++ ./socketapi/sctpassociation.h 2005-08-14 13:23:45.000000000 +0000
@@ -47,7 +47,7 @@
#include <sctp.h>
-
+class SCTPSocket;
/**
* This structure contains defaults for an association.
diff -urN ../tmp-orig/socketapi-1.3.2/socketapi/sctpsocket.h
./socketapi/sctpsocket.h
--- ../tmp-orig/socketapi-1.3.2/socketapi/sctpsocket.h 2005-03-04
18:30:36.000000000 +0000
+++ ./socketapi/sctpsocket.h 2005-08-14 13:26:34.000000000 +0000
@@ -50,6 +50,7 @@
#include <sctp.h>
#include <map>
+class SCTPAssociation;
/**
* This class manages a SCTP socket (SCTP instance).
---------------------------------------
Received: (at 323061-close) by bugs.debian.org; 16 Aug 2005 09:19:46 +0000
>From [EMAIL PROTECTED] Tue Aug 16 02:19:46 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E4xZA-0004p3-00; Tue, 16 Aug 2005 02:17:04 -0700
From: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323061: fixed in socketapi 1.3.2-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 16 Aug 2005 02:17:04 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: socketapi
Source-Version: 1.3.2-2
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.3.2-2_i386.deb
to pool/main/s/socketapi/socketapi-dev_1.3.2-2_i386.deb
socketapi1_1.3.2-2_i386.deb
to pool/main/s/socketapi/socketapi1_1.3.2-2_i386.deb
socketapi_1.3.2-2.diff.gz
to pool/main/s/socketapi/socketapi_1.3.2-2.diff.gz
socketapi_1.3.2-2.dsc
to pool/main/s/socketapi/socketapi_1.3.2-2.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.
Anibal Monsalve Salazar <[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: Tue, 16 Aug 2005 18:32:48 +1000
Source: socketapi
Binary: socketapi1 socketapi-dev
Architecture: source i386
Version: 1.3.2-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Changed-By: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Description:
socketapi-dev - development package for socketapi1
socketapi1 - socket API library for sctplib
Closes: 323061
Changes:
socketapi (1.3.2-2) unstable; urgency=low
.
* Fixed "FTBFS: ISO C++ forbids declaration of 'SCTPSocket' with no
type", closes: #323061. Patch by Andreas Jochens <[EMAIL PROTECTED]>.
* debian/rules: added --enabled-static=no for shared libs and
--enable-shared=no for static libs to configure to prevent
install problems. Patch by Stephan Hermann <[EMAIL PROTECTED]>.
* debian/control: set Standards-Version to 3.6.2.
Files:
76d1eeafbda1f3de1e47bef5babf29b7 633 libs optional socketapi_1.3.2-2.dsc
c8be09aa44a879bad88362a0349c6033 93274 libs optional socketapi_1.3.2-2.diff.gz
f6a4d30db88260df6132ac446bdfa069 140904 libs optional
socketapi1_1.3.2-2_i386.deb
31772732a255a2b923f2d2489b8f8051 211736 libdevel optional
socketapi-dev_1.3.2-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDAasxgY5NIXPNpFURAjjmAKCzQf5+kh+2fAspRMKJUOxuP9Bi+QCdEKIz
9TAtgHhPTZv8qXSoskhfjAw=
=dtxh
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]