Bug#264004: marked as done (openh323: FTBFS with gcc-3.4: `virtual H323Transaction::Response H323GatekeeperRRQ::OnHandlePDU()' is protected)

Debian Bug Tracking System owner@bugs.debian.org
Mon, 09 Aug 2004 10:48:19 -0700


Your message dated Mon, 09 Aug 2004 13:33:06 -0400
with message-id <E1BuE1C-0004tZ-00@newraff.debian.org>
and subject line Bug#264004: fixed in openh323 1.13.5.4-1
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; 6 Aug 2004 18:16:37 +0000
>From aj@andaco.de Fri Aug 06 11:16:37 2004
Return-path: <aj@andaco.de>
Received: from c219124.adsl.hansenet.de (localhost) [213.39.219.124] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Bt9Gf-0000Vt-00; Fri, 06 Aug 2004 11:16:37 -0700
Received: from aj by localhost with local (Exim 4.34)
	id 1Bt9Gd-0002Ug-4I; Fri, 06 Aug 2004 20:16:35 +0200
To: Debian Bug Tracking System <submit@bugs.debian.org>
From: Andreas Jochens <aj@andaco.de>
Subject: openh323: FTBFS with gcc-3.4: `virtual H323Transaction::Response H323GatekeeperRRQ::OnHandlePDU()' is protected
Message-Id: <E1Bt9Gd-0002Ug-4I@localhost>
Date: Fri, 06 Aug 2004 20:16:35 +0200
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: openh323
Severity: normal
Tags: patch

When building 'openh323' with gcc-3.4 I get the following error:

g++  -DP_USE_PRAGMA -fno-rtti -ffunction-sections -fdata-sections -D_REENTRANT -Wall  -DP_64BIT -g -D_DEBUG -DNDEBUG -DPTRACING -I/openh323-1.13.5/include -DHAS_OSS -DPTRACING -I/usr/share/pwlib//include  -fPIC -DPIC -x c++ -c gkserver.cxx -o /openh323-1.13.5/lib/obj_linux_x86_64_d/gkserver.o
In file included from gkserver.cxx:590:
/openh323-1.13.5/include/gkserver.h:434: error: `virtual H323Transaction::Response H323GatekeeperRRQ::OnHandlePDU()' is protected
/openh323-1.13.5/include/gkserver.h:1946: error: within this context
gkserver.cxx: In member function `virtual void H323GatekeeperServer::RemoveCall(H323GatekeeperCall*)':
gkserver.cxx:3775: warning: right-hand operand of comma has no effect
make[4]: *** [/openh323-1.13.5/lib/obj_linux_x86_64_d/gkserver.o] Error 1
make[4]: Leaving directory `/openh323-1.13.5/src'

With the attached patch 'openh323' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/openh323-1.13.5/include/gkserver.h ./include/gkserver.h
--- ../tmp-orig/openh323-1.13.5/include/gkserver.h	2004-03-31 09:16:22.000000000 +0200
+++ ./include/gkserver.h	2004-08-06 19:38:49.265768959 +0200
@@ -430,7 +430,7 @@
     H225_RegistrationConfirm & rcf;
     H225_RegistrationReject  & rrj;
 
-  protected:
+//  protected:
     virtual Response OnHandlePDU();
 };
 

---------------------------------------
Received: (at 264004-close) by bugs.debian.org; 9 Aug 2004 17:38:22 +0000
>From katie@ftp-master.debian.org Mon Aug 09 10:38:22 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BuE6H-0005nZ-00; Mon, 09 Aug 2004 10:38:22 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BuE1C-0004tZ-00; Mon, 09 Aug 2004 13:33:06 -0400
From: Kilian Krause <kk@verfaction.de>
To: 264004-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#264004: fixed in openh323 1.13.5.4-1
Message-Id: <E1BuE1C-0004tZ-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Mon, 09 Aug 2004 13:33:06 -0400
Delivered-To: 264004-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: openh323
Source-Version: 1.13.5.4-1

