From owner-freebsd-stable@freebsd.org Thu Feb 28 13:18:30 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 3D1A5150702C for ; Thu, 28 Feb 2019 13:18:30 +0000 (UTC) (envelope-from carpeddiem@gmail.com) 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 7A1EE6A74B for ; Thu, 28 Feb 2019 13:18:29 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 35457150702B; Thu, 28 Feb 2019 13:18:29 +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 225EC150702A for ; Thu, 28 Feb 2019 13:18:29 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7D776A748; Thu, 28 Feb 2019 13:18:28 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f43.google.com with SMTP id x3so16519765ior.6; Thu, 28 Feb 2019 05:18:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=N0zZyGqT2K5BnpBYyFu9yq2V85JsHSGYo7qkqKfoEWQ=; b=rIyZh0vHjoXAaGJBo7FW3eaOPDk/p2YVr5wlKVJoGxtscl6Mk1yIrXxCozicW4nXPe L8uWiLqb//VE7BxOPU/zqmwrDQ9nvZga32ImHoyCzQgoqLfu57EzolFrXXx+dk7eSXWm BHAzgDowopPfOx3cRtmlXkO7mfTjnvlj1SD0wWwNaioGG65RnjLXCOSjBHEzALKUp2bJ wDUag9DoxGL2cwi9bc1CqcvM6K6BLSJrJUTewGwXNumC8IuyvJ+lW/7+te+v7oMZWToV dTNJ6JehQyGgH50upDymGdt70AhLd+TxO+lRgEJE4w3lz8pvHsJICUM5d7sUPjluUUOJ WsPQ== X-Gm-Message-State: APjAAAXTnqTs+L1Y4f8IlltdCfv3Z3fxfcv/VEg0SGoAAnm0RGKbQBzR ulO7V2M/QINC4u8tL708gXnVx8t2VURykWQP8sHMFSI5 X-Google-Smtp-Source: APXvYqwFQBli4WpB8yA0HKJTQ4MjOY0UMJ5M4plME2Idj9lOD1Y3Q9Joxh/3p+8YqzzH9L4Ah2ifF/zGR5TtGsIc/CE= X-Received: by 2002:a6b:ee02:: with SMTP id i2mr4928463ioh.294.1551359901416; Thu, 28 Feb 2019 05:18:21 -0800 (PST) MIME-Version: 1.0 References: <20190228094412.GS2420@kib.kiev.ua> <201902281250.x1SCogDB056287@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201902281250.x1SCogDB056287@pdx.rh.CN85.dnsmgr.net> From: Ed Maste Date: Thu, 28 Feb 2019 08:18:09 -0500 Message-ID: Subject: Re: FreeBSD 12.0 RELEASE i386 can not build a kernel? To: "Rodney W. Grimes" Cc: Konstantin Belousov , stable@freebsd.org, Dimitry Andric Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: A7D776A748 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.91 / 15.00]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.91)[-0.911,0]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; 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 13:18:30 -0000 > > 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 "make buildworld" or "make kernel-toolchain" needs to be run first. Also, there's a typo in kib's command - it should be LD=ld.lld (two 'l's, not two 'd's). There's more information about this issue (when it applied to amd64) at https://lists.freebsd.org/pipermail/freebsd-arch/2018-May/018967.html.