Hi,

This is the second time I'm working offline and do a simple
rebase, which triggers a re-configure, and then I'm stuck because
PyPI tries to access the Internet and do not allow me to neither
build nor test:

$ git rebase origin/master
$ make check-qtest-arm
config-host.mak is out-of-date, running configure
python determined to be '/opt/homebrew/bin/python3'
python version: Python 3.14.3
mkvenv: Creating non-isolated virtual environment at 'pyvenv'
mkvenv: checking for meson>=1.5.0
mkvenv: checking for pycotap>=1.1.0
mkvenv: installing pycotap==1.3.1
mkvenv: checking for qemu.qmp>=0.0.5
mkvenv: checking for setuptools>=44.1.1
mkvenv: checking for wheel>=0.34.2
mkvenv: checking for pip>=20.3.4
mkvenv: installing qemu.qmp==0.0.5, setuptools>=44.1.1, pip>=20.3.4
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x105316660>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /simple/qemu-qmp/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x1044b60d0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /simple/qemu-qmp/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x1044b6350>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /simple/qemu-qmp/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x1044b5310>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /simple/qemu-qmp/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x1044b5bd0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /simple/qemu-qmp/ WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x10537dd10>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x10537de50>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x10537df90>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x10537e0d0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x10537e210>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=44.1.1 (from versions: none)
ERROR: No matching distribution found for setuptools>=44.1.1

*** Ouch! ***

Could not provide build dependency 'qemu.qmp==0.0.5':
 • Python package 'qemu.qmp' was not found nor installed.
• No suitable version found in, or failed to install from '/Users/philmd/source/qemu/python/wheels'.
 • A suitable version could not be obtained from PyPI.


make: Failed to remake makefile `Makefile.prereqs'.
make: Failed to remake makefile `config-host.mak'.
$

Is there a way to skip that and keep working with the codebase
offline?

Thanks,

Phil.


Reply via email to