From owner-freebsd-ports@FreeBSD.ORG Wed Dec 6 22:09:50 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0B5416A52D for ; Wed, 6 Dec 2006 22:09:50 +0000 (UTC) (envelope-from jonathan.chen@solnetsolutions.co.nz) Received: from wlmlc.solnetsolutions.co.nz (wlmlc.solnetsolutions.co.nz [202.135.38.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF87243CF5 for ; Wed, 6 Dec 2006 22:08:51 +0000 (GMT) (envelope-from jonathan.chen@solnetsolutions.co.nz) Received: from wlmlc.solnetsolutions.co.nz (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 127FD6D4159; Thu, 7 Dec 2006 11:09:33 +1300 (NZDT) Received: from [127.0.0.1] (keyhole.solnetsolutions.co.nz [202.135.38.5]) by wlmlc.solnetsolutions.co.nz (Postfix) with ESMTP id AF86F6D4152; Thu, 7 Dec 2006 11:09:32 +1300 (NZDT) Message-ID: <45773F9C.50606@solnetsolutions.co.nz> Date: Thu, 07 Dec 2006 11:09:32 +1300 From: Jonathan Chen User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061024 X-Accept-Language: en-gb, en MIME-Version: 1.0 To: mad@madpilot.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Copyrighted-Material: Please read the disclaimer at the bottom of this email. Cc: freebsd-ports@freebsd.org Subject: comms/openobex 1.3 fails to build on 6-STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Dec 2006 22:09:51 -0000 Hi Guido, I'm trying to build openobex 1.3 from the ports on 6.2-PRERELEASE as of Nov 16 2006, and it's failing with the following error: [...] gmake all-recursive gmake[1]: Entering directory `/usr/ports/comms/openobex/work/openobex-1.3' Making all in include gmake[2]: Entering directory `/usr/ports/comms/openobex/work/openobex-1.3/includ e' gmake[2]: Leaving directory `/usr/ports/comms/openobex/work/openobex-1.3/include ' Making all in lib gmake[2]: Entering directory `/usr/ports/comms/openobex/work/openobex-1.3/lib' if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -fno-strict-aliasing -pipe -D_FORTIFY_SOURCE=2 -M T obex.lo -MD -MP -MF ".deps/obex.Tpo" -c -o obex.lo obex.c; \ then mv -f ".deps/obex.Tpo" ".deps/obex.Plo"; else rm -f ".deps/obex.Tpo "; exit 1; fi mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -fno-strict-aliasing -pipe -D_ FORTIFY_SOURCE=2 -MT obex.lo -MD -MP -MF .deps/obex.Tpo -c obex.c -fPIC -DPIC - o .libs/obex.o In file included from obex_main.h:61, from obex.c:49: obex_transport.h:43:33: bluetooth/bluetooth.h: No such file or directory obex_transport.h:44:30: bluetooth/rfcomm.h: No such file or directory In file included from obex_main.h:61, from obex.c:49: obex_transport.h:58: error: field `rfcomm' has incomplete type In file included from obex.c:62: btobex.h:33: error: syntax error before "bdaddr_t" btobex.h:34: error: syntax error before "bdaddr_t" obex.c:1026: error: syntax error before "bdaddr_t" obex.c: In function `BtOBEX_ServerRegister': obex.c:1030: error: `self' undeclared (first use in this function) obex.c:1030: error: (Each undeclared identifier is reported only once obex.c:1030: error: for each function it appears in.) obex.c:1033: error: `src' undeclared (first use in this function) obex.c:1034: error: `BDADDR_ANY' undeclared (first use in this function) obex.c:1035: error: `channel' undeclared (first use in this function) obex.c: At top level: obex.c:1049: error: syntax error before "bdaddr_t" obex.c: In function `BtOBEX_TransportConnect': obex.c:1053: error: `self' undeclared (first use in this function) obex.c:1060: error: `dst' undeclared (first use in this function) obex.c:1063: error: `src' undeclared (first use in this function) obex.c:1064: error: `BDADDR_ANY' undeclared (first use in this function) obex.c:1065: error: `channel' undeclared (first use in this function) gmake[2]: *** [obex.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/comms/openobex/work/openobex-1.3/lib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/comms/openobex/work/openobex-1.3' gmake: *** [all] Error 2 *** Error code 2 Any idea what could be causing this? -- Jonathan Chen Attention: This email may contain information intended for the sole use of the original recipient. Please respect this when sharing or disclosing this email's contents with any third party. If you believe you have received this email in error, please delete it and notify the sender or postmaster@solnetsolutions.co.nz as soon as possible. The content of this email does not necessarily reflect the views of SolNet Solutions Ltd.