Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681312 - sys-apps/portage: add emerge --implicit-system-deps <y|n> option to map @system packages into @profile for aggressive --jobs parallelization
Summary: sys-apps/portage: add emerge --implicit-system-deps <y|n> option to map @syst...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 184128 701268
  Show dependency tree
 
Reported: 2019-03-22 18:54 UTC by Zac Medico
Modified: 2020-02-29 02:56 UTC (History)
1 user (show)

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 Zac Medico gentoo-dev 2019-03-22 18:54:06 UTC
Add emerge option to map @system packages into @profile (see bug 532224) for aggressive --jobs parallelization.
Comment 1 Zac Medico gentoo-dev 2019-12-05 16:10:33 UTC
I think we can implement this as a --implicit-system-deps <y|n> option which toggles the assumption that packages may have implicit system dependencies.
Comment 3 Larry the Git Cow gentoo-dev 2019-12-06 04:09:58 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=ba871d9232b1dc1e0a8090f7664e05e23818b1b4

commit ba871d9232b1dc1e0a8090f7664e05e23818b1b4
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-12-05 17:11:12 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-12-06 04:09:13 +0000

    emerge: add --implicit-system-deps <y|n> option (bug 681312)
    
    Assume that packages may have implicit dependencies on packages which
    belong to the @system set. This option is enabled by default. One of
    the effects of disabling this option is to allow the --jobs option
    to spawn jobs without accounting for the possiblity of implicit
    dependencies on packages that belong to the @system set (this causes
    the @system set to behave more like the @profile set).
    
    Bug: https://bugs.gentoo.org/681312
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 lib/_emerge/Scheduler.py              | 4 ++++
 lib/_emerge/create_depgraph_params.py | 4 ++++
 lib/_emerge/depgraph.py               | 7 ++++---
 lib/_emerge/main.py                   | 6 ++++++
 man/emerge.1                          | 7 +++++++
 5 files changed, 25 insertions(+), 3 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2019-12-06 04:58:01 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295fe16532e9fee185885e540293ebd7e603d6fc

commit 295fe16532e9fee185885e540293ebd7e603d6fc
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-12-06 04:50:56 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-12-06 04:57:50 +0000

    sys-apps/portage: Bump to version 2.3.81
    
     #681312 add emerge --implicit-system-deps <y|n> option
     #701996 fix virtual/wine handling to avoid pulling in
             multiple wine implementations in some cases
    
    Bug: https://bugs.gentoo.org/701268
    Bug: https://bugs.gentoo.org/681312
    Bug: https://bugs.gentoo.org/701996
    Package-Manager: Portage-2.3.81, Repoman-2.3.19
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest              |   1 +
 sys-apps/portage/portage-2.3.81.ebuild | 261 +++++++++++++++++++++++++++++++++
 2 files changed, 262 insertions(+)