Bug#340070: marked as done (yate: FTBFS: compile error: invalid conversion)

Debian Bug Tracking System owner at bugs.debian.org
Sat Dec 31 17:03:17 UTC 2005


Your message dated Sat, 31 Dec 2005 08:47:17 -0800
with message-id <E1Esjsz-00049S-HD at spohr.debian.org>
and subject line Bug#340070: fixed in yate 0.8.7+cvs20050604-4
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; 20 Nov 2005 18:24:49 +0000
>From stigge at antcom.de Sun Nov 20 10:24:49 2005
Return-path: <stigge at antcom.de>
Received: from mail-out.m-online.net ([212.18.0.9])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1Edtrs-0002Rb-LU
	for submit at bugs.debian.org; Sun, 20 Nov 2005 10:24:49 -0800
Received: from mail.m-online.net (svr20.m-online.net [192.168.3.148])
	by mail-out.m-online.net (Postfix) with ESMTP id 533D17047B;
	Sun, 20 Nov 2005 19:22:59 +0100 (CET)
Received: from atari.stigge.org (ppp-82-135-15-208.mnet-online.de [82.135.15.208])
	by mail.m-online.net (Postfix) with ESMTP id 61B0A137309;
	Sun, 20 Nov 2005 19:23:37 +0100 (CET)
Received: from [192.168.5.99] (localhost [127.0.0.1])
	by atari.stigge.org (Postfix) with ESMTP id 94AF51033FA64;
	Sun, 20 Nov 2005 19:23:44 +0100 (CET)
From: Roland Stigge <stigge at antcom.de>
To: submit at bugs.debian.org
Subject: yate: FTBFS: compile error: invalid conversion
Message-Id: <20051120182344.94AF51033FA64 at atari.stigge.org>
Date: Sun, 20 Nov 2005 19:23:44 +0100 (CET)
Delivered-To: submit at bugs.debian.org
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=-7.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	RCVD_IN_SORBS,RCVD_IN_SORBS_WEB autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02

Package: yate
Version: 0.8.7+cvs20050604-3
Severity: serious

Hi,

building the package yate in a clean sid build environment
(with pbuilder) on i386 results in:

