From owner-freebsd-questions@FreeBSD.ORG Thu Oct 23 09:22:35 2003 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 9FD9016A4B3 for ; Thu, 23 Oct 2003 09:22:35 -0700 (PDT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E2743F93 for ; Thu, 23 Oct 2003 09:22:32 -0700 (PDT) (envelope-from judmarc@fastmail.fm) Received: from smtp.us2.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 86497341DDE; Thu, 23 Oct 2003 12:22:30 -0400 (EDT) Received: from 10.202.2.133 ([10.202.2.133] helo=smtp.us2.messagingengine.com) by messagingengine.com with SMTP; Thu, 23 Oct 2003 12:22:30 -0400 Received: by smtp.us2.messagingengine.com (Postfix, from userid 99) id 2850E72A4C; Thu, 23 Oct 2003 12:22:30 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Jud" To: jesse@wingnet.net, "freebsd-questions" Date: Thu, 23 Oct 2003 12:22:30 -0400 X-Epoch: 1066926150 X-Sasl-enc: d/eJXXPG6yuxRW8p3yGFkQ References: <3F91D517.7040100@earthlink.net> In-Reply-To: Message-Id: <20031023162230.2850E72A4C@smtp.us2.messagingengine.com> Subject: Re: Upgrade to 4.8 RELEASE 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, 23 Oct 2003 16:22:35 -0000 On Thu, 23 Oct 2003 09:21:13 -0400, "Jesse Guardiani" said: > Jud wrote: > > > On Sat, 18 Oct 2003 20:04:39 -0400, Robert H. Perry > > wrote: > > [...] > > > Unless there is a specific reason not to do so, cvsup and make world would > > seem to be an easier and altogether better way to go for an upgrade from > > one minor version number to the next. Many users do this quite routinely > > (e.g., I do it once every week or two). See > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html#CUTTING-EDGE-SYNOPSIS>. > > While this section of the Handbook talks about the "cutting edge" > > development branches, -CURRENT and -STABLE, the same process can be used > > to upgrade to a -RELEASE. > > Do you find it impossible to install binary packages after such an > update? > Do you have to use ports after such an update? > > I could never get packages to install properly after cvsuping my source. > I'm wondering if this is somehow by design, or if I did something > wrong... ? Last question first: IIRC, you were a bit confused regarding ports vs. packages, so the reason for failure of packages (or perhaps it was ports?) to install properly may be as simple as typing commands meant for ports when you really wanted to install a package, or vice versa. Installing a package is as easy as typing 'pkg_add' followed by a URL, or a directory location if you've downloaded the package first. Installing a port is also quite easy - just cd to the port's directory and type 'make install clean.' If you cvsup the -CURRENT or 5.x base system sources and make world, then packages expecting a 4.x base system won't install properly. However (again, IIRC), Mr. Perry was contemplating an update from 4.7 to 4.8, so packages built for 4.x should install fine. Jud