Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233487 - portage-2.2_rc5 : emerge ignores --fetch-all-uri
Summary: portage-2.2_rc5 : emerge ignores --fetch-all-uri
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 210077
  Show dependency tree
 
Reported: 2008-07-31 15:24 UTC by Alexandre Rostovtsev (RETIRED)
Modified: 2008-08-01 11:15 UTC (History)
0 users

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


Attachments
fix --fetch-all-uri breakage (fetch_all_uri.patch,2.39 KB, patch)
2008-08-01 00:49 UTC, Zac Medico
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Rostovtsev (RETIRED) gentoo-dev 2008-07-31 15:24:51 UTC
According to documentation (and portage-2.1 behavior), the --fetch-all-uri (-F) flag for emerge is supposed to make it
"Instead of doing any package building, just perform  fetches for all packages (fetch everything in SRC_URI regardless of USE setting)."

However, with portage-2.2_rc5, it seems emerge ignores --fetch-all-uri and continues into the build phase for the package.
Comment 1 Zac Medico gentoo-dev 2008-08-01 00:49:57 UTC
Created attachment 161892 [details, diff]
fix --fetch-all-uri breakage

If this patch is saved as /tmp/fetch_all_uri.patch, then it can be applied as follows:

cd /usr/lib/portage
patch -p0 < /tmp/fetch_all_uri.patch
Comment 2 Zac Medico gentoo-dev 2008-08-01 11:15:11 UTC
This is fixed in 2.2_rc6.