=========================================================================
[...]
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o wavefile.yate  wavefile.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o moh.yate  moh.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o rmanager.yate  rmanager.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o extmodule.yate  extmodule.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o osschan.yate  osschan.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o regfile.yate  regfile.cpp 
/usr/bin/make -C ../contrib/ysip
make[3]: Entering directory `/tmp/buildd/yate-0.8.7+cvs20050604/contrib/ysip'
g++ -Wall   -I../.. -I../.. -I. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -c util.cpp
g++ -Wall   -I../.. -I../.. -I. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -c engine.cpp
g++ -Wall   -I../.. -I../.. -I. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -c body.cpp
g++ -Wall   -I../.. -I../.. -I. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -c message.cpp
g++ -Wall   -I../.. -I../.. -I. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -c transaction.cpp
ar rcs libysip.a util.o engine.o body.o message.o transaction.o
make[3]: Leaving directory `/tmp/buildd/yate-0.8.7+cvs20050604/contrib/ysip'
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o ysipchan.yate -I../contrib/ysip ysipchan.cpp ../contrib/ysip/libysip.a
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o pgsqlroute.yate -I/usr/include/postgresql -lpq pgsqlroute.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o cdrpgsql.yate -I/usr/include/postgresql -lpq cdrpgsql.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o register.yate -I/usr/include/postgresql -lpq register.cpp 
g++ -Wall   -I.. -I.. -O2 -fno-check-new  -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o zapchan.yate -lpri zapchan.cpp 
zapchan.cpp: In constructor 'ZaptelPlugin::ZaptelPlugin()':
zapchan.cpp:1454: error: invalid conversion from 'void (*)(char*)' to 'void (*)(pri*, char*)'
zapchan.cpp:1454: error:   initializing argument 1 of 'void pri_set_error(void (*)(pri*, char*))'
zapchan.cpp:1455: error: invalid conversion from 'void (*)(char*)' to 'void (*)(pri*, char*)'
zapchan.cpp:1455: error:   initializing argument 1 of 'void pri_set_message(void (*)(pri*, char*))'
make[2]: *** [zapchan.yate] Error 1
make[2]: Leaving directory `/tmp/buildd/yate-0.8.7+cvs20050604/modules'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/tmp/buildd/yate-0.8.7+cvs20050604'
make: *** [build-stamp] Error 2
=========================================================================

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/

---------------------------------------
Received: (at 340070-close) by bugs.debian.org; 31 Dec 2005 16:50:53 +0000
>From katie at ftp-master.debian.org Sat Dec 31 08:50:52 2005
Return-path: <katie at ftp-master.debian.org>
Received: from katie by spohr.debian.org with local (Exim 4.50)
	id 1Esjsz-00049S-HD; Sat, 31 Dec 2005 08:47:17 -0800
From: Kilian Krause <kilian at debian.org>
To: 340070-close at bugs.debian.org
X-Katie: $Revision: 1.65 $
Subject: Bug#340070: fixed in yate 0.8.7+cvs20050604-4
Message-Id: <E1Esjsz-00049S-HD at spohr.debian.org>
Sender: Archive Administrator <katie at ftp-master.debian.org>
Date: Sat, 31 Dec 2005 08:47:17 -0800
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
X-CrossAssassin-Score: 2

Source: yate
Source-Version: 0.8.7+cvs20050604-4

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

yate-dev_0.8.7+cvs20050604-4_i386.deb
  to pool/main/y/yate/yate-dev_0.8.7+cvs20050604-4_i386.deb
yate-doc_0.8.7+cvs20050604-4_all.deb
  to pool/main/y/yate/yate-doc_0.8.7+cvs20050604-4_all.deb
yate-gtk_0.8.7+cvs20050604-4_i386.deb
  to pool/main/y/yate/yate-gtk_0.8.7+cvs20050604-4_i386.deb
yate-openh323_0.8.7+cvs20050604-4_i386.deb
  to pool/main/y/yate/yate-openh323_0.8.7+cvs20050604-4_i386.deb
yate-pgsql_0.8.7+cvs20050604-4_i386.deb
  to pool/main/y/yate/yate-pgsql_0.8.7+cvs20050604-4_i386.deb
yate-qt_0.8.7+cvs20050604-4_i386.deb
  to pool/main/y/yate/yate-qt_0.8.7+cvs20050604-4_i386.deb
yate_0.8.7+cvs20050604-4.diff.gz
  to pool/main/y/yate/yate_0.8.7+cvs20050604-4.diff.gz
yate_0.8.7+cvs20050604-4.dsc
  to pool/main/y/yate/yate_0.8.7+cvs20050604-4.dsc
yate_0.8.7+cvs20050604-4_i386.deb
  to pool/main/y/yate/yate_0.8.7+cvs20050604-4_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 340070 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kilian Krause <kilian at debian.org> (supplier of updated yate 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 at debian.org)


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

Format: 1.7
Date: Sat, 31 Dec 2005 16:25:12 +0000
Source: yate
Binary: yate-pgsql yate-gtk yate-qt yate yate-doc yate-dev yate-openh323
Architecture: source i386 all
Version: 0.8.7+cvs20050604-4
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Changed-By: Kilian Krause <kilian at debian.org>
Description: 
 yate       - YATE - Yet Another Telephony Engine
 yate-dev   - Development files for YATE
 yate-doc   - Documentation for yate
 yate-gtk   - GTK module for YATE
 yate-openh323 - OpenH323 module for YATE
 yate-pgsql - Postgresql module for yate
 yate-qt    - Qt module for YATE
Closes: 339939 340070
Changes: 
 yate (0.8.7+cvs20050604-4) unstable; urgency=low
 .
   * Complete transition of openh323 and pwlib into Etch with the new libstc++.
   * Fix compilation of zapchan (Closes: #340070)
   * Purge /var/lib/yate on uninstall. (Closes: #339939)
   * Bump Standards-Version to 3.6.2. No change needed.
Files: 
 79eceb921e31f8c7586f53a78f13a8d5 1043 comm optional yate_0.8.7+cvs20050604-4.dsc
 52206fce43929ebe833b630793b8b48d 7375 comm optional yate_0.8.7+cvs20050604-4.diff.gz
 b8db9f95fb653a64287295cb3be8367e 269976 comm optional yate_0.8.7+cvs20050604-4_i386.deb
 9a2e9e2a69c038aa6ef543228fac6d64 22920 libdevel optional yate-dev_0.8.7+cvs20050604-4_i386.deb
 529dc176a8cb280b64c488a224d2d446 5722 doc optional yate-doc_0.8.7+cvs20050604-4_all.deb
 1098fc0fd28a2d59b401b843e4a71155 20712 comm optional yate-pgsql_0.8.7+cvs20050604-4_i386.deb
 1c58b57a9040758701a195961fcae28e 58688 comm optional yate-openh323_0.8.7+cvs20050604-4_i386.deb
 fbbf7bec9015397d5c8e83aab91f342c 14926 comm optional yate-gtk_0.8.7+cvs20050604-4_i386.deb
 2a3ea07e6567e9583d362f121608669e 39506 comm optional yate-qt_0.8.7+cvs20050604-4_i386.deb

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

iD8DBQFDtrLRvdkzt4X+wX8RAgzAAJ4lzrIvjttPUBPfJdoAyzJKQ0VZZwCfZ9Ph
MWm/RefjKePxguh9qdqndgI=
=njnR
-----END PGP SIGNATURE-----




More information about the Pkg-voip-maintainers mailing list