From owner-freebsd-stable@FreeBSD.ORG Fri Nov 23 13:45:45 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E7F0FCB for ; Fri, 23 Nov 2012 13:45:45 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 6448C8FC0C for ; Fri, 23 Nov 2012 13:45:44 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TbtZg-00021S-4d for freebsd-stable@freebsd.org; Fri, 23 Nov 2012 05:45:44 -0800 Date: Fri, 23 Nov 2012 05:45:44 -0800 (PST) From: Beeblebrox To: freebsd-stable@freebsd.org Message-ID: <1353678344136-5763503.post@n5.nabble.com> In-Reply-To: <1353674282188-5763482.post@n5.nabble.com> References: <1353670641224-5763472.post@n5.nabble.com> <1353671378109-5763475.post@n5.nabble.com> <1353674282188-5763482.post@n5.nabble.com> Subject: Re: buildworld with clang breaks because no cc MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2012 13:45:45 -0000 I am now stuck with trying to make this work. I am doing buildworld with clang and ccache enabled. 1. I have to keep re-starting buildworld at different points of break. When re-started the build continues past the last break-point and goes on to break somewhere else. 2. This continues until build gets to ===> usr.bin/ypwhich (all) and cannot continue past the error. 3. I disable ccache in /usr/local/etc/buildflags.conf and re-start the build. Progresses upto: sh /asp/src/tools/install.sh -s -o root -g wheel -m 444 libz.so.6 /usr/obj/asp/src/lib32/usr/lib32 ln -fs libz.so.6 /usr/obj/asp/src/lib32/usr/lib32/libz.so However, examining the contents after build-break of /usr/obj/asp/src/lib32/usr/lib32/ shows libz.so.6 and its linked alias libz.so. I am not able to move any further without help because I cannot figure out where the problem may be. Thanks for any help. -- View this message in context: http://freebsd.1045724.n5.nabble.com/buildworld-with-clang-breaks-because-no-cc-tp5763472p5763503.html Sent from the freebsd-stable mailing list archive at Nabble.com.