From owner-freebsd-questions@FreeBSD.ORG Thu May 19 06:19:56 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 B210316A4CE for ; Thu, 19 May 2005 06:19:56 +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 9AEA943D99 for ; Thu, 19 May 2005 06:19:55 +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 62636A2B; Thu, 19 May 2005 16:19:48 +1000 (EST) Message-ID: <428C3003.2050603@open-networks.net> Date: Thu, 19 May 2005 16:19:47 +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> In-Reply-To: <4288C4FE.90201@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 06:19:56 -0000 Alex Zbyslaw wrote: > Timothy Smith wrote: > >> i've gotten futher, i've found you can't compile it with make, you >> need to use gmake. sunbird compiled fine, however firefox errors with >> >> +++ making chrome /usr/home/timothy/mozilla/netwerk/resources => >> ../../dist/bin/chrome/en-US.jar >> error: file '../../toolkit/locales/en-US/chrome/necko/contents.rdf' >> doesn't exist at ../../config/make-jars.pl line 418, chunk 9. >> gmake[3]: *** [libs] Error 2 >> gmake[3]: Leaving directory >> `/usr/home/timothy/mozilla/netwerk/resources' >> gmake[2]: *** [libs] Error 2 >> gmake[2]: Leaving directory `/usr/home/timothy/mozilla/netwerk' >> gmake[1]: *** [tier_9] Error 2 >> gmake[1]: Leaving directory `/usr/home/timothy/mozilla' >> gmake: *** [default] Error 2 > > > Why aren't you compiling this from the port? With a port someone has > already gone to the trouble of making FreeBSD specific patches to fix > things like configuration issues. Is there a reason for trying to > re-invent all those wheels? > > --Alex > > > well whats the lastest port, how quickly are ports brought up todate with the current version? i'd like to be able to compile it myself and not have to rely on someone else.