From owner-freebsd-current@FreeBSD.ORG Fri Jan 16 16:15:12 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 A61AD16A4CE for ; Fri, 16 Jan 2004 16:15:12 -0800 (PST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id E451143D58 for ; Fri, 16 Jan 2004 16:15:08 -0800 (PST) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [67.119.39.230] $ on Novell NetWare via secured & encrypted transport (TLS); Fri, 16 Jan 2004 17:15:09 -0700 Message-ID: <40087EF0.7040308@myrealbox.com> Date: Fri, 16 Jan 2004 16:16:48 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <200401162306.24590.sperber@gmx.at> <20040116155509.R93165@carver.gumbysoft.com> In-Reply-To: <20040116155509.R93165@carver.gumbysoft.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 16 Jan 2004 16:41:29 -0800 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:15:12 -0000 Doug White wrote: > On Fri, 16 Jan 2004, Sperber wrote: > > >>Hi there >> >>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? > I tried that, but I still get a similar error. Notice the difference in the path, however: cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/usr.bin/lex/lib/libyywrap.c building static ln library ranlib libln.a sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 lex /usr/obj/usr/src/i386/legacy/usr/bin sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/usr.bin/lex/FlexLexer.h /usr/obj/usr/src/i386/legacy/usr/include/c++/3.3 install: /usr/obj/usr/src/i386/legacy/usr/include/c++/3.3: No such file or directory I have no /usr/Data directory on my machine. I wonder if Sperber has. In my case I have no /usr/obj/usr/src/i386/legacy/usr/include/c++ directory.