From owner-freebsd-current@freebsd.org Thu Jan 14 13:26:23 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 8B0394E2414 for ; Thu, 14 Jan 2021 13:26:23 +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 4DGlSv2hmxz3rZC for ; Thu, 14 Jan 2021 13:26:23 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by mailman.nyi.freebsd.org (Postfix) id 5C7A64E20CE; Thu, 14 Jan 2021 13:26:23 +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 5C3F44E2413 for ; Thu, 14 Jan 2021 13:26:23 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) (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 4DGlSv1j3fz3rRW for ; Thu, 14 Jan 2021 13:26:22 +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: In-Reply-To: <24576.16803.825432.595007@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> MIME-Version: 1.0 Content-Type: text/plain; charset=Shift-JIS; format=flowed Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: greg@unrelenting.technology Date: Thu, 14 Jan 2021 13:26:20 GMT X-Rspamd-Queue-Id: 4DGlSv1j3fz3rRW 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:26:23 -0000 On Thu, Jan 14, 2021 at 08:05, Robert Huff wrote: >=20 > "Houston ... we have a problem." > Scenario: Chicken, meet egg? > I am trying to upgrade a system running: >=20 > FreeBSD 13.0-CURRENT #0 r365372: Sun Sep 6 10:51:26 EDT 2020 amd64 >=20 > 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: >=20 > =3D=3D=3D> drm-current-kmod-5.4.62.g20210113 not supported on older=20 > CURRENT, no > kernel support. > *** Error code 1 >=20 > Stop. > make: stopped in /usr/ports/graphics/drm-current-kmod >=20 > Huh? > What is my path forward? (That does not involve reinstalling the > OS.) Either upgrade the kernel without the drm PORTS_ whatever thing =81=A8 upgrade=20 drm-current-kmod =81=A8 add back the PORTS_thing if you really want it =81= =A8=20 upgrade kernel again or remove the IGNORE line in the port's Makefile =81=A8 upgrade=20 drm-current-kmod =81=A8 upgrade the kernel. You have discovered precisely why this (building kmods from ports when=20 building the kernel itself) is not a very good feature :)