Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2001 18:40:10 +0300
From:      Martin McFlySr <Martin@McFlySr.Kurgan.Ru>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: make world
Message-ID:  <8373951066.20010318184010@McFlySr.Kurgan.Ru>
In-Reply-To: <20010318081642.A5067@seatle.vredesdorp.nl>
References:  <20010318081642.A5067@seatle.vredesdorp.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Robert Tan T.G.,

Sunday, 18 March  2001, 10:16:42, you wrote:



RTTG> Im having problems rebuilding my system after a successfull cvsup.
....
-->>
RTTG> Error:  your  port uses an old layout. Please update it to match this
RTTG> bsd.port.mk.  If you have updated your ports collection via cvsup and
RTTG> are  still  getting  this  error, see Q12 and Q13 in the cvsup FAQ on
RTTG> http://www.polstra.com for further information.
RTTG> *** Error code 1

You are can fix this:

$ rm -fr /usr/ports
$ cvsup ports-supfile

or:
$ find /usr/ports/ -name patches -type d -exec rm -rf {} \;
$ find /usr/ports/ -name pkg -type d  -exec rm -rf {} \;
$ find /usr/ports/ -name md5 -type f -exec rm -f {} \;
$ cvsup ports-supfile


(c) FAQ of Fido7.Ru.Unix.Bsd


-- 
Sunday, 18 March  2001,
18:36

Best regards from future,
Martin McFlySr, HillDale.



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




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