[MacPorts] #71455: qsv build fails: the configured Python interpreter version (3.13) is newer than PyO3's maximum supported version (3.12)

MacPorts noreply at macports.org
Wed Dec 4 07:40:00 UTC 2024


#71455: qsv build fails: the configured Python interpreter version (3.13) is newer
than PyO3's maximum supported version (3.12)
-----------------------+-------------------------
  Reporter:  kwolcott  |      Owner:  herbygillot
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:
      Port:  qsv       |
-----------------------+-------------------------

Comment (by herbygillot):

 This was caused by increasing the number of built-in features built into
 `qsv` via the `distrib_features` capability flag here:

 https://github.com/macports/macports-
 ports/commit/648746428603e5a76c3b78aeafbb54b29a16dcb9#diff-
 5b5da860f4a4a46f38c400b16c0cfcc1f2b0fd5bc3067e4915bf004d86b202ccR28-R31

 `distrib_features` builds `qsv` with more optional capabilities, one of
 those being `python` support, and thus why it started requiring a Python
 interpreter to be present.  More info on that feature here:

 https://github.com/dathere/qsv/blob/master/docs/INTERPRETERS.md#building-
 qsv-with-python-feature

 Attempting to correct via this PR: https://github.com/macports/macports-
 ports/pull/26890

-- 
Ticket URL: <https://trac.macports.org/ticket/71455#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list