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

Bug 785484

Summary: [TRACKER] sys-apps/portage-3.0.20-r6
Product: Portage Development Reporter: Zac Medico <zmedico>
Component: CoreAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal Keywords: Tracker
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 285614, 520378, 698244, 781854, 782724, 783957, 784566, 787545, 787563, 788967, 794166, 796503, 796584, 796812, 796959    
Bug Blocks:    

Description Zac Medico gentoo-dev 2021-04-25 04:04:34 UTC
Tracks bugs fixed in this release.
Comment 1 Larry the Git Cow gentoo-dev 2021-05-24 09:05:21 UTC
The bug has been referenced in the following commit(s):

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

commit cba21902d9a8d1ac07d2ff5b0d932e71fc1fac67
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-05-24 07:47:11 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-05-24 09:05:08 +0000

    sys-apps/portage: Bump to version 3.0.19
    
     #520378: allow emerge --fetchonly to log to emerge-fetch.log
     #698244: portage(5) document user patch / eapply_user
     #781854: Suggest PORTAGE_LOG_FILTER_FILE_CMD cat fallback
     #782724: sort emerge --unmerge order for determinism
     #783957: lazily evaluate cnf_* variables in tests
     #784566: make emerge insensitive to relative order of optional
                      and positional arguments
     #787545: emerge CTRL C may be ignored when running pkg_pretend
     #787563: ebuild-ipc could handle KeyboardInterrupt
     #788967: emerge --jobs= triggers TypeError
    
    Bug: https://bugs.gentoo.org/785484
    Bug: https://bugs.gentoo.org/788967
    Bug: https://bugs.gentoo.org/787563
    Bug: https://bugs.gentoo.org/787545
    Bug: https://bugs.gentoo.org/784566
    Bug: https://bugs.gentoo.org/783957
    Bug: https://bugs.gentoo.org/782724
    Bug: https://bugs.gentoo.org/781854
    Bug: https://bugs.gentoo.org/698244
    Bug: https://bugs.gentoo.org/520378
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest              |   1 +
 sys-apps/portage/portage-3.0.19.ebuild | 266 +++++++++++++++++++++++++++++++++
 2 files changed, 267 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2021-06-13 22:08:59 UTC
The bug has been referenced in the following commit(s):

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

commit c0f239a182977dcd67e5592dfedc5f07d927ad53
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-13 22:03:39 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-13 22:08:03 +0000

    sys-apps/portage: Bump to version 3.0.20 for final EAPI 8
    
     #777492: PORTAGE_NICENESS: Consider autogroup scheduling
     #794166: setup.py: prefer setuptools over distutils
    
    Bug: https://bugs.gentoo.org/785484
    Bug: https://bugs.gentoo.org/777492
    Bug: https://bugs.gentoo.org/794166
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest              |   1 +
 sys-apps/portage/portage-3.0.20.ebuild | 266 +++++++++++++++++++++++++++++++++
 2 files changed, 267 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2021-06-14 06:41:55 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19043cf034fc35902ada6c59b377d8edd57afd2e

commit 19043cf034fc35902ada6c59b377d8edd57afd2e
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-14 06:37:50 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-14 06:41:12 +0000

    sys-apps/portage: 3.0.20-r1 revbump
    
    Reverting the patch from bug 777492 because it triggered this
    regression:
    
    # PORTAGE_NICENESS=20 emerge -av --depclean
    OSError: [Errno 22] Invalid argument
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python-exec/python3.9/emerge", line 51, in <module>
        retval = emerge_main()
      File "/usr/lib/python3.9/site-packages/_emerge/main.py", line 1319, in emerge_main
        return run_action(emerge_config)
      File "/usr/lib/python3.9/site-packages/_emerge/actions.py", line 2999, in run_action
        apply_priorities(emerge_config.target_config.settings)
      File "/usr/lib/python3.9/site-packages/_emerge/actions.py", line 2635, in apply_priorities
        nice(settings)
      File "/usr/lib/python3.9/site-packages/_emerge/actions.py", line 2672, in nice
        out.eerror("%s\n" % str(e))
    OSError: [Errno 22] Invalid argument
    
    Bug: https://bugs.gentoo.org/785484
    Bug: https://bugs.gentoo.org/777492#c4
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest                                           | 1 +
 .../portage/{portage-3.0.20.ebuild => portage-3.0.20-r1.ebuild}     | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)
Comment 4 Larry the Git Cow gentoo-dev 2021-06-14 21:44:27 UTC
The bug has been referenced in the following commit(s):

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

commit c9af8d3c9f5854407f1306c3adaceee1bb4ac07c
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-14 21:34:41 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-14 21:44:22 +0000

    sys-apps/portage: 3.0.20-r2 revbump
    
    Update the patch for bug 777492.
    
    See: https://github.com/gentoo/portage/pull/727
    Bug: https://bugs.gentoo.org/777492
    Bug: https://bugs.gentoo.org/785484
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest                                           | 1 +
 .../portage/{portage-3.0.20-r1.ebuild => portage-3.0.20-r2.ebuild}  | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)
