From owner-freebsd-questions@FreeBSD.ORG Thu Jun 3 15:00:41 2004 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 3FC6A16A4D0 for ; Thu, 3 Jun 2004 15:00:41 -0700 (PDT) Received: from mtiwmhc13.worldnet.att.net (mtiwmhc13.worldnet.att.net [204.127.131.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97AEA43D5C for ; Thu, 3 Jun 2004 15:00:40 -0700 (PDT) (envelope-from apv@capital.net) Received: from capital.net (alb-24-195-88-72.nycap.rr.com[24.195.88.72]) by worldnet.att.net (mtiwmhc13) with ESMTP id <2004060322003911300hor4re> (Authid: apvanderveen); Thu, 3 Jun 2004 22:00:39 +0000 Message-ID: <40BF9F56.8010001@capital.net> Date: Thu, 03 Jun 2004 17:59:50 -0400 From: "Arend P. van der Veen" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040525 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <40BF4878.9080506@capital.net> <44pt8gy2tv.fsf@be-well.ilk.org> In-Reply-To: <44pt8gy2tv.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Ports Collection and FreeBSD 5.2.1 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, 03 Jun 2004 22:00:41 -0000 I think I figured out the problem that I was having. I compiled portupgrade before I performed a cvsup and rebuilt the kernel. Now I run cvsup, rebuild the kernel, install portupgrade (and pkgtools dependency) using make install and then execute portsdb -Uu. When I perform these steps the problems that I had cleared up. It was a stupid mistake on my part. I do have an additional question. I thought that my cvsup input was setup to load the complete ports collection. Specifically, the line ports-all tag=. loads the complete ports collection. Is this correct ? Thanks for your help, Arend Lowell Gilbert wrote: >"Arend P. van der Veen" writes: > > > >>I have been recently testing FreeBSD 5.2.1. I load the initial system >>from CD, install and configure cvsup and then download all of the src >>and port changes. My supfile is: >> >>*default host=cvsup2.us.FreeBSD.org >>*default base=/usr >>*default prefix=/usr >>*default release=cvs tag=RELENG_5_2 >>*default delete use-rel-suffix compress >> >>src-all >>ports-all tag=. >> >>I then execute: >> >>cvsup -g -L 2 /usr/sup/supfile >>portsdb -Uu >> >>portsdb returns a lot of warnings about dependency lists. I do not >>have this problem under 4.10. >> >>Does anybosy have any idea what I am doing wrong or is there something >>different in the ports collection under 5.X. >> >> > >You don't have the full ports collection. >These warnings have been broken lately, but I believe the plan is to >fix them and make them fatal (so everyone will have to get the full >ports collection if they want to build their own INDEX). >_______________________________________________ >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" > > > >