Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160915 - Removed newpamd and dopamd from eutils.eclass break some packages
Summary: Removed newpamd and dopamd from eutils.eclass break some packages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-08 15:16 UTC by Torsten Veller (RETIRED)
Modified: 2007-01-08 15:34 UTC (History)
6 users (show)

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 Torsten Veller (RETIRED) gentoo-dev 2007-01-08 15:16:59 UTC
dopamd and newpamd were removed from eutils.eclass recently <http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/eutils.eclass?r1=1.265&r2=1.266> 

grep finds the following packages using newpamd or dopamd without "inherit pam":

./dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r2.ebuild   (net-mail)
./dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild
./dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r3.ebuild
./dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild
./app-admin/conserver/conserver-8.1.14.ebuild       (weeve)
./net-mail/cyrus-imapd/cyrus-imapd-2.3.7.ebuild     (net-mail)
./net-mail/cyrus-imapd/cyrus-imapd-2.3.6.ebuild
./net-mail/cyrus-imapd/cyrus-imapd-2.2.12-r4.ebuild
./net-mail/cyrus-imapd/cyrus-imapd-2.3.1.ebuild
./net-mail/cyrus-imapd/cyrus-imapd-2.2.12-r5.ebuild
./net-www/pwauth/pwauth-2.3.1-r2.ebuild             (apache-bugs)
./net-www/pwauth/pwauth-2.3.1-r3.ebuild
./net-misc/ssh/ssh-3.2.9.1-r1.ebuild                (humpback)
./net-fs/samba/samba-3.0.22-r2.ebuild               (samba)
./net-fs/samba/samba-3.0.23a.ebuild
./net-fs/samba/samba-3.0.23.ebuild
./net-fs/samba/samba-3.0.21b-r1.ebuild
./net-fs/samba/samba-3.0.22-r3.ebuild
./net-fs/samba/samba-3.0.20b.ebuild
./net-fs/samba/samba-3.0.22.ebuild
./net-fs/samba/samba-3.0.23d.ebuild
./net-fs/samba/samba-3.0.21a.ebuild
./net-fs/samba/samba-3.0.14a-r2.ebuild

Fix: inherit pam
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-08 15:34:51 UTC
Fixed now, I wonder why samba was missing it as I'm pretty sure I did commit this change at least to that before.