#Qemu-Ios building troubleshooting in mint

24 messages · Page 1 of 1 (latest)

gleaming ether
#

@primal kiln

primal kiln
#

ok, what's the result of ls in your current folder?

gleaming ether
primal kiln
#

then go to the previous folder with cd ..

#

after doing that, run the following:

#
./configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-slirp --extra-cflags=-I/usr/include/openssl --extra-ldflags='-lcrypto' --disable-werror --enable-pie
gleaming ether
#

do i delete the build directory or something

primal kiln
#

yes

gleaming ether
# primal kiln yes

"*** Ouch! ***

Python's ensurepip module is not found.
It's normally part of the Python standard library, maybe your distribution packages it separately?
Either install ensurepip, or alleviate the need for it in the first place by installing pip and setuptools for '/usr/bin/python3'.
(Hint: Debian puts ensurepip in its python3-venv package.)

ERROR: python venv creation failed
"

#

whats pip

primal kiln
#

python package's manager tool

gleaming ether
#

and how do i get that

primal kiln
#

install it with sudo apt install python3-pip

#

Also install setuptools with sudo apt install python3-setuptools

gleaming ether
#

i think its working

#

im seeing a bunch of yes' and no's

gleaming ether
#

never mind

#

just ran make in the build directory and its doing stuff now

primal kiln
#

that's it

#

good luck

gleaming ether
#

wowwie