Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689100 - acct-group/rtkit-0 : * enewgroup: GID 133 already taken
Summary: acct-group/rtkit-0 : * enewgroup: GID 133 already taken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-01 17:01 UTC by Toralf Förster
Modified: 2019-07-09 13:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.91 KB, text/plain)
2019-07-01 17:02 UTC, Toralf Förster
Details
acct-group:rtkit-0:20190701-115553.log (acct-group:rtkit-0:20190701-115553.log,2.10 KB, text/plain)
2019-07-01 17:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,212.14 KB, text/plain)
2019-07-01 17:02 UTC, Toralf Förster
Details
environment (environment,38.49 KB, text/plain)
2019-07-01 17:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.47 KB, application/x-bzip)
2019-07-01 17:02 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,421 bytes, application/x-bzip)
2019-07-01 17:02 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)