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

Bug 4553

Summary: Emerge should fetch other packages to be installed
Product: Portage Development Reporter: Ole Tange <bugs.gentoo.org>
Component: UnclassifiedAssignee: Nicholas Jones (RETIRED) <carpaski>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ole Tange 2002-07-04 17:48:14 UTC
When an emerge depends on several packages it would optimize time if the packages 
were fetched while compiling the packages already fetched.

So:

  emerge openoffice

should run:

  emerge -f openoffice &
  emerge openoffice
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-04 18:22:35 UTC
Nick has an implementation of this.  Dunno the status of it, let him tell you :)
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2002-07-05 00:18:04 UTC
I'm working on it...
Does the things you are asking about, plus a great deal more.

Bug reports and Functionality requests are welcome. (Post them here.)

--emptytree DOES NOT play well with my code. It updates portage, and causes
mis-matched code... I should have this remedied in the near-future.

Current code can be found at:
http://gentoo.twobit.net/scripts/portage/threaded/

ALWAYS emerge the version of portage that matches the version of my code first.
i.e.: portage.py-2.0.9-nj and emerge-2.0.9-nj
emerge \=portage-2.0.9
THEN follow the directions.
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2002-07-18 21:40:33 UTC

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