From owner-freebsd-bugs@FreeBSD.ORG Thu Apr 2 12:50:03 2009 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 737BA106566B for ; Thu, 2 Apr 2009 12:50: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 473C08FC16 for ; Thu, 2 Apr 2009 12:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n32Co387064058 for ; Thu, 2 Apr 2009 12:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n32Co3eo064057; Thu, 2 Apr 2009 12:50:03 GMT (envelope-from gnats) Date: Thu, 2 Apr 2009 12:50:03 GMT Message-Id: <200904021250.n32Co3eo064057@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John Baldwin Cc: Subject: Re: misc/133066: [build] make buildworld on RELENG_6_4 is broken when /usr/src is readonly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2009 12:50:03 -0000 The following reply was made to PR misc/133066; it has been noted by GNATS. From: John Baldwin To: bug-followup@FreeBSD.org, sudakov@sibptus.tomsk.ru Cc: Subject: Re: misc/133066: [build] make buildworld on RELENG_6_4 is broken when /usr/src is readonly Date: Thu, 2 Apr 2009 08:40:57 -0400 You have a non-clean source tree. Doing 'make clean' in /sys/boot once would probably fix it. If you had a pristine /usr/src that you hadn't done any builds in and mounted it read-only, it would probably work fine. As such, I don't think this is a FreeBSD bug. -- John Baldwin