Opened 2 years ago
Closed 2 years ago
#66373 closed defect (fixed)
beets-full @1.6.0: Failed to mirror beets-full: The requested URL returned error: 404 Not Found
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | catap (Kirill A. Korinsky) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | Cc: | ||
Port: | beets-full |
Description
https://build.macports.org/builders/jobs-mirror/builds/492168/steps/mirror/logs/stdio
---> Fetching distfiles for beets-full ---> beets-full-1.6.0.tar.gz does not exist in /Volumes/RAID/opt/local/var/rsync/macports/distfiles/beets ---> Attempting to fetch beets-full-1.6.0.tar.gz from http://distfiles.macports.org/beets % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0---> Attempting to fetch beets-full-1.6.0.tar.gz from https://files.pythonhosted.org/packages/source/b/beets-full % 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---> Attempting to fetch beets-full-1.6.0.tar.gz from http://mirror.fcix.net/macports/distfiles/beets % 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 --:--:-- --:--:-- --:--:-- 0Error: Failed to mirror beets-full: The requested URL returned error: 404 Not Found Error: See /opt/local/var/buildmaster/build/prefix/var/macports/logs/_opt_local_var_buildworker_jobs_jobs-mirror_build_ports_audio_beets/beets-full/main.log for details.
The problem is that the port disables the fetch, extract, and checksum phases:
fetch {} extract {} checksum {}
Instead, the port should clear the distfiles variable:
distfiles
Change History (1)
comment:1 Changed 2 years ago by catap (Kirill A. Korinsky)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 368de35a6115367a263fc7986fe577675100a032/macports-ports (master):