From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 18:46:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41E1A106564A for ; Thu, 19 Feb 2009 18:46:19 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 10EAB8FC0A for ; Thu, 19 Feb 2009 18:46:18 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id BBAB0AFC1FE; Thu, 19 Feb 2009 09:46:17 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 19 Feb 2009 09:46:17 -0900 User-Agent: KMail/1.9.10 References: <200902172014.58336.frank.wissmann41@web.de> <20090219105343.b04c03bd.freebsd@edvax.de> <200902191814.01657.frank.wissmann41@web.de> In-Reply-To: <200902191814.01657.frank.wissmann41@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200902190946.17508.fbsd.questions@rachie.is-a-geek.net> Cc: Frank =?iso-8859-1?q?Wi=DFmann?= , Polytropon Subject: Re: World doesn't build correctly 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: Thu, 19 Feb 2009 18:46:19 -0000 On Thursday 19 February 2009 08:14:01 Frank Wi=DFmann wrote: > I did it now the way you told me but it still shows 7.0-Release at > uname -a. I attach my "make.conf" and "cvs-supfile"' maybe there is > something wrong? Yep. You're using the cvs-supfile, which does not update the source tree, b= ut=20 makes a cvs repository copy. You will now have: /usr/src/src /usr/src/CVSROOT-* /usr/src/doc /usr/src/ports /usr/src/www /usr/src/sup You should delete those, using rm -rf. Next: 1) cp /usr/share/examples/cvsup/stable-supfile /etc/ 2) sed -i.bak -e 's/CHANGE_THIS/cvsup.de/' /etc/stable-supfile 3) csup -L2 /etc/stable-supfile 4) cd /usr/src Now rebuild world and kernel as you've done before. You will want to run=20 mergemaster as mergemaster -iU. =2D-=20 Mel Problem with today's modular software: they start with the modules and never get to the software part.