From owner-freebsd-current@freebsd.org Thu Jan 14 13:52:01 2021 Return-Path: Delivered-To: freebsd-current@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 E8A164E3162 for ; Thu, 14 Jan 2021 13:52:01 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DGm2T5Frlz3tbZ for ; Thu, 14 Jan 2021 13:52:01 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by mailman.nyi.freebsd.org (Postfix) id B28BE4E3435; Thu, 14 Jan 2021 13:52:01 +0000 (UTC) Delivered-To: current@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 B24D74E2EFC for ; Thu, 14 Jan 2021 13:52:01 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (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 4DGm2T4Cnmz3tH1 for ; Thu, 14 Jan 2021 13:52:01 +0000 (UTC) (envelope-from greg@unrelenting.technology) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Greg V Subject: Re: Current kernel build broken with linuxkpi? To: Robert Huff Cc: current@freebsd.org Message-Id: <9UFXMQ.F4ZUSAQA8UKN@unrelenting.technology> In-Reply-To: <24576.18650.147323.9801@jerusalem.litteratus.org> References: <3c0d77d7-6b99-d48e-6e8a-92134b2fac7e@selasky.org> <24575.20352.153922.53339@jerusalem.litteratus.org> <24576.16803.825432.595007@jerusalem.litteratus.org> <24576.18650.147323.9801@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: greg@unrelenting.technology Date: Thu, 14 Jan 2021 13:51:53 GMT X-Rspamd-Queue-Id: 4DGm2T4Cnmz3tH1 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2021 13:52:02 -0000 On Thu, Jan 14, 2021 at 08:36, Robert Huff wrote: > > Hello: > >> > I am trying to upgrade a system running: >> > >> > FreeBSD 13.0-CURRENT #0 r365372: Sun Sep 6 10:51:26 EDT 2020 >> amd64 >> > >> > Per this discussion, I cannot compile the kernel because >> > drm-current-kmod is out-of-date. >> > When I try to upgrade drm-current-kmod (r561457) I get: >> > >> > ===> drm-current-kmod-5.4.62.g20210113 not supported on older >> > CURRENT, no >> > kernel support. >> > *** Error code 1 >> > >> > Stop. >> > make: stopped in /usr/ports/graphics/drm-current-kmod >> > >> > Huh? >> > What is my path forward? (That does not involve reinstalling >> the >> > OS.) >> >> Either >> >> upgrade the kernel without the drm PORTS_ whatever thing h >> upgrade drm-current-kmod h add back the PORTS_thing if you >> really want it upgrade kernel again > > If I understand things correctly: things in the PORTS_MODULES > list are upgraded _after_ the kernel is completely rebuilt. > I am hitting this _during_ the rebuild. I'm not sure if they will be upgraded after it's installed.. also, did you upgrade the world? The version stuff that ports checks comes from /usr/include. > So the question becomes: _will_ removing the IGNORE line work? Why wouldn't it?