From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 15:00:31 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 8160616A4D3 for ; Mon, 8 Dec 2003 15:00:31 -0800 (PST) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A37F43D2D for ; Mon, 8 Dec 2003 15:00:28 -0800 (PST) (envelope-from freebsdQ0@richardshea.fastmail.fm) Received: from server2.messagingengine.com (server2.internal [10.202.2.133]) by mail.messagingengine.com (Postfix) with ESMTP id DAD6D467B35; Mon, 8 Dec 2003 18:00:16 -0500 (EST) Received: by server2.messagingengine.com (Postfix, from userid 99) id 7B2AE733E8; Mon, 8 Dec 2003 18:00:15 -0500 (EST) 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: "Richard Shea" To: "Chris Pressey" Date: Tue, 09 Dec 2003 12:00:15 +1300 X-Sasl-Enc: MnbUPS0U5S02TSD5IbHaSw 1070924415 References: <20031208223913.CB7E875E7F@server2.messagingengine.com> <20031208145333.2f0dce5d.cpressey@catseye.mine.nu> In-Reply-To: <20031208145333.2f0dce5d.cpressey@catseye.mine.nu> Message-Id: <20031208230015.7B2AE733E8@server2.messagingengine.com> cc: FreeBSD Questions Subject: Re: CVSUPIT pkg_add 90% good/10% strange 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: Mon, 08 Dec 2003 23:00:31 -0000 On Mon, 8 Dec 2003 14:53:33 -0800, "Chris Pressey" said: > On Tue, 09 Dec 2003 11:39:13 +1300 > "Richard Shea" wrote: > > > Hi - I've just installed 4.8 from scatch. The next thing I wanted to > > do was to CVSUP so I ... > > > > cd /usr/ports/net/cvsupit > > make install distclean > > > > ... that was a bit strange because cvsupit seemed to start > > automatically as part of the 'make'. I wasn't watching it happen but I > > flicked back to the screen and I found I was being prompted for which > > CVSUP server I wanted to use. > > > > Anyway I went along with that and allowed the CVSUP session to start > > and and all seemed to go well, I ended up with a "All finished! ... > > blah, blah" dialog box (not a real dialog I was running this from the > > command line). > > > > However when I then pressed Enter on that dialog box (to go back to > > the prompt) I get ... > > > > ===> Generating temporary packing list > > ** Missing package files for cvsupit-3.1. > > *** Error code 1 > > > > Stop in /usr/ports/net/cvsupit. > > > > ... that doesn't look too good and yet the CVSUP session appears to > > have all gone fine - can anyone explain what's happening ? > > > > regards > > > > richard shea. > > No clue as to what's going wrong, sorry. > > But you should probably be using cvsup (or cvsup-without-gui), as IIRC > cvsupit is obsolete. (It's not in my ports tree, anyway.) > Hmmm, OK ... I was working off ... http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html ... and re-reading that has answered part of my question ... If you do not know anything about CVSup at all and want a single package which will install it, set up the configuration file and start the transfer via a pointy-clicky type of interface, then get the net/cvsupit package. Just hand it to pkg_add(1) and it will lead you through the configuration process in a menu-oriented fashion. ... don't know if the doco is out of date ? I may use something else in the future as you suggest but what I'm interested in initially is does this message ... ===> Generating temporary packing list ** Missing package files for cvsupit-3.1. *** Error code 1 ... mean the machine is in a good state or a bad state (.. ah, the eternal question :-) thanks richard