Comment 5 Larry the Git Cow gentoo-dev 2021-06-17 17:42:53 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797c0e1ba74de82ff9ddf5aee2f7dd05eb8fe0a9

commit 797c0e1ba74de82ff9ddf5aee2f7dd05eb8fe0a9
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-17 17:29:38 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-17 17:37:06 +0000

    Revert "sys-apps/portage: 3.0.20-r2 revbump"
    
    This reverts commit c9af8d3c9f5854407f1306c3adaceee1bb4ac07c
    due to another regression.
    
    See: https://github.com/gentoo/portage/pull/728
    Bug: https://bugs.gentoo.org/777492
    Bug: https://bugs.gentoo.org/785484
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest                                         | 1 -
 .../{portage-3.0.20-r2.ebuild => portage-3.0.20-r1.ebuild}        | 8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)
Comment 6 Larry the Git Cow gentoo-dev 2021-06-17 17:46:08 UTC
The bug has been referenced in the following commit(s):

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

commit 03520f0ac680d6af62176beb4a072750c11c0b49
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-17 17:43:49 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-17 17:45:00 +0000

    Revert "PORTAGE_NICENESS: Consider autogroup scheduling"
    
    This reverts commit 055abe523c2c3f6c8f1dccfb53565209222f90c1
    due to another regression.
    
    See: https://github.com/gentoo/portage/pull/728
    Bug: https://bugs.gentoo.org/777492
    Bug: https://bugs.gentoo.org/785484
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 lib/_emerge/actions.py | 48 +++---------------------------------------------
 man/make.conf.5        | 10 +---------
 2 files changed, 4 insertions(+), 54 deletions(-)
Comment 7 Larry the Git Cow gentoo-dev 2021-06-18 06:57:16 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0d1682428d1f718d6556c0b06da02768b9494e

commit 2b0d1682428d1f718d6556c0b06da02768b9494e
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-18 06:52:24 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-18 06:55:44 +0000

    sys-apps/portage: 3.0.20-r3 revbump
    
    Reverting the remaining patch from bug 777492 due to a
    reported regression.
    
    Reported-by: Joonas Niilola <juippis@gentoo.org>
    Bug: https://bugs.gentoo.org/777492
    Bug: https://bugs.gentoo.org/785484
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest                                             | 1 +
 .../portage/{portage-3.0.20-r1.ebuild => portage-3.0.20-r3.ebuild}    | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)
Comment 8 Larry the Git Cow gentoo-dev 2021-06-18 06:59:57 UTC
The bug has been referenced in the following commit(s):

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

commit 8e47286b7082aac21fe25402a1f9d03db968cd30
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-18 06:58:10 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-18 06:59:17 +0000

    Revert "pid-ns-init: Carry the autogroup's nice value into the new session"
    
    This reverts commit 209be9a8bee13384dd04a4762436b4c2a5e35bc6
    due to another regression.
    
    Reported-by: Joonas Niilola <juippis@gentoo.org>
    Bug: https://bugs.gentoo.org/777492
    Bug: https://bugs.gentoo.org/785484
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 bin/pid-ns-init | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)
Comment 9 Larry the Git Cow gentoo-dev 2021-06-18 16:36:10 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d01762f36c119670ee8a8e7a570c1dc8a697d4

commit 27d01762f36c119670ee8a8e7a570c1dc8a697d4
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-18 16:32:13 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-18 16:35:02 +0000

    sys-apps/portage: 3.0.20-r4 regression fix revbump
    
     #796584 - OwnerSet exception if exclude-files not specified
    
    Bug: https://bugs.gentoo.org/785484
    Closes: https://bugs.gentoo.org/796584
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest                                           | 1 +
 .../portage/{portage-3.0.20-r3.ebuild => portage-3.0.20-r4.ebuild}  | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)
Comment 10 Larry the Git Cow gentoo-dev 2021-06-20 19:13:01 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f486914f2296b591c37bdc210e090945ad1e664

commit 7f486914f2296b591c37bdc210e090945ad1e664
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-20 19:08:16 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-20 19:11:43 +0000

    sys-apps/portage: 3.0.20-r5 revbump for EAPI 8 fix
    
     #796812 fetch: Fix AttributeError when no URL specified
    
    Bug: https://bugs.gentoo.org/785484
    Closes: https://bugs.gentoo.org/796812
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest                                           | 1 +
 .../portage/{portage-3.0.20-r4.ebuild => portage-3.0.20-r5.ebuild}  | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)
Comment 11 Larry the Git Cow gentoo-dev 2021-06-21 03:35:44 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ace8dcb975be031b52bcea11d329591d6908697

commit 5ace8dcb975be031b52bcea11d329591d6908697
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-21 03:26:53 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-21 03:33:21 +0000

    sys-apps/portage: sys-apps/portage: 3.0.20-r6 revbump for EAPI 8 #796959
    
     #796959 Fix exposing evaluated PROPERTIES & RESTRICT in EAPI 8
    
    Closes: https://bugs.gentoo.org/796959
    Bug: https://bugs.gentoo.org/785484
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest                                           | 1 +
 .../portage/{portage-3.0.20-r5.ebuild => portage-3.0.20-r6.ebuild}  | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)