From owner-freebsd-current@FreeBSD.ORG Fri Jan 16 16:06:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43F8016A4CE for ; Fri, 16 Jan 2004 16:06:42 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC3643D54 for ; Fri, 16 Jan 2004 16:06:39 -0800 (PST) (envelope-from nork@ninth-nine.com) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [192.168.36.3]) by sakura.ninth-nine.com (8.12.10/8.12.10/NinthNine) with SMTP id i0H06ceF025790 for ; Sat, 17 Jan 2004 09:06:38 +0900 (JST) (envelope-from nork@ninth-nine.com) Date: Sat, 17 Jan 2004 09:06:38 +0900 (JST) Message-Id: <200401170006.i0H06ceF025790@sakura.ninth-nine.com> From: Norikatsu Shigemura To: current@freebsd.org In-Reply-To: <20040116155509.R93165@carver.gumbysoft.com> References: <200401162306.24590.sperber@gmx.at> <20040116155509.R93165@carver.gumbysoft.com> X-Mailer: Sylpheed version 0.9.8a (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: make buildworld fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 17 Jan 2004 00:06:42 -0000 On Fri, 16 Jan 2004 15:55:40 -0800 (PST) Doug White wrote: > > make buildworld fails as a directory in obj is not created: > > /usr/obj/usr/src/i386/legacy/usr/include/c++/3.3 > > (it fails at the beginning of make world) > > sh /usr/Data/usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/Data/ > > usr/src/usr.bin/lex/FlexLexer.h /usr/obj/usr/Data/usr/src/i386/legacy/usr/ > > include/c++/3.3 > > install: /usr/obj/usr/Data/usr/src/i386/legacy/usr/include/c++/3.3: No such > > file or directory > > (a mkdir while make buildworld is running overrides the error) > This is wierd .. that's been changed for well over 6 months. It works > properly on my system. Have you tried removing /usr/obj? Humm.. I think so, but in my environment(Today current), there is a this problem. Yes, I did chflags noschg /usr/obj; rm -rf /usr/obj. I don't know why /usr/obj/usr/Data/usr/src/i386/legacy/usr/include/c++ and /usr/obj/usr/Data/usr/src/i386/legacy/usr/include/c++/3.3 was not made.