Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4553 - Emerge should fetch other packages to be installed
Summary: Emerge should fetch other packages to be installed
Status: RESOLVED DUPLICATE of bug 1661
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-04 17:48 UTC by Ole Tange
Modified: 2011-10-30 22:20 UTC (History)
0 users

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 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 ***