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

Bug 183921

Summary: courier-authlib ebuild fails
Product: Gentoo/Alt Reporter: Douglas Ward <gefunden>
Component: FreeBSDAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---

Description Douglas Ward 2007-07-02 03:05:50 UTC
pw useradd mail doesn't work if group mail already exists... the user simply doesn't get added.

Reproducible: Always

Steps to Reproduce:
Comment 1 Douglas Ward 2007-07-02 18:58:03 UTC
look... this is a blocker... it prevents you from installing software.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-07-02 22:00:36 UTC
Kindly review http://bugs.gentoo.org/page.cgi?id=fields.html#bug_severity
Comment 3 Douglas Ward 2007-07-02 22:20:18 UTC
kindly shut your trap... the page you linked me too doesn't change my opinion of this blocking usage of gentoo.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-07-02 22:22:29 UTC
Kindly stop producing this useless noise here or you can have your account suspended if you wish. Noone's interested in your offensive comments.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-07-02 22:26:03 UTC
Reopen a bug closed by mistake.
Comment 6 Roy Marples (RETIRED) gentoo-dev 2007-08-22 14:26:32 UTC
Could the report please attach exact error, emerge --info and USE flags used as courier-authlib emerges just fine here.
Comment 7 MT 2007-08-22 18:01:42 UTC
(as AT g/fbsd)
the reporter write about "pw useradd mail" not working command. probably he is following some sort of howto/wiki that tell him to create the user/group "mail" for courier; actualy the user/group is automaticaly created by the ebuild itselft:

    enewuser mail -1 -1 /var/spool/mail

so there is not need to manualy create any user/group.

p.s.: as AT g/gfbsd i have checked net-libs/courier-authlib-0.59.2 on a clean stage3 g/fbsd and it compile and work correctly (with postfix), so this bugreport most probably it's a bogus.