Opened 3 years ago
Closed 4 months ago
#64882 closed defect (fixed)
docker-machine-parallels needs go
Reported by: | zap150 (Jan Zapletal) | Owned by: | danchr (Dan Villiom Podlaski Christiansen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | docker-machine-parallels |
Description
Installing docker-machine-parallels fails due to missing dependency on go. Installing go before solves the issue.
Change History (3)
comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | docker-machine-parallels go dependencies removed |
---|---|
Owner: | set to danchr |
Status: | new → assigned |
comment:2 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign added |
---|
comment:3 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I notice this port isn't using the golang portgroup. Maybe doing so would help simplify this port, or maybe not, but it would at least have automatically added the
port:go
build dependency.