While trying to build qemu 11 for the 1st time:
In meson-log.txt:
And more similar errors.
python311-3.11.15_2, meson 1.10.2 and py-sphinx 5.3.0 are installed.
What's urllib3?
What file is expected where and which package is it part of?
Code:
Extension error:
Could not import extension sphinx.builders.linkcheck (exception: No module named 'urllib3')
../docs/meson.build:39:6: ERROR: Problem encountered: Install a Python 3 version of python-sphinx and the readthedoc theme
A full log can be found at /usr/ports/emulators/qemu/work-default/qemu-11.0.0/build/meson-logs/meson-log.txt
ERROR: meson setup failed
In meson-log.txt:
Code:
stderr:
ld: error: undefined symbol: main
>>> referenced by crt1_s.S:66 (/usr/src/lib/csu/amd64/crt1_s.S:66)
>>> /usr/lib/crt1.o:(_start)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
python311-3.11.15_2, meson 1.10.2 and py-sphinx 5.3.0 are installed.
What's urllib3?
What file is expected where and which package is it part of?