From owner-freebsd-questions@FreeBSD.ORG Fri Dec 9 15:08:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95E4516A420 for ; Fri, 9 Dec 2005 15:08:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F8C43D73 for ; Fri, 9 Dec 2005 15:08:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 22431 invoked from network); 9 Dec 2005 15:08:12 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Dec 2005 15:08:12 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 0C7D42841D; Fri, 9 Dec 2005 10:08:10 -0500 (EST) Sender: lowell@be-well.ilk.org To: "kalin mintchev" References: <49491.24.90.33.115.1133869190.squirrel@mail.el.net> Date: Fri, 9 Dec 2005 04:09:31 -0500 From: Lowell Gilbert In-Reply-To: <49491.24.90.33.115.1133869190.squirrel@mail.el.net> Message-ID: <44y82us3zb.fsf@be-well.ilk.org> Lines: 57 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: firefox buid error.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2005 15:08:14 -0000 "kalin mintchev" writes: > hi all... > > trying to build firefox firefox-1.5 from ports. > machine: 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Mon Aug 15 20:16:14 EDT 2005 > upgraded www ports last night and today. mozilla port was updated today > agian. port build stops at the same place. pkg_add -r brings down 1.0.3. i > had 1.0.6... anybody knows where to get the working one? > thanks... > > > c++ -o nsDNSService2.o -c -DMOZILLA_INTERNAL_API -DOSTYPE=\"FreeBSD5\" > -DOSARCH=\"FreeBSD\" -DBUILD_ID=0000000000 -DIMPL_NS_NET > -I./../../base/src -I../../../dist/include/xpcom > -I../../../dist/include/string -I../../../dist/include/pref > -I../../../dist/include/unicharutil -I../../../dist/include/necko > -I../../../dist/include -I/usr/local/include/nspr -I/usr/local/include > -I/usr/local/include -I../../../dist/sdk/include -I/usr/X11R6/include > -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include > -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align > -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor > -Wno-long-long -pipe -O -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O > -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include > -DMOZILLA_CLIENT -include ../../../mozilla-config.h nsDNSService2.cpp > > In file included from nsDNSService2.h:40, > from nsDNSService2.cpp:38: > nsHostResolver.h:95: error: ISO C++ forbids declaration of `PRAddrInfo' > with no type > nsHostResolver.h:95: error: expected `;' before '*' token > nsHostResolver.h: In member function `PRBool nsHostRecord::HasResult() > const': > nsHostResolver.h:99: error: `addr_info' undeclared (first use this function) > nsHostResolver.h:99: error: (Each undeclared identifier is reported only > once for each function it appears in.) > nsHostResolver.h: At global scope: > nsHostResolver.h:209: error: `PRAddrInfo' has not been declared > nsHostResolver.h:209: error: ISO C++ forbids declaration of `parameter' > with no type > nsDNSService2.cpp: In member function `virtual nsresult > nsDNSRecord::GetCanonicalName(nsACString_internal&)': > nsDNSService2.cpp:98: error: 'class nsDerivedSafe' has no > member named 'addr_info' > nsDNSService2.cpp:99: error: 'class nsDerivedSafe' has no > member named 'addr_info' > nsDNSService2.cpp:99: error: `PR_GetCanonNameFromAddrInfo' undeclared > (first use this function) > nsDNSService2.cpp: In member function `virtual nsresult > nsDNSRecord::GetNextAddr(PRUint16, PRNetAddr*)': > nsDNSService2.cpp:115: error: 'class nsDerivedSafe' has no > member named 'addr_info' > nsDNSService2.cpp:116: error:% Do you, perhaps, need to update your nspr port? If possible, update all your other ports before trying to build the new firefox...