Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems compiling qmail
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Federals
n00b
n00b


Joined: 05 Sep 2006
Posts: 12

PostPosted: Sun Oct 15, 2006 3:33 pm    Post subject: Problems compiling qmail Reply with quote

After emerge mail-mta/qmail:

* checking qmail-maildir++.patch ;-) ... [ ok ]
* checking qmail-date-localtime.patch.txt ;-) ... [ ok ]
* checking qmail-limit-bounce-size.patch.txt ;-) ... [ ok ]
* checking qmail-103.patch ;-) ... [ ok ]
* checking qregex-starttls-2way-auth-20050523.patch ;-) ... [ ok ]
* checking qmail-remote-auth-patch-doc.txt ;-) ... [ ok ]
* checking qmail-gentoo-1.03-r16-badrcptto-morebadrcptto-accdias.diff.bz2 ;-) ... [ ok ]
* checking qmail-popupnofd2close.patch ;-) ... [ ok ]
* checking qmail-1.03-reread-concurrency.2.patch ;-) ... [ ok ]
* checking 08-capa.diff ;-) ... [ ok ]
* checking qmail-hold-1.03.pat.gz ;-) ... [ ok ]
* checking netscape-progress.patch ;-) ... [ ok ]
* checking sendmail-ignore-N.patch ;-) ... [ ok ]
* checking qmail-1.03-moreipme-0.6pre1-gentoo.patch ;-) ... [ ok ]
* checking qmail-relaymxlookup-0.4.diff ;-) ... [ ok ]
* checking qmail-1.03-r16-spp.diff ;-) ... [ ok ]
* checking qmail-1.03-r16-mfcheck.diff ;-) ... [ ok ]
* checking qmail-1.03-r16-logrelay.diff ;-) ... [ ok ]
* checking qmail-bounce-encap-20040210.patch ;-) ... [ ok ]
* Creating groups and users
* Adding user 'alias' to your system ...
* - Userid: 200
* - Shell: /usr/sbin/nologin
* - Home: /var/qmail/alias
* You must add group 200 to the system first

!!! ERROR: mail-mta/qmail-1.03-r16 failed.
Call stack:
ebuild.sh, line 1562: Called dyn_setup
ebuild.sh, line 665: Called pkg_setup
qmail-1.03-r16.ebuild, line 595: Called enewuser 'alias' '200' '-1' '/var/qmail/alias' '200'
eutils.eclass, line 539: Called die

!!! 200 is not a valid GID
!!! If you need support, post the topmost build error, and the call stack if relevant.


What can i do? I see that i have to add group 200 to the system, but how?
Thanks!
Back to top
View user's profile Send private message
flufff
n00b
n00b


Joined: 06 Apr 2003
Posts: 72
Location: another world

PostPosted: Sun Oct 15, 2006 6:05 pm    Post subject: Re: Problems compiling qmail Reply with quote

Federals wrote:
* Adding user 'alias' to your system ...
* - Userid: 200
* - Shell: /usr/sbin/nologin
* - Home: /var/qmail/alias
* You must add group 200 to the system first

!!! ERROR: mail-mta/qmail-1.03-r16 failed.
Call stack:
ebuild.sh, line 1562: Called dyn_setup
ebuild.sh, line 665: Called pkg_setup
qmail-1.03-r16.ebuild, line 595: Called enewuser 'alias' '200' '-1' '/var/qmail/alias' '200'
eutils.eclass, line 539: Called die

!!! 200 is not a valid GID
!!! If you need support, post the topmost build error, and the call stack if relevant.


What can i do? I see that i have to add group 200 to the system, but how?
Thanks!


It seams as if group 200 isn't in the system, have you the latest baselayout installed? And also check the content of your /etc/group file. Group 200 should be nofiles so there should be an entry looking like:

Code:
nofiles:x:200:


If there isn't such a row, you can add it manually:
Code:
groupadd -g 200 nofiles


/Fluff
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum