Opened 3 years ago
Closed 3 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)
Change History (4)
Changed 3 years ago by hnarayanan (Harish Narayanan)
comment:1 Changed 3 years ago by hnarayanan (Harish Narayanan)
Port: | julia added |
---|
comment:2 Changed 3 years ago by reneeotten (Renee Otten)
Owner: | set to essandess |
---|---|
Status: | new → assigned |
Summary: | Julia @1.6.2 fails to install due to a macOS-version-based configuration error on macOS 12.x → julia @1.6.2: fails to install due to a macOS-version-based configuration error on macOS 12.x |
comment:3 Changed 3 years ago by tramir (Mircea Trandafir)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Julia port install error log