From owner-freebsd-questions@FreeBSD.ORG Thu May 19 21:33:47 2005 Return-Path: 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 1AA5516A4CF for ; Thu, 19 May 2005 21:33:47 +0000 (GMT) Received: from titan.open-networks.net (dsl-202-173-176-254.qld.westnet.com.au [202.173.176.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFD4843D31 for ; Thu, 19 May 2005 21:33:45 +0000 (GMT) (envelope-from timothy@open-networks.net) Received: from [192.168.1.200] (unknown [192.168.1.1]) by titan.open-networks.net (Postfix) with ESMTP id D240D17A; Fri, 20 May 2005 07:33:43 +1000 (EST) Message-ID: <428D0637.7020908@open-networks.net> Date: Fri, 20 May 2005 07:33:43 +1000 From: Timothy Smith User-Agent: Mozilla Thunderbird 0.8 (X11/20041023) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alex Zbyslaw References: <42832E02.2090003@open-networks.net> <42837807.2090407@dial.pipex.com> <42837E15.9020302@dial.pipex.com> <4283CF69.8010005@open-networks.net> <4284D3D6.4030409@dial.pipex.com> <42851CCB.8030603@open-networks.net> <428537EF.1040306@dial.pipex.com> <42859E37.1080100@open-networks.net> <428695E1.5000100@open-networks.net> <4288C4FE.90201@dial.pipex.com> <428C3003.2050603@open-networks.net> <428C5292.9060900@dial.pipex.com> <428C55C2.9080100@open-networks.net> <428C57E6.7040300@open-networks.net> <428C8EA1.7080108@dial.pipex.com> In-Reply-To: <428C8EA1.7080108@dial.pipex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: can't build firefox 1.0.4 on 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 21:33:47 -0000 Alex Zbyslaw wrote: > Timothy Smith wrote: > >> it didn't like it too much. i did pkg_delete on the old version then >> i ran portinstall www/firefox >> which compiled for a bit then gave the following error >> >> >> gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' >> gmake: *** [default] Error 2 >> *** Error code 2 > > > This isn't the error though. This is gmake stopping because of > something previous going wrong. > > Are you doing this as root? What's the actual error? > > I've compiled the latest just fine on 4.11. > > --Alex > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > yes i'm doing all this as root i let it do a make install (instead of using portinstall, portinstall seems more verbose) and i got this nsFontMetricsPS.cpp:1633: `struct FTC_ImageTypeRec_' has no member named `face_id' gmake[4]: *** [nsFontMetricsPS.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx/src/ps' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2