From owner-freebsd-questions@FreeBSD.ORG Thu May 19 22:01:25 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 50F8916A4CE for ; Thu, 19 May 2005 22:01:25 +0000 (GMT) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8065C43DAC for ; Thu, 19 May 2005 22:01:24 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm67aec.bellsouth.net ([68.209.163.3]) by imf22aec.mail.bellsouth.netESMTP <20050519220124.ZNEM2059.imf22aec.mail.bellsouth.net@ibm67aec.bellsouth.net>; Thu, 19 May 2005 18:01:24 -0400 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm67aec.bellsouth.net (InterMail vG.1.02.00.01 201-2136-104-101-20040929) with ESMTP id <20050519220119.ELC8829.ibm67aec.bellsouth.net@[192.168.1.5]>; Thu, 19 May 2005 18:01:19 -0400 In-Reply-To: <428D0A74.9000302@open-networks.net> References: <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> <428D0637.7020908@open-networks.net> <20050519213914.GC14222@xor.obsecurity.org> <428D0A74.9000302@open-networks.net> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <830F74FF-5966-4FEB-AF2F-4F48F83E3940@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Thu, 19 May 2005 18:01:14 -0400 To: Timothy Smith X-Mailer: Apple Mail (2.730) cc: freebsd-questions@freebsd.org cc: Alex Zbyslaw cc: Kris Kennaway 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 22:01:25 -0000 On May 19, 2005, at 5:51 PM, Timothy Smith wrote: > Kris Kennaway wrote: > > >> On Fri, May 20, 2005 at 07:33:43AM +1000, Timothy Smith wrote: >> >> >>> 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' >>> >>> >> >> Make sure your freetype port is up-to-date and that you don't have >> stale freetype files installed from a previous non-ports install or >> from a previous version of the port that you did not upgrade >> correctly. Use pkg_which from the portupgrade package to do this >> (see >> the manpage). >> >> Kris >> >> > ok maybe we have found the problem here > pkg_which freetype2-2.1.7_3 > freetype2-2.1.7_3: not found you need freetype2 2.1.9 > > yet pkg_info see's it > _______________________________________________ > 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" >