Date: Sun, 5 May 2024 00:52:39 -0700 From: Brian Buhrow <buhrow@nfbcal.org> To: Roger Pau =?utf-8?B?TW9ubsOp?= <roger.pau@citrix.com> Cc: xen@freebsd.org, buhrow@nfbcal.org Subject: Re: Xen-4.16.0 + FreeBSD-13.1 dom0 fails on large ADM64 system Message-ID: <202405050752.4457qdhi024050@nfbcal.org> In-Reply-To: <202405031530.443FU6lG024821@nfbcal.org>
next in thread | previous in thread | raw e-mail | index | archive | help
hello Roger. After some further investigation, I found a solution. The first is a link to a bug report which demonstrates the problem. Then, I include the diff I made to the ports files which fixes the issue. Note that the first link is a bug report for a different piece of software in the ports tree, but since the error is the same, it worked as a template for the xen-tools port. Not sure why you've not run into this issue, it looks like it's been around since the latter half of 2022. Thoughts? -thanks -Brian https://cgit.freebsd.org/ports/commit/?id=e9638f8da96894984567102be601f60ee89fe50f --- pkg-plist.orig 2024-01-11 05:59:09.000000000 -0800 +++ pkg-plist 2024-05-05 00:19:23.303253000 -0700 @@ -207,8 +207,14 @@ %%PYTHON_SITELIBDIR%%/grub/LiloConf.pyc %%PYTHON_SITELIBDIR%%/grub/__init__.py %%PYTHON_SITELIBDIR%%/grub/__init__.pyc -%%PYTHON_SITELIBDIR%%/pygrub-0.7-py%%PYTHON_VER%%.egg-info -%%PYTHON_SITELIBDIR%%/xen-3.0-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/pygrub-0.7-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/pygrub-0.7-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/pygrub-0.7-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/pygrub-0.7-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/xen-3.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/xen-3.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/xen-3.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/xen-3.0-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/xen/__init__.py %%PYTHON_SITELIBDIR%%/xen/__init__.pyc %%PYTHON_SITELIBDIR%%/xen/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.pyc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405050752.4457qdhi024050>