#65477 closed defect (fixed)

iaito @5.7.0_2 +python310: Error: Failed to build iaito: command execution failed

Reported by: franetic Owned by: i0ntempest
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: monterey, x86_64 Cc:
Port: iaito

Description

iaito fails to build on macOS 12.4. Logfile ends with

:info:build ld: framework not found Python
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build make: *** [iaito.app/Contents/MacOS/iaito] Error 1

Full (zipped) main.log file attached.

Attachments (1)

main.log.zip (48.9 KB) - added by franetic 22 months ago.
Zipped build log from /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_iaito/iaito/main.log

Download all attachments as: .zip

Change History (5)

Changed 22 months ago by franetic

Attachment: main.log.zip added

Zipped build log from /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_iaito/iaito/main.log

comment:1 Changed 22 months ago by jmroot (Joshua Root)

Cc: i0ntempest@… removed
Milestone: MacPorts Future
Owner: changed from < default >i0ntempest@… to i0ntempest

comment:2 Changed 22 months ago by i0ntempest

Temporary workaround: select a default python with sudo port select python python310 (or whatever python variant you select).
This has to do with MacPorts Python framework does not have a Current version symlink (unless you select one with that command) and how iaito finds Python. See also: https://trac.macports.org/ticket/64312

Version 0, edited 22 months ago by i0ntempest (next)

comment:3 Changed 22 months ago by franetic

Thank you for the explanation. The workaround 'worked', iaito builds successfully.

comment:4 Changed 18 months ago by i0ntempest

Resolution: fixed
Status: assignedclosed

In 6c32cbb7ce3727ef7ad00fd71cd30f4580721b70/macports-ports (master):

iaito: 5.7.8, upstream discontinued python support

Closes: #65477
Closes: #64312

Note: See TracTickets for help on using tickets.