Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 1999 17:50:18 +1300
From:      "Dan Langille" <junkmale@xtra.co.nz>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: lynx port fails on one machine
Message-ID:  <19990319045118.TOZL682101.mta1-rme@wocker>
In-Reply-To: <19990319042658.FKQW3226200.mta2-rme@wocker>

next in thread | previous in thread | raw e-mail | index | archive | help

On 19 Mar 99, at 17:25, Dan Langille wrote:

> I'm trying to install the lynx port on a particular machine.  Here's what 
> I did:

[all that guff snipped]

> 
> Now I'm lost.  What's wrong?
> 
> On another machine, this build is working fine.  But that machine has all 
> the port skeletons installed.  The above was done manually.

Well, as soon as I posted this, someone on undernet irc #freebsd spotted 
it and told me they knew the answer.  The problem was that I was using the 
current bsd.port.mk but an old fetch binary which did not support the -A 
switch that bsd.port.mk was trying to use.  So I needed the upgrade kit as 
specifed at http://www.freebsd.org/ports/.

Here's what I did to fix the above:

cd /usr/ports
fetch -p ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-3-
stable/Latest/31upgrade.tgz
pkg_add 31upgrade.tgz
cd www/lynx
make

and the make is now proceeding nicely, thank you very much. <grin>



--
Dan Langille
The FreeBSD Diary
http://www.FreeBSDDiary.com/freebsd


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990319045118.TOZL682101.mta1-rme>