From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 05:20:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C678016A41F for ; Wed, 21 Dec 2005 05:20:21 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from stimpy.forestinformatics.com (cvo-cr1-200-239.peak.org [69.59.200.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08CC243D46 for ; Wed, 21 Dec 2005 05:20:20 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from mothra (rodan [192.168.0.11]) by stimpy.forestinformatics.com (8.12.9/8.12.9) with SMTP id jBL5KDOo064489; Tue, 20 Dec 2005 21:20:14 -0800 (PST) (envelope-from jeff.hamann@forestinformatics.com) Message-ID: <001701c605ee$390df850$0a00a8c0@mothra> From: "Jeff D. Hamann" To: "Nikolas Britton" , References: <000d01c6052e$f0d715e0$0a00a8c0@mothra> Date: Tue, 20 Dec 2005 21:20:08 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on stimpy.forestinformatics.com Cc: freebsd-questions@freebsd.org Subject: Re: getting an old server up to scratch... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 05:20:22 -0000 This is the result after a cvsup attempt using the following cvsupfile: stimpy# cd /etc stimpy# cat cvsupfile *default host=cvsup5.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_4 *default delete use-rel-suffix *default compress src-all *default tag=. ports-all doc-all stimpy# stimpy# make buildkernel KERNCONF=MYKERNEL -------------------------------------------------------------- >>> Kernel build for MYKERNEL started on Tue Dec 20 21:18:33 PST 2005 -------------------------------------------------------------- ===> MYKERNEL mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/MYKERNEL /usr/src/sys/i386/conf/MYKERNEL ERROR: version of config(8) does not match kernel! config version = 400018, version required = 400019 Make sure that /usr/src/usr.sbin/config is in sync with your /usr/src/sys and install a new config binary before trying this again. If running the new config fails check your config file against the GENERIC or LINT config files for changes in config syntax, or option/device naming conventions *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. stimpy# ----- Original Message ----- From: "Nikolas Britton" To: "Jeff D. Hamann" Cc: ; Sent: Tuesday, December 20, 2005 5:23 PM Subject: Re: getting an old server up to scratch... > On 12/20/05, Jeff D. Hamann wrote: >> I've been trying to build a new server and I've gotten to stage where I >> can >> start moving some of the data over from the old server. In the process >> I've >> decided to move my version control software from cvs to svn and have been >> using svn nicely now for some time. My old machine is a FreeBSD 4.4 >> machine >> and the ports trees simply doesn't work anymore. I only get: >> >> stimpy# cd /usr/ports/devel/cvs2svn >> stimpy# make install >> "/usr/ports/Mk/bsd.port.mk", line 4942: Malformed conditional >> (defined(USE_RCORDER) || defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != >> "YES") >> "/usr/ports/Mk/bsd.port.mk", line 4952: Malformed conditional >> (defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES") >> "/usr/ports/Mk/bsd.port.mk", line 4963: if-less endif >> "/usr/ports/Mk/bsd.port.mk", line 4963: Need an operator >> "/usr/ports/Mk/bsd.port.mk", line 5272: if-less endif >> "/usr/ports/Mk/bsd.port.mk", line 5272: Need an operator >> make: fatal errors encountered -- cannot continue >> stimpy# >> >> for practically every port these days. I've tried installing from source >> and >> I need to upgrade python (which doesn't work using portupgrade either). I >> see it isn't possible to use cvs2svn on the new machine were I get to >> pass >> in the cvs path as :pserver:/blah,blah,blah... and I can't make a dump >> file >> on the old machine... >> >> now what? >> >> For svn users, is there a way to dump the cvs repos without using >> cvs2svn? >> >> and for FreeBSD users, >> >> Is it possible to get the port working or should I just move on and lick >> my >> wounds? >> > > Have you tryed updating your ports system with cvsup and/or updating > that system to 4.11 (RELENG_4_11) ? > >