From owner-freebsd-stable@freebsd.org Thu Feb 28 12:50:49 2019 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 828691506571 for ; Thu, 28 Feb 2019 12:50:49 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D95D9684EA for ; Thu, 28 Feb 2019 12:50:48 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: by mailman.ysv.freebsd.org (Postfix) id 9278D150656D; Thu, 28 Feb 2019 12:50:48 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FED4150656B for ; Thu, 28 Feb 2019 12:50:48 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1039684E5; Thu, 28 Feb 2019 12:50:47 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x1SCogn1056288; Thu, 28 Feb 2019 04:50:42 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id x1SCogDB056287; Thu, 28 Feb 2019 04:50:42 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201902281250.x1SCogDB056287@pdx.rh.CN85.dnsmgr.net> Subject: Re: FreeBSD 12.0 RELEASE i386 can not build a kernel? In-Reply-To: <20190228094412.GS2420@kib.kiev.ua> To: Konstantin Belousov Date: Thu, 28 Feb 2019 04:50:42 -0800 (PST) CC: rgrimes@FreeBSD.org, stable@FreeBSD.org, Dimitry Andric Reply-To: rgrimes@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: E1039684E5 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2019 12:50:49 -0000 > On Thu, Feb 28, 2019 at 12:49:25AM -0800, Rodney W. Grimes wrote: > > > -- Start of PGP signed section. > > > > On 28 Feb 2019, at 00:37, Rodney W. Grimes wrote: > > > > > > > > > > config CUSTOM > > > > > Kernel build directory is ../compile/CUSTOM > > > > > Don't forget to do ``make cleandepend && make depend'' > > > > > fb-bld-120-i386.dnsmgr.net:root {200}# cd ../compile/CUSTOM > > > > > fb-bld-120-i386.dnsmgr.net:root {201}# (make cleandepend && make depend && make -j4 && make install) >&make.OUT > > > > > fb-bld-120-i386.dnsmgr.net:root {202}# more make.OUT > > > > > make: "../../../conf/../../../conf/kern.pre.mk" line 127: amd64/arm64/i386 kernel requires linker ifunc support > > > > > > > > After ifunc support was introduced, you have to run at least > > > > "make kernel-toolchain" before "make buildkernel", or otherwise just run > > > > "make buildworld" first. That will build the linker which supports the > > > > required functionality. > > > > > > This is the -RELEASE, why is the release not built with the > > > proper toolchain in place? This is not some upgrade or anything > > > odd, download 12.0-RELEASE i386 iso, install it with sources, > > > try to build a kernel. > > > > > > I am running your suggested make kernel-toolchain now > > > to see if that fixes the problem (it shouid not, or > > > if it does we have a major issue with our release > > > building procedures.) > > > > Sadly I have confirmed that "make kernel-toolchain" does infact > > fix the above error. > > > > Now the begging question, why isnt the toolchain as shipped > > already properly built? > > > > This is a stock FreeBSD-12.0=RELEASE-i386-disc1.iso install, > > with stock sources from the iso. I was simply configuring > > a custom kernel, I should not need to build a took chain > > to build a kernel when nothing has changed from the > > RELEASE, it should already be the correct toolchain. > > Let me guess. You use 'make' in sys/i386/build/YOUR_KERNEL ? > Then you need to use 'LD=ld.ldd make'. The proper way of > 'make buildkernel' from top-level src handles it automatically. > If you back up in the thread you would also see the output is the same for cd /usr/src; make buildkernel conf=CUSTOM -- Rod Grimes rgrimes@freebsd.org