Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 233487

Summary: portage-2.2_rc5 : emerge ignores --fetch-all-uri
Product: Portage Development Reporter: Alexandre Rostovtsev (RETIRED) <tetromino>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: 2.2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 210077    
Attachments: fix --fetch-all-uri breakage

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.