From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 8 13:34:41 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9D481065671 for ; Tue, 8 Jul 2008 13:34:41 +0000 (UTC) (envelope-from adrian@thearle.com.au) Received: from albert.thearle.com.au (albert.thearle.com.au [150.101.115.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB148FC0C for ; Tue, 8 Jul 2008 13:34:40 +0000 (UTC) (envelope-from adrian@thearle.com.au) Received: from [192.168.125.222] (unknown [192.168.125.222]) (Authenticated sender: adrian@thearle.com.au) by albert.thearle.com.au (Postfix) with ESMTPSA id 6BD037F; Tue, 8 Jul 2008 23:16:15 +1000 (EST) Message-ID: <4873689C.3000609@thearle.com.au> Date: Tue, 08 Jul 2008 23:16:12 +1000 From: Adrian Thearle User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: pav@FreeBSD.org References: <200807081251.m68CpY84052595@freefall.freebsd.org> In-Reply-To: <200807081251.m68CpY84052595@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.93.1/7662/Tue Jul 8 17:04:44 2008 on albert.thearle.com.au X-Virus-Status: Clean Cc: freebsd-ports-bugs@FreeBSD.org, joe@joeholden.co.uk Subject: Re: ports/124118: Update port: comms/spandsp-devel Update to 0.0.5.p3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2008 13:34:41 -0000 Seems like the latest version of yate is now 2, so I think yate-devel should be updated to this new 2 branch. However this doesn't help with the spandsp issue. I will hopefully get sometime in the next week or two to take a look at what else requires spandsp, perhaps we can move spandsp-devel into spandsp and update yate...? My understanding of spandsp is quite small, but I do know that it does change often. I checked the yate site but could not find a dependancy list for exactly what versions of spandsp worked... I guess i should talk to the yate maintainer? pav@FreeBSD.org wrote: > Synopsis: Update port: comms/spandsp-devel Update to 0.0.5.p3 > > State-Changed-From-To: open->feedback > State-Changed-By: pav > State-Changed-When: Tue Jul 8 12:51:07 UTC 2008 > State-Changed-Why: > This looks okay, but net/yate-devel port no longer compiles with the new > spandsp-devel port: > > c++ -Wall -I. -I.. -I/usr/local/include -O2 -fno-check-new -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o faxchan.yate -I/usr/local/include faxchan.cpp -lspandsp -L/usr/local/lib > faxchan.cpp: In member function `void ::FaxWrapper::init(t30_state_t*, const char*, const char*, bool)': > faxchan.cpp:308: error: `t30_set_local_ident' was not declared in this scope > faxchan.cpp:310: error: invalid conversion from `void (*)(t30_state_t*, void*, int)' to `int (*)(t30_state_t*, void*, int)' > faxchan.cpp:310: error: initializing argument 2 of `void t30_set_phase_d_handler(t30_state_t*, int (*)(t30_state_t*, void*, int), void*)' > faxchan.cpp:311: error: invalid conversion from `void (*)(t30_state_t*, void*, int)' to `int (*)(t30_state_t*, void*, int)' > faxchan.cpp:311: error: initializing argument 2 of `void t30_set_phase_b_handler(t30_state_t*, int (*)(t30_state_t*, void*, int), void*)' > faxchan.cpp:308: warning: unused variable 't30_set_local_ident' > faxchan.cpp: In member function `void ::FaxWrapper::phaseD(int)': > faxchan.cpp:377: error: `t30_get_local_ident' was not declared in this scope > faxchan.cpp:380: error: `t30_get_far_ident' was not declared in this scope > faxchan.cpp:377: warning: unused variable 't30_get_local_ident' > faxchan.cpp:380: warning: unused variable 't30_get_far_ident' > > Comments? > > > Responsible-Changed-From-To: freebsd-ports-bugs->pav > Responsible-Changed-By: pav > Responsible-Changed-When: Tue Jul 8 12:51:07 UTC 2008 > Responsible-Changed-Why: > This looks okay, but net/yate-devel port no longer compiles with the new > spandsp-devel port: > > c++ -Wall -I. -I.. -I/usr/local/include -O2 -fno-check-new -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate -o faxchan.yate -I/usr/local/include faxchan.cpp -lspandsp -L/usr/local/lib > faxchan.cpp: In member function `void ::FaxWrapper::init(t30_state_t*, const char*, const char*, bool)': > faxchan.cpp:308: error: `t30_set_local_ident' was not declared in this scope > faxchan.cpp:310: error: invalid conversion from `void (*)(t30_state_t*, void*, int)' to `int (*)(t30_state_t*, void*, int)' > faxchan.cpp:310: error: initializing argument 2 of `void t30_set_phase_d_handler(t30_state_t*, int (*)(t30_state_t*, void*, int), void*)' > faxchan.cpp:311: error: invalid conversion from `void (*)(t30_state_t*, void*, int)' to `int (*)(t30_state_t*, void*, int)' > faxchan.cpp:311: error: initializing argument 2 of `void t30_set_phase_b_handler(t30_state_t*, int (*)(t30_state_t*, void*, int), void*)' > faxchan.cpp:308: warning: unused variable 't30_set_local_ident' > faxchan.cpp: In member function `void ::FaxWrapper::phaseD(int)': > faxchan.cpp:377: error: `t30_get_local_ident' was not declared in this scope > faxchan.cpp:380: error: `t30_get_far_ident' was not declared in this scope > faxchan.cpp:377: warning: unused variable 't30_get_local_ident' > faxchan.cpp:380: warning: unused variable 't30_get_far_ident' > > Comments? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=124118 >