From owner-freebsd-questions@FreeBSD.ORG Sat Oct 9 14:14:45 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 5B0F416A4CE for ; Sat, 9 Oct 2004 14:14:45 +0000 (GMT) Received: from viper4.dataraq.net (viper4.dataraq.net [209.218.168.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA41A43D41 for ; Sat, 9 Oct 2004 14:14:44 +0000 (GMT) (envelope-from aj@siegel-tech.net) Received: (qmail 22787 invoked from network); 9 Oct 2004 14:15:00 -0000 Received: from pcp09609084pcs.brodwy01.nm.comcast.net (69.241.168.76) by viper4.dataraq.net with SMTP; 9 Oct 2004 14:15:00 -0000 From: Aaron Siegel To: freebsd-questions@freebsd.org Date: Sat, 9 Oct 2004 08:14:39 -0600 User-Agent: KMail/1.7 References: <4167B46A.2090803@schmittnet.com> In-Reply-To: <4167B46A.2090803@schmittnet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410090814.39803.aj@siegel-tech.net> Subject: Re: Gnome Package 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: Sat, 09 Oct 2004 14:14:45 -0000 Hello On Saturday 09 October 2004 03:50, Bill Schmitt (SW) wrote: > I installed XFree86 using "pkg_add -r XFree86" and it took a > little longer than when I had installed if from sysinstall, but it > didn't seem like a lot. Then I executed "pkg_add -r gnome2" I have not had much luck installing large collections of packages with the pkg_add -r. Unless I am using a ports tree that was included in an official release the resulting installation is out of sync. with my ports tree. I have much better results using portsupgrade. Portupgrade derives the package version from the port collection while pkg_add -r seem to download the package from the lastest release. Since you have just cvsup the most recent ports tree the packages you are installing may not be the same version as what you have in you ports tree. Run portsversion -v | less to verify the package you are installing are in sync. with your ports. I am not sure why it is taking so long to install your ports. Do you have a fast internet connection? When installing binary packages your internet connection is going to be what dictates the speed of the install not your processor. The task is not processor intensive. > > 24 hours > later, it's still running. I'm not super-concerned, but I'm trying to > understand what the differences are between the original, from the CD, > installation and this one. It's a slow machine (300MHz Pentium 2) so I > don't expect stellar performance, but it seems rather long. > > _______________________________________________ > 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"