Opened 6 months ago
Closed 6 months ago
#69921 closed defect (fixed)
Incorrect version installed for Podman
Reported by: | ElectricTopaz | Owned by: | judaew (Vadym-Valdis Yudaiev) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | monterey | Cc: | catap (Kirill A. Korinsky) |
Port: | podman |
Description
It currently states that Podman 4.9.3 will be installed, which I thought would be great since version 5 requires macOS version 13+ and my macbook (due to age) is stuck at 12.7. But after installing it looks like version 5.0.2 is actually installed, which is incompatible due to lack of UEFI support. Is there a way to actually install version 4.9.3 with MacPorts?
Change History (4)
comment:1 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | catap added |
---|---|
Keywords: | monterey added |
Owner: | set to judaew |
Status: | new → assigned |
comment:2 Changed 6 months ago by judaew (Vadym-Valdis Yudaiev)
I was hoped that podman
version 5 and later might be compatible with macOS 12, as the developers were unable to confirm compatibility or incompatibility for this version.
comment:3 Changed 6 months ago by judaew (Vadym-Valdis Yudaiev)
comment:4 Changed 6 months ago by judaew (Vadym-Valdis Yudaiev)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The podman Portfile is programmed to use verion 4.9.3 on macOS 11 and earlier and 5.0.2 on macOS 12 and later, citing #69578 and #69683 as the reasons.