From owner-freebsd-current@FreeBSD.ORG Wed Aug 7 12:15:06 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 39331FD8 for ; Wed, 7 Aug 2013 12:15:06 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id E03A52714 for ; Wed, 7 Aug 2013 12:15:05 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.1 cv=ANp1G3FL c=1 sm=0 tr=0 a=nVny9ETX7T5uMhI2oTVyRA==:117 a=AaUjGI9IrlcA:10 a=kj9zAlcOel0A:10 a=OA2lqS22AAAA:8 a=sIt-5M63AAAA:8 a=S2kPtTsVP8EA:10 a=6I5d2MoRAAAA:8 a=am_TcQbSZq2l_yFDeO0A:9 a=CjuIK1q_8ugA:10 a=EeD7E4ZpW3AA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=roberthuff@rcn.com; spf=neutral; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=roberthuff@rcn.com; sender-id=neutral Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 209.6.193.164 is neither permitted nor denied by domain of rcn.com) Received: from [209.6.193.164] ([209.6.193.164:25071] helo=jerusalem.litteratus.org.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id AF/C8-14489-24A32025; Wed, 07 Aug 2013 08:14:59 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20994.14913.985491.417317@jerusalem.litteratus.org> Date: Wed, 7 Aug 2013 08:14:57 -0400 To: Boris Samorodov Subject: Re: "make buildworld" fails In-Reply-To: <52022214.7080200@passap.ru> References: <51FFD21A.3050602@passap.ru> <20992.14618.332769.261961@jerusalem.litteratus.org> <52022214.7080200@passap.ru> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid Cc: Robert Huff , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 07 Aug 2013 12:15:06 -0000 Boris Samorodov writes: > > sh /usr/src/tools/install.sh -o root -g wheel -m 555 make /usr/obj/usr/src/make.amd64/bmake > > cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin `test -x /usr/obj/usr/src/make.amd64/bmake && echo /usr/obj/usr/src/make.amd64/bmake || echo make` -m /usr/src/share/mk -f Makefile.inc1 TARGET=amd64 TARGET_ARCH=amd64 buildworld > > usage: bmake [-BeikNnqrstWwX] > > [-C directory] [-D variable] [-d flags] [-f makefile] > > [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file] > > [-V variable] [variable=value] [target ...] > > *** [buildworld] Error code 2 > > > > Stop in /usr/src. > > OK, the note may be written not user-friendly. > > Well, I've had something like you get: > http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html Looks like the same thing. > The culprit was /usr/obj/usr/src/make.amd64/make. Seems to be your case > as well. huff@>> dir /usr/obj/usr/src/make.amd64 total 2284 drwxr-xr-x 3 root wheel 512 Aug 7 07:39 . drwxr-xr-x 3 root wheel 512 Aug 7 07:39 .. -rwxr-xr-x 1 root wheel 2291577 Aug 7 07:39 bmake drwxr-xr-x 3 root wheel 512 Aug 7 07:39 usr > BTW, total removing of /usr/src should help also. The 'make buildworld' is part of: #! /bin/csh cd /usr/src rm buildworld.log rm -rf /usr/obj make -v cleandir date > ./buildworld.time make -v -d l buildworld >& ./buildworld.log tail -n 50 /usr/src/buildworld.log | sendmail huff Robert Huff