Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 755959 - sys-devel/bison: suspicious use of mirror://gentoo
Summary: sys-devel/bison: suspicious use of mirror://gentoo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-21 15:59 UTC by Benda Xu
Modified: 2020-11-21 16:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benda Xu gentoo-dev 2020-11-21 15:59:58 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2020-11-21 16:09:18 UTC
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(-)