sys-devel/bison has the following SRC_URI ``` SRC_URI="mirror://gnu/${PN}/${P}.tar.xz mirror://gentoo/${PATCH_TAR} https://dev.gentoo.org/~whissi/dist/bison/${PATCH_TAR} https://dev.gentoo.org/~polynomial-c/dist/bison/${PATCH_TAR}" ``` distfiles.g.o mirrors tarballs from SRC_URI. But the first time it tries to do so, mirror://gentoo/${PATCH_TAR} is empty because they are subsidiaries of distfiles.g.o. Therefore http://distfiles.gentoo.org/distfiles/bison-3.7.3-patches-01.tar.xz is never populated and all the requests goes to https://dev.gentoo.org/~whissi/dist/bison/. Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae88a412b8955456b8f0c35134479e1c08852b4 commit 1ae88a412b8955456b8f0c35134479e1c08852b4 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2020-11-21 16:09:02 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2020-11-21 16:09:14 +0000 sys-devel/bison: Removed mirror://gentoo from SRC_URI Closes: https://bugs.gentoo.org/755959 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> sys-devel/bison/bison-3.6.4.ebuild | 1 - sys-devel/bison/bison-3.7.1-r1.ebuild | 1 - sys-devel/bison/bison-3.7.3.ebuild | 1 - sys-devel/bison/bison-3.7.4.ebuild | 1 - 4 files changed, 4 deletions(-)