Opened 2 years ago

Closed 2 years ago

#64214 closed defect (fixed)

julia @1.6.2: fails to install due to a macOS-version-based configuration error on macOS 12.x

Reported by: hnarayanan (Harish Narayanan) Owned by: essandess (Steve Smith)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: julia

Description

In the process of building Julia 1.6.2 on macOS 12.x, there appears to be a line in julia-1.6.2/contrib/normalize_triplet.py that trips up with a KeyError: '12'. It is trying to determine the OS version to determine some configuration and has not been hardcoded beyond macOS major version 11. I have attached the full error log to this ticket.

I believe this can be fixed by upgrading Julia as this problematic code is not present in Julia 1.7.0

Attachments (1)

main.log (95.2 KB) - added by hnarayanan (Harish Narayanan) 2 years ago.
Julia port install error log

Download all attachments as: .zip

Change History (4)

Changed 2 years ago by hnarayanan (Harish Narayanan)

Attachment: main.log added

Julia port install error log

comment:1 Changed 2 years ago by hnarayanan (Harish Narayanan)

Port: julia added

comment:2 Changed 2 years ago by reneeotten (Renee Otten)

Owner: set to essandess
Status: newassigned
Summary: Julia @1.6.2 fails to install due to a macOS-version-based configuration error on macOS 12.xjulia @1.6.2: fails to install due to a macOS-version-based configuration error on macOS 12.x

comment:3 Changed 2 years ago by tramir (Mircea Trandafir)

Resolution: fixed
Status: assignedclosed

In b9be4de550d25a9fbc239c49480d7d0554c6cf6a/macports-ports (master):

julia: Update to 1.7.0

Closes: #64214

Note: See TracTickets for help on using tickets.