Opened 2 years ago
Last modified 20 months ago
#66438 new defect
spice-gtk configure failure
Reported by: | ANONIMNIQ | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | spice-gtk |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Error: Failed to configure spice-gtk: consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_spice-gtk/spice-gtk/work/build/meson-logs/meson-log.txt Error: Failed to configure spice-gtk: configure failure: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_spice-gtk/spice-gtk/main.log for details. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port virt-manager failed
Attachments (2)
Change History (8)
comment:1 Changed 2 years ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Port: | spice-gtk added; virt-manager removed |
Summary: | Error: Failed to configure spice-gtk: consult → spice-gtk configure failure |
comment:2 follow-up: 3 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:3 Changed 2 years ago by ANONIMNIQ
comment:4 Changed 2 years ago by ANONIMNIQ
Changed 21 months ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | meson-log.txt added |
---|
Changed 21 months ago by ryandesign (Ryan Carsten Schmidt)
comment:5 Changed 21 months ago by ryandesign (Ryan Carsten Schmidt)
meson-log.txt says the problem is:
Could not introspect Python (['/opt/local/bin/python3.9', '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_spice-gtk/spice-gtk/work/.tmp/tmpto0jnokc.py']): exit code -6 Program stdout: Program stderr: dyld[1238]: Library not loaded: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_python39/python39/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.9/Python Referenced from: <770A2A3F-44FC-38BE-9CAB-1EC043731F2A> /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 Reason: tried: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_python39/python39/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.9/Python' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_python39/python39/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.9/Python' (no such file), '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_python39/python39/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.9/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.9/Python' (no such file), '/System/Library/Frameworks/Python.framework/Versions/3.9/Python' (no such file, not in dyld cache) subprojects/spice-common/meson.build:130:2: ERROR: <PythonExternalProgram '/opt/local/bin/python3.9' -> ['/opt/local/bin/python3.9']> is not a valid python or it is missing distutils
This is very curious. It says your /opt/local/bin/python3.9 is linked with /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_python39/python39/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.9/Python which doesn't exist. It should be linked instead with /opt/local/Library/Frameworks/Python.framework/Versions/3.9/Python, and is on my system. Try reinstalling python39:
sudo port clean python39 sudo port -n upgrade --force python39
comment:6 Changed 20 months ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
Note: See
TracTickets for help on using
tickets.
Please attach the two logs mentioned in the error messages.