From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 8 09:30:03 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E24216A417 for ; Thu, 8 Nov 2007 09:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F212513C491 for ; Thu, 8 Nov 2007 09:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id lA89U2Zr006491 for ; Thu, 8 Nov 2007 09:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id lA89U23n006490; Thu, 8 Nov 2007 09:30:02 GMT (envelope-from gnats) Date: Thu, 8 Nov 2007 09:30:02 GMT Message-Id: <200711080930.lA89U23n006490@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Angelo Turetta Cc: Subject: Re: bin/117811: Building multiple kernels with KERNCONF="ONE TWO" broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Angelo Turetta List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 09:30:03 -0000 The following reply was made to PR bin/117811; it has been noted by GNATS. From: Angelo Turetta To: Remko Lodder Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/117811: Building multiple kernels with KERNCONF="ONE TWO" broken Date: Thu, 08 Nov 2007 10:26:17 +0100 Remko Lodder wrote: > Are you sure you have a fully updated and fully available /usr/src tree? > Can you still reproduce this today? for example with HEAD(/CURRENT) and > or RELENG_7 ? Yes. Sorry, the subject of this bug should be more accurate. Actually it's not buildkernel that fails. The failure is at the beginning of the cleandir phase of buildworld, but only if you specify more than one kernel configuration. The example command line I put in the How-To-Repeat is guaranteed to fail about 10 secs down the road, if you omit buildworld it works. I tested on both amd64 and i386. Angelo.