From owner-freebsd-arch@freebsd.org Wed May 16 09:07:47 2018 Return-Path: Delivered-To: freebsd-arch@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 8EB94EB0973 for ; Wed, 16 May 2018 09:07:47 +0000 (UTC) (envelope-from emeric.poupon@stormshield.eu) Received: from work.stormshield.eu (gwlille.netasq.com [91.212.116.1]) (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 223937F368 for ; Wed, 16 May 2018 09:07:46 +0000 (UTC) (envelope-from emeric.poupon@stormshield.eu) Received: from work.stormshield.eu (localhost [127.0.0.1]) by work.stormshield.eu (Postfix) with ESMTPS id 608A23761972; Wed, 16 May 2018 11:07:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by work.stormshield.eu (Postfix) with ESMTP id 5376B37617E4; Wed, 16 May 2018 11:07:35 +0200 (CEST) Received: from work.stormshield.eu ([127.0.0.1]) by localhost (work.stormshield.eu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id oblofA5-q-Fn; Wed, 16 May 2018 11:07:35 +0200 (CEST) Received: from work.stormshield.eu (localhost [127.0.0.1]) by work.stormshield.eu (Postfix) with ESMTP id 416C137616A6; Wed, 16 May 2018 11:07:35 +0200 (CEST) Date: Wed, 16 May 2018 11:07:35 +0200 (CEST) From: Emeric POUPON To: Oliver Pinter Cc: freebsd-arch Message-ID: <793855837.12916849.1526461655128.JavaMail.zimbra@stormshield.eu> In-Reply-To: References: <1427128516.12874490.1526456240718.JavaMail.zimbra@stormshield.eu> Subject: Re: Can't build kernel anymore: amd64 kernel requires linker ifunc support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Thread-Topic: Can't build kernel anymore: amd64 kernel requires linker ifunc support Thread-Index: NqTCxmbXDPOxDRoLzmlFCNy2O/hGNA== X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 09:07:47 -0000 >> make[2]: "/usr/src/sys/conf/kern.pre.mk" line 125: amd64 kernel requires >> linker ifunc support >> *** [buildkernel] Error code 1 >> >> make[1]: stopped in /usr/src >> 1 error >> >> >> >> How can I proceed? > > > Please consult the ${srctop}/UPDATING file or search back on freebsd > current mail list. > > Hint: buildworld before kernel > Thanks for your help. Actually, I already did all the steps described here: https://www.freebsd.org/doc/handbook/makeworld.html with success. After step 10, I now get this error. I tried to put WITHOUT_LLD_BOOTSTRAP=yes in /etc/src.conf + rebuild everything with no luck. Regards,