Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116677 - ebuild x.ebuild manifest downloads distfiles
Summary: ebuild x.ebuild manifest downloads distfiles
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS, REGRESSION
Depends on:
Blocks: 115839
  Show dependency tree
 
Reported: 2005-12-25 03:02 UTC by Thomas Matthijs (RETIRED)
Modified: 2006-01-27 19:25 UTC (History)
1 user (show)

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 Thomas Matthijs (RETIRED) gentoo-dev 2005-12-25 03:02:29 UTC
running manifest tries to fetch the distfiles if they are not available
the distfiles aren't used/needed for the manifest

I poked ferringb on irc a while ago, and was fixed in 2.0.somewhere
But now it seems to be back in 2.1_pre1
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2005-12-27 09:31:56 UTC
Index: pym/portage.py                                        
===================================================================                                            
--- pym/portage.py      (revision 2471)                                       
+++ pym/portage.py      (working copy)                                   
@@ -2787,7 +2787,7 @@                                            
        # Only try and fetch the files if we are going to need them ... otherwise,               
        # if user has FEATURES=noauto and they run `ebuild clean unpack compile install`,
        # we will try and fetch 4 times :/
-       if (mydo in ["digest","fetch","unpack"] or "noauto" not in features) and \
+       if mydo!="manifest" and (mydo in ["digest","fetch","unpack"] or "noauto" not in features) and \
           not fetch(fetchme, mysettings, listonly=listonly, fetchonly=fetchonly):
                return 1
Comment 2 Jason Stubbs (RETIRED) gentoo-dev 2005-12-30 23:28:56 UTC
Released in portage-2.1_pre3
Comment 3 Jason Stubbs (RETIRED) gentoo-dev 2006-01-27 19:25:36 UTC
Released in 2.1_pre4