From nobody Fri May 03 15:30:06 2024 X-Original-To: xen@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 4VWF9c4p6fz5KC2k for ; Fri, 3 May 2024 15:30:12 +0000 (UTC) (envelope-from buhrow@nfbcal.org) Received: from nfbcal.org (ns3.NFBCAL.ORG [157.22.230.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "nfbcal.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VWF9b73C9z57Bf for ; Fri, 3 May 2024 15:30:11 +0000 (UTC) (envelope-from buhrow@nfbcal.org) Authentication-Results: mx1.freebsd.org; none Received: from nfbcal.org (localhost [127.0.0.1]) by nfbcal.org (8.15.2/8.14.1-NFBNETBSD) with ESMTPS id 443FU67Y009964 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 3 May 2024 08:30:06 -0700 (PDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.2 at lothlorien.nfbcal.org Received: (from buhrow@localhost) by nfbcal.org (8.15.2/8.12.11) id 443FU6lG024821; Fri, 3 May 2024 08:30:06 -0700 (PDT) Message-Id: <202405031530.443FU6lG024821@nfbcal.org> From: Brian Buhrow Date: Fri, 3 May 2024 08:30:06 -0700 In-Reply-To: X-Mailer: Mail User's Shell (7.2.6 beta(4.pl1)+dynamic 20000103) To: Roger Pau =?utf-8?B?TW9ubsOp?= Subject: Re: Xen-4.16.0 + FreeBSD-13.1 dom0 fails on large ADM64 system Cc: xen@freebsd.org, buhrow@nfbcal.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nfbcal.org [127.0.0.1]); Fri, 03 May 2024 08:30:06 -0700 (PDT) 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:7091, ipnet:157.22.0.0/16, country:US] X-Rspamd-Queue-Id: 4VWF9b73C9z57Bf List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-xen List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-xen@freebsd.org Sender: owner-freebsd-xen@FreeBSD.org hello Roger. I figured out the magic phrase to put in /etc/make.conf to force the system to use python-3.9; it's: DEFAULT_VERSIONS+=python=3.8 Unfortunately, that doesn't fix the issue. So, there is something definitely strange about my ports environment that isn't obvious to me. I'll investigate further and see if I can find the underlying problem. -thanks -Brian