From owner-freebsd-current@FreeBSD.ORG Fri Jan 16 17:00:35 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 0CF0416A4CE for ; Fri, 16 Jan 2004 17:00:35 -0800 (PST) Received: from fuckchop.grouse.net.au (fc.grouse.net.au [150.101.214.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DEA843D53 for ; Fri, 16 Jan 2004 16:59:52 -0800 (PST) (envelope-from cvisors@carnagevisors.net) Received: from [203.194.52.136] (dialup-136.52.194.203.acc03-dryb-mel.comindico.com.au [203.194.52.136]) (authenticated bits=0)i0H0hPe0000943 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Sat, 17 Jan 2004 11:43:35 +1100 Mime-Version: 1.0 (Apple Message framework v609) In-Reply-To: <40087EF0.7040308@myrealbox.com> References: <200401162306.24590.sperber@gmx.at> <20040116155509.R93165@carver.gumbysoft.com> <40087EF0.7040308@myrealbox.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <42898A7F-4888-11D8-98CB-000A95A9A090@carnagevisors.net> Content-Transfer-Encoding: 7bit From: Benjamin Gardiner Date: Sat, 17 Jan 2004 11:58:27 +1100 To: FreeBSD Current X-Mailer: Apple Mail (2.609) 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 01:00:35 -0000 On 17 Jan 2004, at 11:16, walt wrote: > 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. > This also seems to be effecting the alpha port as well, (I have just for the first time tried to do this and luckley had subscribed to freeBSD current today) the error I am getting is: sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 lex /usr/obj/usr/src/alpha/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/alpha/leg acy/usr/include/c++/3.3 install: /usr/obj/usr/src/alpha/legacy/usr/include/c++/3.3: No such file or directory *** Error code 71 Benjamin