From owner-freebsd-current@FreeBSD.ORG Sat Oct 25 04:19:32 2014 Return-Path: Delivered-To: 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 E79C9B66 for ; Sat, 25 Oct 2014 04:19:32 +0000 (UTC) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD67FC73 for ; Sat, 25 Oct 2014 04:19:32 +0000 (UTC) X_CMAE_Category: , , X-CNFS-Analysis: v=2.0 cv=NupTgrhJ c=1 sm=1 a=60v6UuX1j5Kr1+jwqVp4LA==:17 a=L9H7d07YOLsA:10 a=kj9zAlcOel0A:10 a=sIt-5M63AAAA:8 a=i6WtsrsUsoKNIgI_Ji0A:9 a=CjuIK1q_8ugA:10 a=60v6UuX1j5Kr1+jwqVp4LA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: cm9iZXJ0aHVmZkByY24uY29t Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.mail=roberthuff@rcn.com; spf=neutral; sender-id=neutral Received-SPF: neutral (smtp01.rcn.cmh.synacor.com: 209.6.39.248 is neither permitted nor denied by domain of rcn.com) Received: from [209.6.39.248] ([209.6.39.248:62084] helo=jerusalem.litteratus.org.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 3.6.2.43620 r(Platform:3.6.2.0)) with ESMTP id 4A/43-47743-2D42B445; Sat, 25 Oct 2014 00:19:31 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21579.9426.793020.468264@jerusalem.litteratus.org> Date: Sat, 25 Oct 2014 00:19:30 -0400 To: David Wolfskill Subject: Re: can't build CURRENT/amd64 using 9.3? In-Reply-To: <20141025040903.GT1235@albert.catwhisker.org> References: <21577.45368.652684.358507@jerusalem.litteratus.org> <1414161292.12052.636.camel@revolution.hippie.lan> <21578.44013.924580.237535@jerusalem.litteratus.org> <21578.58677.191263.464446@jerusalem.litteratus.org> <21578.63389.245058.509853@jerusalem.litteratus.org> <20141025014708.GR1235@albert.catwhisker.org> <21579.8424.999423.296697@jerusalem.litteratus.org> <20141025040903.GT1235@albert.catwhisker.org> X-Mailer: VM 8.1.2 under 24.3.1 (i386-portbld-freebsd9.3) X-Mailman-Approved-At: Sat, 25 Oct 2014 04:29:51 +0000 Cc: roberthuff@rcn.com, current@freebsd.org 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: Sat, 25 Oct 2014 04:19:33 -0000 David Wolfskill writes: > > > I believe that the cited message refers to the kernel configuration > > > file, which is expected to be in sys/amd64/conf/GENERIC within the > > > src hierarchy. > > > > Like this: > > > > huff@>> pwd > > /usr/src > > huff@>> dir sys/amd64/conf/GENERIC > > -rw-rw-r-- 1 root wheel 14594 Oct 23 07:28 sys/amd64/conf/GENERIC > > > > ? > > If the "make installkernel" is being done from /usr/src, yes. > > Contents of /etc/make.conf and/or /etc/src.conf may have bearing > on this, as well. No make.conf. src.conf= #KERNCONF="JERUSALEM" KERNCONF="GENERIC" #WITH_LIBICONV_COMPAT="yes" #TARGET=amd64 #TARGET_ARCH=amd64 Robert Huff