From owner-freebsd-questions@freebsd.org Thu Jul 18 14:39:29 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5082BA9FF9 for ; Thu, 18 Jul 2019 14:39:29 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (enterprise.ximalas.info [IPv6:2001:700:1100:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ximalas.info", Issuer "Hostmaster ximalas.info" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AC95A8B84C for ; Thu, 18 Jul 2019 14:39:28 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (Ximalas@localhost [127.0.0.1]) by enterprise.ximalas.info (8.15.2/8.15.2) with ESMTPS id x6IEdKQu091485 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Thu, 18 Jul 2019 16:39:20 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ximalas.info; s=default; t=1563460761; bh=apN6bn7vZv/ttEFXrr8paWdBYLHFMuGhEcUsSvsxuLs=; h=Date:From:To:Subject:In-Reply-To:References; b=Bzlss3FMNuGLOkSxH1TUs+NLO+lZn+Fxhd6Huq59y+dGhfC57gYd6fAMrecQYjiiQ 8BLAS3xIVUZST3DaeZ+MKo2H+BNJ2+D5V/4W4ZeW1lA5k0KnKj3z2KrWAYnKRpgMvx lC4nKI6TH9ikt1Zlgvd7fn8d4oONwo+CeDmQPf4YqQhQV2yEcXM39spcBayKtcteEO p6k2an0VHKTzlpwNyTFTwsvtflVeHCR92sn9CFvD0fdpKrSpYOON3X92QvRmo37DVW P/ctYfooplsgbrEPxMj3dNfK1KS6clQl9pCVPMJqAcqr2MfDMn5wyq+C7orxdJU1TE o83hGQBPknwCA== Received: from localhost (trond@localhost) by enterprise.ximalas.info (8.15.2/8.15.2/Submit) with ESMTP id x6IEdK2H091482 for ; Thu, 18 Jul 2019 16:39:20 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) X-Authentication-Warning: enterprise.ximalas.info: trond owned process doing -bs Date: Thu, 18 Jul 2019 16:39:20 +0200 (CEST) From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Sender: Trond.Endrestol@ximalas.info To: "freebsd-questions@FreeBSD.org" Subject: Re: Cannot build generic kernel In-Reply-To: <100.908e0e00be82305d.007@88watts.net> Message-ID: References: <100.908e0e00be82305d.007@88watts.net> User-Agent: Alpine 2.21.99999 (BSF 352 2019-06-22) OpenPGP: url=http://ximalas.info/about/tronds-openpgp-public-key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on enterprise.ximalas.info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2019 14:39:29 -0000 On Thu, 18 Jul 2019 10:31-0400, David Azarewicz wrote: > I downloaded and installed FreeBSD-12.0-RELEASE-i386-memstick.img > > I checked out base/stable/12 r350009 using svnlite > > I followed the directions on https://www.freebsd.org/doc/handbook/kernelconfig-building.html > for building the kernel. > > I get an error: > make[2]: "/usr/src/sys/conf/kern.pre.mk" line 127: amd64/arm64/i386 kernel requires linker > ifunc support > > both > make buildkernel > and > make buildkernel KERNCONF=GENERIC > fail exactly the same way. > > Today I updated to r350112 and the problem persists. > > So I have a fresh unmodified install of FreeBSD 12.0 RELEASE, I have a fresh unmodified > checkout of FreeBSD 12 stable, I followed the directions for building the standard, default, > generic kernel and it fails. I tried searching for a solution to this problem and could not find a > solution. How can I fix this problem? You're checking out stable/12, so why not download the latest stable/12 snapshot and install that one instead of 12.0-RELEASE? ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/ISO-IMAGES/12.0/FreeBSD-12.0-STABLE-amd64-20190711-r349903-memstick.img -- Trond.