-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not installed on OSX Monterey #186
Comments
Big Sur failure on Macbook Air M1:
|
I tried workarounds from #58 and they didn't work for me:
|
And
|
its possible this could be a an update issue |
but idk anything |
because I think this works fine on Sierra(not tried but there are tutorials in it) |
Regarding
error installing on Monterey (and Big Sur): it seems that something is resetting PKG_CONFIG_PATH; libsoup@2 is installed at
and shell env points at pkgconfig there
but install log shows it's looking at
|
FYI I was able to make and install by just downloading the osinfo-db-tools tarball at https://releases.pagure.org/libosinfo/osinfo-db-tools-1.6.0.tar.gz, setting the full pkconfig search path and also needed to specify header include path for libarchive:
After that I was able to configure and make / make install the package from the tarball, though this won't help for automated installs from brew since the pkgconfig path doesn't appear to be kept from the calling shell. |
==> python3 -m venv --system-site-packages /usr/local/Cellar/virt-manager/3.2.0_3/libexec
==> /usr/local/Cellar/virt-manager/3.2.0_3/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/virt-manager--libvirt-python-20211201-89010-19flg8r
Last 15 lines from /Users/redhat/Library/Logs/Homebrew/virt-manager/02.pip:
running install
/usr/local/Cellar/virt-manager/3.2.0_3/libexec/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config --print-errors --atleast-version=0.9.11 libvirt
/usr/local/Cellar/virt-manager/3.2.0_3/libexec/bin/python3.9 generator.py libvirt /usr/local/Cellar/libvirt/7.9.0/share/libvirt/api/libvirt-api.xml
Found 492 functions in /usr/local/Cellar/libvirt/7.9.0/share/libvirt/api/libvirt-api.xml
Found 0 functions in libvirt-override-api.xml
Generated 402 wrapper functions
Missing type converters:
int *:1
ERROR: failed virNodeDeviceGetAutostart
error: command '/usr/local/Cellar/virt-manager/3.2.0_3/libexec/bin/python3.9' failed with exit code 1
Running setup.py install for libvirt-python: finished with status 'error'
ERROR: Command errored out with exit status 1: /usr/local/Cellar/virt-manager/3.2.0_3/libexec/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/virt-manager--libvirt-python-20211201-89010-19flg8r/libvirt-python-7.3.0/setup.py'"'"'; file='"'"'/private/tmp/virt-manager--libvirt-python-20211201-89010-19flg8r/libvirt-python-7.3.0/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-kb1nxawk/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/virt-manager/3.2.0_3/libexec/include/site/python3.9/libvirt-python Check the logs for full command output.
The text was updated successfully, but these errors were encountered: