Ticket #1002 (closed defect: invalid)
failure to fetch distfiles for ebuilds in an overlay of another overlay
Reported by: | ambro | Owned by: | |
---|---|---|---|
Priority: | Sometime | Milestone: | |
Component: | clients/paludis | Version: | 0.54.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Distribution: | Gentoo |
Description
I have an ebuild which has a distfile from SourceForge? (in particular mirror://sourceforge/cdemu/vhba-module/vhba-module-20100822/vhba-module-20100822.tar.gz ). The ebuild is in an overlay of a repository which is itself overlay of portage ( the ebuild repo's metadata/layout.conf has "masters = A", and repo A has "masters = gentoo").
When attempting to fetch the distfile for the ebuild (assuming it's not fetched yet), Paludis first tries all mirrors from mirrors.conf, and if the file is not found there, it fails. But it should download the file from SourceForge? instead.
Change History
Note: See
TracTickets for help on using
tickets.
What happens if you change to "masters = gentoo A"?