From owner-freebsd-current@FreeBSD.ORG Mon Nov 27 21:23:23 2006 Return-Path: X-Original-To: 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 98DD516A51E; Mon, 27 Nov 2006 21:23:23 +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 8350E442FC; Mon, 27 Nov 2006 21:01:49 +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 kARL27Sn019907 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 27 Nov 2006 23:02:12 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kARL1k7g002374; Mon, 27 Nov 2006 23:01:56 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kARL1R38002365; Mon, 27 Nov 2006 23:01:27 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 27 Nov 2006 23:01:26 +0200 From: Giorgos Keramidas To: current@FreeBSD.ORG, Ruslan Ermilov Message-ID: <20061127210126.GA2121@kobe.laptop> References: <20061127174355.GA7969@kobe.laptop> <20061127193955.GE39419@rambler-co.ru> <20061127174355.GA7969@kobe.laptop> <456B3134.8090209@FreeBSD.org> <20061127194135.GF39419@rambler-co.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061127193955.GE39419@rambler-co.ru> <20061127194135.GF39419@rambler-co.ru> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.453, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.75, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Marcus Alves Grando , 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 21:23:23 -0000 On 2006-11-27 22:41, Ruslan Ermilov wrote: > On Mon, Nov 27, 2006 at 04:40:52PM -0200, Marcus Alves Grando wrote: > > http://lists.freebsd.org/pipermail/freebsd-current/2006-November/067620.html > > Not quite. If you upgraded in an unfortunate time, you still have > broken /usr/bin/crunchgen installed and thus cannot buildworld. I've > just committed a fix to the build system to address this. On 2006-11-27 22:39, Ruslan Ermilov wrote: > John committed a change to crunchgen(1) that broke it. He then backed > out an offending change, but since crunchgen(1) is a build tool, now > you have either to upgrade it manually before doing a buildworld > again, or pick up just committed Makefile.inc1, 1.565 that forces an > upgrade of crunchgen(1) during the build. 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 :)