From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 17:38:41 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3635BD74; Wed, 29 Oct 2014 17:38:41 +0000 (UTC) Received: from mail-qa0-x236.google.com (mail-qa0-x236.google.com [IPv6:2607:f8b0:400d:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D1EA2B50; Wed, 29 Oct 2014 17:38:40 +0000 (UTC) Received: by mail-qa0-f54.google.com with SMTP id u7so2520716qaz.27 for ; Wed, 29 Oct 2014 10:38:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=+6CS0RM+LKCX3RcH5SaM3hwQEdrJ4d5jCeA4t9+9x58=; b=wrykEVYKsBsa/1ZqTzRMyHYqlT+4e4qnuzMSUWas50lB81qwW9LLlmhHw4HFgJHZcC Bt2TgPF2buSccLm8Klzkkf5IVEAecFjBYClkKE3xfQZ1NOEvFqSSxW7qZUKQhbH+9AHo TKWKeYC3+c/UQBi517tn8+Mk+IaTlPFp0y5HWDjqa5GCCZy/exYDuZPjHWVp8a3kcWKl 6ke0OkfVIDr62XeTOyWvT3j0DoYlRPxCX14kuROfuPyFXhTD7vv+Wbb+iTDJ+d0V+57k Bku9LserrqtAqye9AAkqtwk3stUKZ3hCjb5Gqh1OAV2pnCx/hY4px0FCyd0uNtUDOXD4 8xgA== X-Received: by 10.229.35.197 with SMTP id q5mr18137731qcd.26.1414604318730; Wed, 29 Oct 2014 10:38:38 -0700 (PDT) Received: from ip-172-31-25-62.ec2.internal (ec2-54-85-57-1.compute-1.amazonaws.com. [54.85.57.1]) by mx.google.com with ESMTPSA id v16sm4664717qae.29.2014.10.29.10.38.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 10:38:38 -0700 (PDT) Sender: Mark Johnston Date: Wed, 29 Oct 2014 17:44:54 +0000 From: Mark Johnston To: Garrett Cooper Subject: Re: buildkernel: make[2]: exec(ctfconvert) failed (No such file or directory) Message-ID: <20141029174454.GB80471@ip-172-31-25-62.ec2.internal> References: <20141028235011.543be3ea@onyx.thanelange.no> <1414537299.17308.28.camel@revolution.hippie.lan> <20141029003515.28e26444@onyx.thanelange.no> <20141029012432.41e22c7a@onyx.thanelange.no> <20141029143850.5af41378@onyx.thanelange.no> <1414593742.17308.72.camel@revolution.hippie.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Gyrd Thane Lange , FreeBSD Current , Ian Lepore X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-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: Wed, 29 Oct 2014 17:38:41 -0000 On Wed, Oct 29, 2014 at 09:18:58AM -0700, Garrett Cooper wrote: > > > On Oct 29, 2014, at 07:42, Ian Lepore wrote: > > ... > > > Why are you the only person in the world who has had to do this? > > They're not the only one. $work is running into an issue where there's a mismatch between the host and build version which is generating corrupt ctf sections. > > I thought it had been fixed on CURRENT recently, but the converse might be true--it might have been broken because it's no longer being built as part of the bootstrap tools process. Are you referring to r266567? I'm looking at whether we could unconditionally add ctf* to the bootstrap tools. That would address the OP's problem I think, as well as the corruption issue. > > My gut says that this section is prematurely optimizing it out of the build, because it's assumed that the host tool will always be binary compatible with the build tool: > https://svnweb.freebsd.org/base/head/Makefile.inc1?annotate=273755#l1270