Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689102 - acct-user/rtkit-0 : * enewuser: UID 133 already taken
Summary: acct-user/rtkit-0 : * enewuser: UID 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:02 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.69 KB, text/plain)
2019-07-01 17:02 UTC, Toralf Förster
Details
acct-user:rtkit-0:20190701-120153.log (acct-user:rtkit-0:20190701-120153.log,2.07 KB, text/plain)
2019-07-01 17:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,121.37 KB, text/plain)
2019-07-01 17:02 UTC, Toralf Förster
Details
environment (environment,41.81 KB, text/plain)
2019-07-01 17:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.66 KB, application/x-bzip)
2019-07-01 17:02 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,481 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:02:21 UTC
 * ERROR: acct-user/rtkit-0::gentoo failed (preinst phase):
 *   enewuser: UID 133 already taken
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop-plasma-systemd_20190627-201031

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

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

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.35.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.12.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO acct-user/rtkit
[ebuild  N    ] acct-user/rtkit-0
Comment 1 Toralf Förster gentoo-dev 2019-07-01 17:02:23 UTC
Created attachment 581678 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-01 17:02:26 UTC
Created attachment 581680 [details]
acct-user:rtkit-0:20190701-120153.log
Comment 3 Toralf Förster gentoo-dev 2019-07-01 17:02:29 UTC
Created attachment 581682 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-07-01 17:02:31 UTC
Created attachment 581684 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-07-01 17:02:34 UTC
Created attachment 581686 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-01 17:02:37 UTC
Created attachment 581688 [details]
logs.tbz2
Comment 7 Marek Szuba archtester gentoo-dev 2019-07-02 07:57:11 UTC
According to https://wiki.gentoo.org/wiki/Project:Quality_Assurance/UID_GID_Assignment UID allocation for 'rtkit' is correct so it is likely a conflict with a user created prior to introduction of GLEP 81.
Comment 8 Toralf Förster gentoo-dev 2019-07-02 17:23:08 UTC
T(In reply to Marek Szuba from comment #7)
> According to
> https://wiki.gentoo.org/wiki/Project:Quality_Assurance/UID_GID_Assignment
> UID allocation for 'rtkit' is correct so it is likely a conflict with a user
> created prior to introduction of GLEP 81.

FWIW: This tinderbox image is from 27th of June evening.
Comment 9 Toralf Förster gentoo-dev 2019-07-02 17:23:28 UTC
*** Bug 689100 has been marked as a duplicate of this bug. ***
Comment 10 Larry the Git Cow gentoo-dev 2019-07-09 13:29:54 UTC
The bug has been closed via the following commit(s):

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

commit b425e3571d9b64b461a916dcddfe117e78d2b1f5
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-07-08 13:03:22 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-07-09 13:29:39 +0000

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

 eclass/acct-user.eclass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)