[FS#4119] ring.gr.jp kernel mirror has an unexpected folder structure, so downloads fail

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Wed Nov 3 13:49:11 PDT 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Michal Vasilek (paper42) 

Attached to Project - OpenWrt/LEDE Project
Summary - ring.gr.jp kernel mirror has an unexpected folder structure, so downloads fail
Task Type - Build Failure
Category - Other
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - For example the btrfs-progs package from the packages feed:

PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs

according to this rule in scripts/download.pl:

push @mirrors, "http://www.ring.gr.jp/archives/linux/kernel.org/$dir";

it gets modified to

http://www.ring.gr.jp/archives/linux/kernel.org/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v5.14.2.tar.xz

but it should be:

http://www.ring.gr.jp/archives/linux/kernel.org/kernel/people/kdave/btrfs-progs/btrfs-progs-v5.14.2.tar.xz

(without /linux) All other mirrors succeed in downloading the file, so we should either strip /linux from start of $dir for this mirror or just remove it. 

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=4119

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list