Opened 16 months ago
Last modified 15 months ago
#67851 assigned defect
vcvrack @1.1.6: ERROR 404: Not Found
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | herbygillot (Herby Gillot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | haspatch | Cc: | |
Port: | vcvrack |
Description
vcvrack is trying to download zlib 1.2.11 at build time, which fails because that's an old version and it has been moved into the "fossils" directory of the zlib.net web server:
wget -c "https://www.zlib.net/zlib-1.2.11.tar.gz" --2023-07-29 10:24:20-- https://www.zlib.net/zlib-1.2.11.tar.gz Resolving www.zlib.net (www.zlib.net)... 85.187.148.2 Connecting to www.zlib.net (www.zlib.net)|85.187.148.2|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2023-07-29 10:24:20 ERROR 404: Not Found. make[1]: *** [zlib-1.2.11] Error 8 make: *** [dep] Error 2
Don't download things at build time. If you need zlib, depend on the zlib port.
vcvrack is outdated:
% port livecheck vcvrack vcvrack seems to have been updated (port version: 1.1.6, new version: 2.3.0)
Change History (2)
comment:1 Changed 15 months ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|
comment:2 Changed 15 months ago by ryandesign (Ryan Carsten Schmidt)
Note: See
TracTickets for help on using
tickets.
This PR fixes the immediate problem, the fetch failures of zlib and pffft:
https://github.com/macports/macports-ports/pull/19705
It doesn't attempt to fix the fact that it's downloading things at build time or the fact that the port is outdated.