We believe that the bug you reported is fixed in the latest version of
openh323, which is due to be installed in the Debian FTP archive:

libopenh323-1.13.2_1.13.5.4-1_i386.deb
  to pool/main/o/openh323/libopenh323-1.13.2_1.13.5.4-1_i386.deb
libopenh323-dbg_1.13.5.4-1_i386.deb
  to pool/main/o/openh323/libopenh323-dbg_1.13.5.4-1_i386.deb
libopenh323-dev_1.13.5.4-1_i386.deb
  to pool/main/o/openh323/libopenh323-dev_1.13.5.4-1_i386.deb
libopenh323-doc_1.13.5.4-1_all.deb
  to pool/main/o/openh323/libopenh323-doc_1.13.5.4-1_all.deb
openh323_1.13.5.4-1.diff.gz
  to pool/main/o/openh323/openh323_1.13.5.4-1.diff.gz
openh323_1.13.5.4-1.dsc
  to pool/main/o/openh323/openh323_1.13.5.4-1.dsc
openh323_1.13.5.4.orig.tar.gz
  to pool/main/o/openh323/openh323_1.13.5.4.orig.tar.gz
simph323_1.13.5.4-1_i386.deb
  to pool/main/o/openh323/simph323_1.13.5.4-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 264004@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kilian Krause <kk@verfaction.de> (supplier of updated openh323 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon,  9 Aug 2004 14:35:55 +0200
Source: openh323
Binary: simph323 libopenh323-dbg libopenh323-1.13.2 libopenh323-doc libopenh323-dev
Architecture: source i386 all
Version: 1.13.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Changed-By: Kilian Krause <kk@verfaction.de>
Description: 
 libopenh323-1.13.2 - H.323 aka VoIP library
 libopenh323-dbg - H.323 aka VoIP library development debug files
 libopenh323-dev - H.323 aka VoIP library development files
 libopenh323-doc - H.323 aka VoIP library documentation files
 simph323   - Simple example from the OpenH323 project
Closes: 264004
Changes: 
 openh323 (1.13.5.4-1) unstable; urgency=low
 .
   * New upstream update:
     + Janus_patch4. (Closes: #264004)
     + Breaking upstream versioning, as janus_patch4 is still 1.13.5 for
     upstream.
     + Removed asnparser patch, as it's now incorporated upstream.
   * debian/control: incremented libpt Build-Depends on 1.6.6.4-1 to make
     sure we have rtti set. Make sure we're not even linking against the
     old lib through Build-Conflicts.
   * debian/rules: try running simph323 after building before proceeding.
Files: 
 1fdc808a06ed6fcd12d00dc301c71952 1099 libs optional openh323_1.13.5.4-1.dsc
 69050e8db79416f95c8d4ba5b9721318 2555679 libs optional openh323_1.13.5.4.orig.tar.gz
 1efd56bb51662fb9404d19a2d7d3b2bf 123620 libs optional openh323_1.13.5.4-1.diff.gz
 0eef074bd123aac5c886eaf8698460d8 2580776 libs optional libopenh323-1.13.2_1.13.5.4-1_i386.deb
 fb7765ba308890afc62b10eca740e856 3752346 libdevel optional libopenh323-dev_1.13.5.4-1_i386.deb
 8ef5260242c5e360890ac4edc6ef9559 145560 comm optional simph323_1.13.5.4-1_i386.deb
 8c05416e43a7843d5425d8ce8c3b484f 20017668 libdevel extra libopenh323-dbg_1.13.5.4-1_i386.deb
 a3bf9ac627766564c8668bdfa93f1b51 273360 doc extra libopenh323-doc_1.13.5.4-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBF7DdS+BYJZB4jhERAtmDAKCBPg05EfC/AKHojVC2MaVaWHAfQQCffdsR
VBCMlTXumvxc7wWKiowfoPg=
=TgS5
-----END PGP SIGNATURE-----