From owner-freebsd-current@FreeBSD.ORG Mon Nov 27 23:24:40 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73B9016A492 for ; Mon, 27 Nov 2006 23:24:40 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id E899C448E7 for ; Mon, 27 Nov 2006 22:16:42 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (evge.static.otenet.gr [212.205.236.117]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kARMEsXj025349 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 28 Nov 2006 00:15:01 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kARMEj2b002719; Tue, 28 Nov 2006 00:14:46 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kARMEjYT002712; Tue, 28 Nov 2006 00:14:45 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 28 Nov 2006 00:14:45 +0200 From: Giorgos Keramidas To: Nicolae Namolovan Message-ID: <20061127221445.GA94292@kobe.laptop> References: <20061127174355.GA7969@kobe.laptop> <456B3134.8090209@FreeBSD.org> <20061127193955.GE39419@rambler-co.ru> <20061127194135.GF39419@rambler-co.ru> <20061127210126.GA2121@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.456, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.74, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-current@freebsd.org Subject: Re: Is HEAD broken in rescue/ or am I being silly? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 23:24:40 -0000 On 2006-11-27 23:46, Nicolae Namolovan wrote: >On 11/27/06, Giorgos Keramidas wrote: > >Much obliged. I'll rebuild crunchgen locally for now, and update src/ >> tomorrow morning again, because it's *way* past my bedtime for the day. >> >> Thanks for the explanation :) > > Hi, I'm trying to downgrade from 7.0 current to 6.1 stable, but get > that nasty error, I must rebuild crunchgen ? Can you tell me how to do > that ? How to upgrade manually crunchgen ? In general, downgrades across major releases are not really supported. I am not sure if building an 6.X kernel and userland on 7.0-CURRENT and using installkernel/installworld will DTRT. You can keep your 7.0-CURRENT installation though. Rebuilding and installing a new crunchgen binary should be as easy as: # /usr/src/usr.sbin/crunch # make cleandir && make cleandir # make all install # make cleandir && make cleandir Then you can go ahead and use the normal buildworld/buildkernel procedure to upgrade to a fairly recent 7.0-CURRENT/HEAD build.