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

Bug 71619

Summary: emerge feature request, new option: --fetchfirst all files, instead of doing "emerge --fetchonly package ; emerge package"
Product: Portage Development Reporter: Johnny Franz <johnny.franz>
Component: Enhancement/Feature RequestsAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Johnny Franz 2004-11-17 15:42:24 UTC
An new option that complements --fetchonly:
--fetchfirst (-F)
      First perform fetches for all packages (as well as all dependencies)
      before starting to do any package building.

Reproducible: Always
Steps to Reproduce:
1. connect to the internet temporarily
2. do an emerge --fetchonly world ; emerge world
3. find out that --fetchfirst would be great!
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-11-17 16:23:09 UTC
*** Bug 71620 has been marked as a duplicate of this bug. ***
Comment 2 SpanKY gentoo-dev 2004-11-17 18:14:23 UTC
emerge -f world &
sleep 30
emerge world

*** This bug has been marked as a duplicate of 1661 ***