From owner-freebsd-current@FreeBSD.ORG Thu Jul 1 07:35:20 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D03CE106564A for ; Thu, 1 Jul 2010 07:35:20 +0000 (UTC) (envelope-from ru@freebsd.org) Received: from mail.vega.ru (mail.vega.ru [90.156.167.5]) by mx1.freebsd.org (Postfix) with ESMTP id 85D938FC16 for ; Thu, 1 Jul 2010 07:35:20 +0000 (UTC) Received: from [10.100.124.99] (helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.71 (FreeBSD)) (envelope-from ) id 1OUEIm-000Dbl-C6; Thu, 01 Jul 2010 11:35:16 +0400 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.4/8.14.4) with ESMTP id o617YXl4001338; Thu, 1 Jul 2010 11:34:33 +0400 (MSD) (envelope-from ru@freebsd.org) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.4/8.14.4/Submit) id o617YXFP001337; Thu, 1 Jul 2010 11:34:33 +0400 (MSD) (envelope-from ru@freebsd.org) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to ru@freebsd.org using -f Date: Thu, 1 Jul 2010 11:34:33 +0400 From: Ruslan Ermilov To: Claude Buisson Message-ID: <20100701073433.GB914@edoofus.dev.vega.ru> References: <20100630134932.GA70765@mech-cluster241.men.bris.ac.uk> <4C2B542D.6090702@orange.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C2B542D.6090702@orange.fr> Cc: Anton Shterenlikht , current@freebsd.org Subject: Re: buildworld fails building _dtrace_tools X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 01 Jul 2010 07:35:20 -0000 On Wed, Jun 30, 2010 at 04:26:53PM +0200, Claude Buisson wrote: > Anton Shterenlikht wrote: > > HI Claude > > > > http://www.mavetju.org/mail/view_message.php?list=freebsd-current&id=3145015 > > > > Have you got a reply to your question? > > Have you solved it? > > > > > > I'm now seeing the same on i386. > > > > Any advice? > > > > many thanks > > anton > > > > Hi Anton, > > I never received any reply.. > > I have done a binary search and found that the problem was introduced by svn > revision r204339 dated February 25 by ru@ Let's admit that the problem was uncovered, not introduced. The mentioned commit of mine is correct (try building stuff statically linked to see). > Reverting this revision by hand, I have been able to build a system "WITH_CDDL" > which could be used to rebuild from the current sources. > > But the original problem is always here: how to make a buildworld "WITH_CDDL" on > a system built "WITHOUT_CDDL" ? > > I sent a message to ru@ on April 11, without success.. Sorry, still swamped with real life issues. I think there are basically two options for bootstrapping: - reinstall stuff from some release media (e.g., take the required bits from the nearby release tarballs) - manually build/install the missing stuff from sources (if you have'em) Then do a buildworld. This problem is similar to the case when you lose /usr/bin/make or some other host tool used during the build.