From owner-freebsd-arch@freebsd.org Wed May 16 09:42:45 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 C0AEAEC8633 for ; Wed, 16 May 2018 09:42:45 +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 5C8E780A85 for ; Wed, 16 May 2018 09:42:45 +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 D2B8437617D2; Wed, 16 May 2018 11:42:33 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by work.stormshield.eu (Postfix) with ESMTP id C47453761A60; Wed, 16 May 2018 11:42:33 +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 v7EwV5Wmn_qs; Wed, 16 May 2018 11:42:33 +0200 (CEST) Received: from work.stormshield.eu (localhost [127.0.0.1]) by work.stormshield.eu (Postfix) with ESMTP id B2DF337617D2; Wed, 16 May 2018 11:42:33 +0200 (CEST) Date: Wed, 16 May 2018 11:42:33 +0200 (CEST) From: Emeric POUPON To: Oliver Pinter Cc: freebsd-arch Message-ID: <470629758.12930429.1526463753682.JavaMail.zimbra@stormshield.eu> In-Reply-To: References: <1427128516.12874490.1526456240718.JavaMail.zimbra@stormshield.eu> <793855837.12916849.1526461655128.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: IyRCX0WRWJnqum4mSdEFh56iQEBkXw== 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:42:45 -0000 >> 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. >> >> > Please remove this line from your src.conf, lld is required for building > kernel since the ifunc support. > I already did all the steps of the handbook without this line, and I finally had the issue I described. What I told is that adding this line + make buildworld does not solve the kernel building issue.