[Buildroot] [Bug 7976] mkuser script fails with: user already exists with group nogroup

bugzilla at busybox.net bugzilla at busybox.net
Sun Mar 29 17:18:57 UTC 2015


https://bugs.busybox.net/show_bug.cgi?id=7976

--- Comment #8 from Yann E. MORIN <yann.morin.1998 at free.fr> 2015-03-29 17:18:57 UTC ---
Tom,

Could you attach your .config pleae, so I can try to reproduce here?

And yes, this check is here on purpose: we do not want two packages
to try to install the same user with different groups. For example,
the following is clearly wrong:

    define FOO_USERS
        foo_u - foo_g - * - - -
    endef

    define BAR_USERS
        foo_u - bar_g - * - - -
    endef

because the user 'foo_u' can have only one main group. And we want to
catch this.

Regards,
Yann E. MORIN.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list