Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#55688 closed defect (fixed)

docker-machine-parallels @1.3.0: fetch fails

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: danchr (Dan Villiom Podlaski Christiansen)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: docker-machine-parallels

Description

--->  Attempting to fetch docker-machine-parallels-1.3.0.tar.gz from https://github.com/Parallels/docker-machine-parallels/releases/download/v1.3.0
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
DEBUG: Fetching distfile failed: The requested URL returned error: 404 Not Found
Error: Failed to fetch docker-machine-parallels: The requested URL returned error: 404 Not Found

Looks like there is a file "docker-machine-parallels" there but it's a compiled binary, not source. If you want source, they don't have a release tarball of that, so you'd have to remove github.tarball_from releases and use an auto-generated tarball.

Change History (2)

comment:1 Changed 6 years ago by danchr (Dan Villiom Podlaski Christiansen)

Resolution: fixed
Status: newclosed

In 987e8540fb24bc70319e2c348db64855498a0c8d/macports-ports:

docker-machine-parallels: fix build

Fixes: #55688

comment:2 Changed 6 years ago by danchr (Dan Villiom Podlaski Christiansen)

Replying to ryandesign:

Looks like there is a file "docker-machine-parallels" there but it's a compiled binary, not source. If you want source, they don't have a release tarball of that, so you'd have to remove github.tarball_from releases and use an auto-generated tarball.

Yeah, that was actually left-over code from testing whether that worked… It didn't, obviously, but I forgot to remove the line prior to commit. Fixed!

Last edited 6 years ago by danchr (Dan Villiom Podlaski Christiansen) (previous) (diff)
Note: See TracTickets for help on using tickets.