Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2001 22:29:27 +0100
From:      "Andre Goeree" <abgoeree@uwnet.nl>
To:        stable@freebsd.org
Subject:   Re: cvsup problem
Message-ID:  <20010220222927.B28847@mandark.attica.home>
In-Reply-To: <20010220120528.B36208@mollari.cthul.hu>; from kris@obsecurity.org on Tue, Feb 20, 2001 at 12:05:28PM -0800
References:  <3A92BEDE.2466B71F@infovia.com.ar> <20010220120528.B36208@mollari.cthul.hu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 20, 2001 at 12:05:28PM -0800, Kris Kennaway wrote:
> On Tue, Feb 20, 2001 at 04:00:46PM -0300, ignacio wrote:
> > Hello,
> > 
> > I have upgraded 4.1-RELEASE -> 4.2-STABLE via cvsup
> > make world, make new kernel, etc etc all fine.
> > 
> > But now i  have updated all ports via cvsup an i have problems:
> > ----------------------------
> > myhost:/usr/ports/comms/minicom# make
> > Error: your port uses an old layout.  Please update it to match this
> > bsd.port.mk.  If you have updated your ports collection via cvsup and
> > are still getting this error, see Q12 and Q13 in the cvsup FAQ on
> > http://www.polstra.com for further information.
> > *** Error code 1
> > ----------------------------
> > 
> > I have read the faq file on http://www.polstra.com
> > but i don't see what i'm doing wrong.
> 
> <rant> Argh, so much misinformation about this topic! I wish people
> would just keep their mouth shut sometimes if they don't know the
> answer, and stop spitting out garbage about things like upgrade kits
> which don't apply to this problem. </rant>
> 
> Those questions really do describe how to solve your problem - please
> go back and re-read them carefully.  They explain why your cvsup is
> not removing certain files from your ports collection (it doesn't know
> about them, so doesn't remove them) -- the presence of these files is
> causing your port build to fail -- and it explains what steps you can
> take to fix them.
> 
> Kris

I couldn't agree more:)
But you forgot to add that people should read bsd.port.mk.

.if (!defined(PATCHDIR) && exists(${MASTERDIR}/patches)) || \
        (!defined(PKGDIR) && exists(${MASTERDIR}/pkg)) || \
        (!defined(MD5_FILE) && exists(${MASTERDIR}/files/md5))
pre-everything::
        @${ECHO} "Error: your port uses an old layout.  Please update it to match this bsd.port.mk.  If you have updated your ports collection via cvsup and are 
still getting this error, see Q12 and Q13 in the cvsup FAQ on http://www.polstra.com for further information."
        @${FALSE}

It tells you exactly what's wrong with the port lay-out.

-- Andre. 


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?20010220222927.B28847>