Changes between Initial Version and Version 2 of Ticket #66242


Ignore:
Timestamp:
Nov 14, 2022, 9:18:31 AM (23 months ago)
Author:
jmroot (Joshua Root)
Comment:
:info:build error: [Errno 2] No such file or directory: '/opt/local/include/proj_api.h'

Unfortunately there's no indication in the logs of what is trying to include this header. It would be provided by the various versions of proj, but none of those should be required by python. Would you be able to find out what is referencing this either in the python build dir or the installed files of python311's dependencies?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66242

    • Property Status changed from new to assigned
    • Property Cc jmr@… removed
    • Property Summary changed from Python @3.11 +lto +optimizations failed to build to python311 @3.11.0 +lto +optimizations failed to build
    • Property Keywords ventura added
    • Property Owner set to jmroot
  • Ticket #66242 – Description

    initial v2  
    11Installation of python311 on OS 13.0.1, Arm64 architecture, Xcode 14.1, generates the following configure warning:
    22
    3 {{{Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled:
     3{{{
     4Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled:
    45  dbm_open: found in Python-3.11.0/config.log,
    56  getrandom: found in Python-3.11.0/config.log,
    6   le64toh: found in Python-3.11.0/config.log}}}
     7  le64toh: found in Python-3.11.0/config.log
     8}}}
    79
    810In addition, the port failed to build with the following error message:
    911
    10 {{{Error: Failed to build python311: command execution failed
     12{{{
     13Error: Failed to build python311: command execution failed
    1114Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_python311/python311/main.log for details.
    1215Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    13 Error: Processing of port python311 failed}}}
     16Error: Processing of port python311 failed
     17}}}
    1418
    1519config.log and build.log attached