I am trying to build qemu-devel from source so I go:
it goes on until it fails here:
python 3 is already present on the system and is the default one
Does anyone know what's causing this and how to fix it?
/usr/ports/emulator/qemu-devel/ # make config-recursive && make -DBATCH install clean
it goes on until it fails here:
Code:
===> llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified.
*** Error code 1
Stop.
make[5]: stopped in /usr/ports/devel/llvm80
*** Error code 1
Stop.
make[4]: stopped in /usr/ports/graphics/mesa-libs
*** Error code 1
Stop.
make[3]: stopped in /usr/ports/graphics/cairo
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/devel/gobject-introspection
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/graphics/gtk-update-icon-cache
*** Error code 1
Stop.
make: stopped in /usr/ports/emulators/qemu-devel
python 3 is already present on the system and is the default one
Code:
aijazbaig1@bsdpiper11:~ % which python
/usr/local/bin/python
aijazbaig1@bsdpiper11:~ % /usr/local/bin/python --version
Python 3.6.9
Does anyone know what's causing this and how to fix it?
Last edited by a moderator: