From nobody Wed Jun 04 20:11:42 2025 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bCJdG70kZz5xZMs for ; Wed, 04 Jun 2025 20:11:46 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4bCJdG22wKz3mQM for ; Wed, 04 Jun 2025 20:11:45 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Authentication-Results: mx1.freebsd.org; none Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.18.1/8.18.1) with ESMTP id 554KBgui077527; Wed, 4 Jun 2025 13:11:42 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) DKIM-Filter: OpenDKIM Filter v2.10.3 troutmask.apl.washington.edu 554KBgui077527 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=troutmask.apl.washington.edu; s=troutmask; t=1749067902; bh=SUmuCfEV+/R04TaOg1LcqC5kn6w/xOHtvW+QcxeV9Ls=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=Pmpmmcy93u3Y1dcEK0C/df+JMgvNsy2ZFhhHOYJJlmiDPV8IHEKpFwo2Pyf7IhDnH w8KWtlT7sLhLvQTSttZ+Faw6aBzFxPzjyUZDIeg9A5NMwGqkDfWnPOWKsbJ6W/5E2O 7Ww6C1b8dne9Eo0JaagP4wkAIR9aJAz1wRH2HO8eMUWThcm6U2EMn2p2bk8jX6F5bq ywJk/tngdEBKYwTWFMiiZFbdFMiGhn0rmecKQHOqG5304FKmO64xWlRAz4AaFmuoFH zEj8W8TU7Xnq9mFiWUWTHaxc/YSqqesQp2f0S/2WS540dfuKjk9P68haKYSOIeodii zwp6q54hXav+Q== Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.18.1/8.18.1/Submit) id 554KBgUv077526; Wed, 4 Jun 2025 13:11:42 -0700 (PDT) (envelope-from sgk) Date: Wed, 4 Jun 2025 13:11:42 -0700 From: Steve Kargl To: Steve Kargl Cc: freebsd-current@freebsd.org Subject: Re: drm panic after new world Message-ID: Reply-To: sgk@troutmask.apl.washington.edu References: <4699f48c-f042-46fe-8f9a-419e86d51f58@comcast.net> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4bCJdG22wKz3mQM X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US] On Tue, Jun 03, 2025 at 06:45:31PM -0700, Steve Kargl wrote: > > Well, out of the frying pan and into the fire... > > Apparently, building world with old src/ on a system > running a newer world and installing that old world > over the new world is bad. To start install(1) is > trying to use a non-existent syscall. Yes, I booted > the kernel that matches the old world. > > Normally, not a problem. Simply rebuild install(1) > with -static added to CFLAGS. Unfortunately, this > leads to a bunch of linker errors about relocations > and rebuilding a few libraries wtih -fPIC. > Recovered from that mess. I was able to rebuild world/kernel for a 2025-04-15 src/ (aka adc33d3288) and rebuilt drm-515-kmod and gpu-firmware. The system boots and I can kldload radeonkmd.ko. startx brings up the expected desktop. Onward to src/ from 2025-05-01 (aka 8d136fb027). -- Steve