From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 16:19:00 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 624EBA79; Wed, 29 Oct 2014 16:19:00 +0000 (UTC) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (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 28D36FA8; Wed, 29 Oct 2014 16:19:00 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id bj1so3509196pad.3 for ; Wed, 29 Oct 2014 09:18:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=gVVKw9aiEXRVTKo0tO4REru0jQq17fVnTbm4NIMwjuo=; b=lPTS3oId3as/lN5Wo2WYOJ7kZ8Rjgb5JEVh9xJYHA8qmbSmn66lJC7urRSCR2BejsW ng5Jt5ourVrnZF6f8jEAKX+ahwis2MjwNRL8BzNt4V2Oj+lbSQxcDpGzzsICmM8XoGEO wAtL8ZkF8A/DUX2pVnmPydhyUuv5r60juGlklKYbPYQluu0RL/NuBUyx3RLGEyYlOPD2 rnQKy6vV0PAGpNIQE9t/GLAndpuQrGUSZ2fDKsT7qrYZWu6lt4xq5yQpDXCzE0FSrTPp K20mKqpm79GwTHHB5yMVLgN0kFT8Vaohrs3bMjJJjO9FoqKDLiVpeceUiIEnXZFyAcdN THUQ== X-Received: by 10.70.91.10 with SMTP id ca10mr11683027pdb.6.1414599539732; Wed, 29 Oct 2014 09:18:59 -0700 (PDT) Received: from ?IPv6:2601:8:ab80:7d6:8571:b1b9:d19:9112? ([2601:8:ab80:7d6:8571:b1b9:d19:9112]) by mx.google.com with ESMTPSA id mo1sm4733341pbc.69.2014.10.29.09.18.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 Oct 2014 09:18:58 -0700 (PDT) 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 (1.0) In-Reply-To: <1414593742.17308.72.camel@revolution.hippie.lan> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (12B411) From: Garrett Cooper Subject: Re: buildkernel: make[2]: exec(ctfconvert) failed (No such file or directory) Date: Wed, 29 Oct 2014 09:18:58 -0700 To: Ian Lepore Cc: Gyrd Thane Lange , FreeBSD Current , Mark Johnston 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 16:19:00 -0000 > 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 mis= match between the host and build version which is generating corrupt ctf sec= tions. I thought it had been fixed on CURRENT recently, but the converse might be t= rue--it might have been broken because it's no longer being built as part of= the bootstrap tools process. 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 wi= th the build tool: https://svnweb.freebsd.org/base/head/Makefile.inc1?annotate=3D273755#l1270=