Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487060 - user.eclass - enewgroup / enewuser ignore $ROOT
Summary: user.eclass - enewgroup / enewuser ignore $ROOT
Status: RESOLVED DUPLICATE of bug 53269
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 23:53 UTC by vax456
Modified: 2013-10-16 06:45 UTC (History)
0 users

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 vax456 2013-10-05 23:53:05 UTC
I'm building several different Gentoo systems using crossdev.  In each case, when using '${CHOST}-emerge sys-apps/systemd', the diailout and systemd-journald group is not added to the built system's /etc/group file.

This isn't a systemd issue, it's a Portage issue because 'enewgroup dialout' and 'enewgroup systemd-journal' is not working as expected.  I haven't tested with other ebuilds, but I imagine other ebuilds will suffer from the same issue.

Reproducible: Always

Steps to Reproduce:
1.  Set up any kind of crossdev environment
2.  cross-emerge systemd
3.  Break your monitor when you realized you pushed out a faulty init system just because one group was not added.
Actual Results:  
/usr/${CHOST}/etc/group does not contain the 'dialout' and 'systemd-journal' groups.

Expected Results:  
/usr/${CHOST}/etc/group should contain two new groups: dialout and systemd-journal.
Comment 1 SpanKY gentoo-dev 2013-10-16 06:45:21 UTC

*** This bug has been marked as a duplicate of bug 53269 ***