Daevid Vincent wrote: > >Furthermore, it appears that the .ebuild has those --with flags mentioned in >the FAQ. > ># more /usr/portage/net-mail/mailman/mailman-2.1.5-r4.ebuild >... >src_compile() { > econf \ > --prefix=${INSTALLDIR} \ > --with-mail-gid=${MAILGID} \ > --with-cgi-gid=${APACHEGID} \ > || die "configure failed" > > make || die "make failed" >} >...
Yes, it has the flags, but what is the value of the ${MAILGID} parameter? The error message you received says it's 'mailman' and should be 'mail'. Your original post says: >daevid portage-logs # ll /usr/local/mailman/mail/mailman >-rwxr-sr-x 1 mailman mailman 7768 Sep 7 11:34 /usr/local/mailman/mail/mailman Thus, the wrapper was recompiled with the upgrade on Sep 7 and that's when things quit working so this is the likely cause. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp