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

Bug 689100

Summary: acct-group/rtkit-0 : * enewgroup: GID 133 already taken
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Marek Szuba <marecki>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
acct-group:rtkit-0:20190701-115553.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2

Description Toralf Förster gentoo-dev 2019-07-01 17:01:59 UTC
 * ERROR: acct-group/rtkit-0::gentoo failed (preinst phase):
 *   enewgroup: GID 133 already taken
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_libressl-abi32+64-test_20190624-213954

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)

Available Rust versions:
  [1]   rust-1.35.0 *



emerge -qpvO acct-group/rtkit
[ebuild  N    ] acct-group/rtkit-0
Comment 1 Toralf Förster gentoo-dev 2019-07-01 17:02:02 UTC
Created attachment 581666 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-01 17:02:04 UTC
Created attachment 581668 [details]
acct-group:rtkit-0:20190701-115553.log
Comment 3 Toralf Förster gentoo-dev 2019-07-01 17:02:07 UTC
Created attachment 581670 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-07-01 17:02:10 UTC
Created attachment 581672 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-07-01 17:02:13 UTC
Created attachment 581674 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-01 17:02:15 UTC
Created attachment 581676 [details]
logs.tbz2
Comment 7 Marek Szuba archtester gentoo-dev 2019-07-02 07:56:28 UTC
According to https://wiki.gentoo.org/wiki/Project:Quality_Assurance/UID_GID_Assignment GID allocation for 'rtkit' is correct so it is likely a conflict with a group created prior to introduction of GLEP 81.
Comment 8 Toralf Förster gentoo-dev 2019-07-02 17:23:28 UTC

*** This bug has been marked as a duplicate of bug 689102 ***
Comment 9 Larry the Git Cow gentoo-dev 2019-07-09 13:29:51 UTC
The bug has been closed via the following commit(s):

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

commit 37079e4844246bbae7fea3204c2b3e8e8e24a9a5
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-07-08 13:06:35 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-07-09 13:29:40 +0000

    acct-group.eclass: Do not enforce GID unless requested
    
    Correct the enewgroup call not to enforce specified GID unless
    ACCT_GROUP_ENFORCE_ID is set.
    
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Tested-by: Marek Szuba <marecki@gentoo.org>
    Closes: https://bugs.gentoo.org/689100
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 eclass/acct-group.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)