From owner-freebsd-stable@freebsd.org Thu Feb 28 13:07:45 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 493F11506BCD for ; Thu, 28 Feb 2019 13:07:45 +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 9E0C16A155 for ; Thu, 28 Feb 2019 13:07:44 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 578731506BC8; Thu, 28 Feb 2019 13:07:44 +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 44B4A1506BC6 for ; Thu, 28 Feb 2019 13:07:44 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-f180.google.com (mail-it1-f180.google.com [209.85.166.180]) (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 B20566A150; Thu, 28 Feb 2019 13:07:43 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-f180.google.com with SMTP id v2so14513837ith.3; Thu, 28 Feb 2019 05:07:43 -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=YUhO6tDLdjimQs3IMUK10AfMJQ0ywPNAXS5nvfxVh50=; b=GMcnaipx3XBm6sdJ4QQz846WUop5a7VsRx4T7QGdSXYpWI0d6e8EnQ7LM5sRnHY7xG s3gHdRmEHVcyaAtxJ4aDtL+2dNT9Tgg2bUAiX7pTCOWW7GIl1jT3One5gD96YWeEbwPG dj8QRmGioyN9Y7CzM3SAJ9tbjPeMYbbi37cLC/dGRDYwoyD1wKenbP4x0XNPZALoXF6m 6M4i8FHon5ASjPRqrWGCAaPLQq4mQsqY/QgbahF+fxGsa8BfEgWYdrE12IJrh+uiGCuS OsdnJbNFvY/WblkER+CGURdBQdOKC+D4MxHafxZZnWo8hzThDp4fN/qBGQx0U41468g+ 2Umw== X-Gm-Message-State: AHQUAuaOkqZIq/wKvOfI/Cv2U0GvkNhSF4RYAzWuq9gLB2yYM1TEnFfz NtlA1DDbFP86gOnlyb1QbLngEfrqdwj6fhsUH700YA== X-Google-Smtp-Source: APXvYqyQoAiUSXYUgVhPT32WojxMFe/YlcNyf4cHab3leEc44C8ughW7vu7zDU4HH6Kv59RnF/t41Fv6mOyrb9QzZEI= X-Received: by 2002:a24:6f94:: with SMTP id x142mr2696543itb.33.1551359256205; Thu, 28 Feb 2019 05:07:36 -0800 (PST) MIME-Version: 1.0 References: <201902280720.x1S7Kewb054942@pdx.rh.CN85.dnsmgr.net> <201902280849.x1S8nPwR055316@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201902280849.x1S8nPwR055316@pdx.rh.CN85.dnsmgr.net> From: Ed Maste Date: Thu, 28 Feb 2019 08:07:24 -0500 Message-ID: Subject: Re: FreeBSD 12.0 RELEASE i386 can not build a kernel? To: "Rodney W. Grimes" Cc: stable@freebsd.org, Dimitry Andric Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: B20566A150 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.91 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.91)[-0.909,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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:07:45 -0000 On Thu, 28 Feb 2019 at 03:50, Rodney W. Grimes wrote: > > Now the begging question, why isnt the toolchain as shipped > already properly built? The required toolchain is included in 12.0-RELEASE i386 - the linker is /usr/bin/ld.lld. It just needs to be specified explicitly if build via a method other than make buildworld or kernel-toolchain followed by buildkernel. I wanted to ship 12.0 i386 with lld as /usr/bin/ld, but held off on re and portmgr's advice due to ports fallout.