From owner-freebsd-mips@freebsd.org Tue Apr 23 21:58:57 2019 Return-Path: Delivered-To: freebsd-mips@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 BBC091583DEF for ; Tue, 23 Apr 2019 21:58:57 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57BF18D10F; Tue, 23 Apr 2019 21:58:57 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 04D931D252; Tue, 23 Apr 2019 21:58:57 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f180.google.com with SMTP id l7so14912796ljg.6; Tue, 23 Apr 2019 14:58:56 -0700 (PDT) X-Gm-Message-State: APjAAAXO+9R0hmmrO/lzZjXMBtrXs3Qc+I9vOtz5Ww95xKJC1GYwOvCo f3w6r2D3n66baYDJMdeW4qGS6VPGkhAUy7s49ZM= X-Google-Smtp-Source: APXvYqx/1ga5rCjzZTmavawf7iDYehAu0ZkTTsLE68ZxHp88aqfOZTq3eavsn7Z4m4rs2MfsPAJaCuc727OeEmaWe7w= X-Received: by 2002:a2e:97da:: with SMTP id m26mr8476803ljj.115.1556056735653; Tue, 23 Apr 2019 14:58:55 -0700 (PDT) MIME-Version: 1.0 References: <1776778690.291952.1556010226763.JavaMail.yahoo.ref@jws704004.mail.kks.yahoo.co.jp> <1776778690.291952.1556010226763.JavaMail.yahoo@jws704004.mail.kks.yahoo.co.jp> <895291144.1903645.1556055964851.JavaMail.yahoo@jws700102.mail.ssk.yahoo.co.jp> <4e40503fa2578b4ec7bc1b2332a01c277ed53bd2.camel@freebsd.org> In-Reply-To: <4e40503fa2578b4ec7bc1b2332a01c277ed53bd2.camel@freebsd.org> From: Kyle Evans Date: Tue, 23 Apr 2019 16:58:35 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: buildkernel error on Current To: Ian Lepore Cc: Mori Hiroki , "freebsd-mips@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 57BF18D10F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2019 21:58:57 -0000 On Tue, Apr 23, 2019 at 4:57 PM Ian Lepore wrote: > > On Wed, 2019-04-24 at 06:46 +0900, Mori Hiroki wrote: > > Hi > > > > This is cause of build error. > > > > > https://svnweb.freebsd.org/base?view=revision&sortby=date&revision=345519 > > > > > > Why do you think this is an error? It is not wrong to install the dtb > file in its usual location even when it is compiled into the kernel. > > -- Ian > I'd be inclined to agree that it's an error, simply because that's not how we've historically treated FDT_STATIC_DTB. Nothing about the name implies to me that it's also going to be installed to the system, unfortunately. Thanks, Kyle Evans