Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#64313 closed defect (fixed)

py-tensorflow-macos, py-tensorflow-metal: can't read "minimum_supported_major_version": no such variable

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: essandess (Steve Smith)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc: essandess (Steve Smith)
Port: py-tensorflow-macos py-tensorflow-metal

Description

The portfiles are not parsable on non-Intel non-ARM platforms due to use of undefined variable.

https://build.macports.org/builders/jobs-mirror/builds/351370/steps/mirror/logs/stdio

--->  Fetching distfiles for py38-tensorflow-macos
py38-tensorflow-macos with platform 'darwin 8 powerpc'
py38-tensorflow-macos with platform 'darwin 8 i386'
Error: mportopen file:///opt/local/var/buildworker/jobs/jobs-mirror/build/ports/python/py-tensorflow-macos failed: can't read "minimum_supported_major_version": no such variable
Skipping py38-tensorflow-macos darwin 8 i386: all distfiles already mirrored
py38-tensorflow-macos with platform 'darwin 9 powerpc'
py38-tensorflow-macos with platform 'darwin 9 i386'
Error: mportopen file:///opt/local/var/buildworker/jobs/jobs-mirror/build/ports/python/py-tensorflow-macos failed: can't read "minimum_supported_major_version": no such variable
--->  Fetching distfiles for py38-tensorflow-metal
py38-tensorflow-metal with platform 'darwin 8 powerpc'
Error: mportopen file:///opt/local/var/buildworker/jobs/jobs-mirror/build/ports/python/py-tensorflow-metal failed: can't read "minimum_supported_major_version": no such variable
py38-tensorflow-metal with platform 'darwin 8 i386'
Skipping py38-tensorflow-metal darwin 8 i386: all distfiles already mirrored
py38-tensorflow-metal with platform 'darwin 9 powerpc'
py38-tensorflow-metal with platform 'darwin 9 i386'
Error: mportopen file:///opt/local/var/buildworker/jobs/jobs-mirror/build/ports/python/py-tensorflow-metal failed: can't read "minimum_supported_major_version": no such variable

Change History (2)

comment:1 Changed 2 years ago by essandess (Steve Smith)

Owner: set to essandess
Resolution: fixed
Status: newclosed

In 85f462be3d3fa2e5e7e8de3118cd1c8f93b4cc42/macports-ports (master):

py-tensorflow-macos: fix parsing error

Fixes: #64313

comment:2 Changed 2 years ago by essandess (Steve Smith)

In c1f8e538fc5fe74580d44ce654ef55337871bb5a/macports-ports (master):

py-tensorflow-metal: fix parsing error

Fixes: #64313

Note: See TracTickets for help on using tickets.