From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 6 14:42:26 2005 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E783316A41F for ; Tue, 6 Sep 2005 14:42:26 +0000 (GMT) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 21F1943D48 for ; Tue, 6 Sep 2005 14:42:25 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 06 Sep 2005 14:42:24 -0000 Received: from unknown (EHLO zi025.glhnet.mhn.de) [129.187.19.157] by mail.gmx.net (mp009) with SMTP; 06 Sep 2005 16:42:24 +0200 X-Authenticated: #147403 Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 3A591C168; Tue, 6 Sep 2005 16:44:33 +0200 (CEST) Date: Tue, 6 Sep 2005 16:44:33 +0200 From: Simon Barner To: Vitaliy Biliyenko Message-ID: <20050906144432.GA39552@zi025.glhnet.mhn.de> References: <4145479f05090607337eb764b5@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: <4145479f05090607337eb764b5@mail.gmail.com> User-Agent: Mutt/1.5.9i X-Y-GMX-Trusted: 0 Cc: gnome@freebsd.org Subject: Re: mozilla firefox 1.0.6 building bug X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 14:42:27 -0000 --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Vitaliy Biliyenko wrote: > uname -a > FreeBSD spider 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Mon Aug 22 > 16:14:53 EEST 2005 > root@spider:/usr/obj/usr/src/sys/CUSTOM3 i386 >=20 >=20 > timestamps > $FreeBSD: ports/www/firefox/Makefile,v 1.129 2005/09/02 05:00:03 marcus = Exp $ > $MCom: ports-stable/www/firefox/Makefile,v 1.18 2005/08/20 21:53:54 mezz= Exp $ >=20 >=20 > I have a problem building the latest Firefox 1.0.6. Exactly the same I > get when trying to build Thunderbird 1.0.6. For some time I had > Firefox 1.0.4 and Thunderbird 1.0.2 installed and working perfectly. > So, this is what I get during the build > =20 > ... > c++ -o nsDNSService2.o -c -DOSTYPE=3D\"FreeBSD5\" -DOSARCH=3D\"FreeBSD\"= =20 > -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=20 > -I/usr/X11R6/include -fPIC -I/usr/X11R6/include > -I/usr/local/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 -O -pipe -fshort-wchar -pipe=20 > -DNDEBUG -DTRIMMED -O -I/usr/X11R6/include -I/usr/local/include=20 > -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() co= nst': > nsHostResolver.h:99: error: `addr_info' undeclared (first use this functi= on) > 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&)': > nsDNSService2.cpp:95: error: 'class nsDerivedSafe' has > no member named 'addr_info' > nsDNSService2.cpp:96: error: 'class nsDerivedSafe' has > no member named 'addr_info' > nsDNSService2.cpp:96: error: `PR_GetCanonNameFromAddrInfo' undeclared > (first use this function) > nsDNSService2.cpp: In member function `virtual nsresult > nsDNSRecord::GetNextAddr(PRUint16, PRNetAddr*)': > nsDNSService2.cpp:112: error: 'class nsDerivedSafe' has > no member named 'addr_info' > nsDNSService2.cpp:113: error: 'class nsDerivedSafe' has > no member named 'addr_info' > nsDNSService2.cpp:113: error: `PR_EnumerateAddrInfo' undeclared (first > use this function) > nsDNSService2.cpp: In member function `PRUint16 > nsDNSService::GetAFForLookup(const nsACString&)': > nsDNSService2.cpp:528: error: `PR_AF_UNSPEC' undeclared (first use > this function) > gmake[4]: *** [nsDNSService2.o] Error 1 > gmake[4]: Leaving directory > `/usr/ports/www/firefox/work/mozilla/netwerk/dns/src' > gmake[3]: *** [libs] Error 2 > gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/netwerk/= dns' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/netwerk' > gmake[1]: *** [tier_9] Error 2 > gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' > gmake: *** [default] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/www/firefox. >=20 > I get this every time I try to build it. > I would be very thankful for every advice Update your devel/nspr port. See also: http://lists.freebsd.org/pipermail/freebsd-gnome/2005-September/012138.html Simon --UugvWAfsgieZRqgk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDHatQCkn+/eutqCoRAsL4AKCt7stR+s/yybqly2jSUuTZ7iL7iQCg+ZfJ 9vhnM8VaS6/Vjh+E0BIIyxU= =qTlQ -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk--