Summary says it all. Prohibits me from building a stage3. This is fixed by following patch: ############### --- sys-libs/pam/pam-0.77-r6.ebuild 2005-05-16 01:05:56.000000000 +0000 +++ sys-libs/pam/pam-0.77-r6.ebuild 2005-06-17 14:59:18.000000000 +0000 @@ -96,6 +96,11 @@ sed -e 's|^modules/||') done + # Fix multilib issue with cracklib + sed -i \ + -e "s|^\(MODULE_SIMPLE_EXTRALIBS=.*\/usr\/\)lib\/|\1$(get_libdir)\/|" \ + ${S}/modules/pam_cracklib/Makefile || die sed failed + cp /usr/share/automake/install-sh . || die export WANT_AUTOCONF=2.5 autoconf || die ################### Azarah: can i go and commit this? Or do you want a rev-bump? This applies to latest stable version, but i guess it's also needed in all the other versions, as this Makefile is not generated by a configure script. Wolf: Can you pull this into the snapshot already? I can't build a stage3 w/o this being fixed.
This should be fixed by 0.78-r2 ... you can apply the patch, but I guess I should really start to get later versions stabled.
Fixed in CVS for 0.77-r6. Martin: When be sure to have this fix in for any version that should become stable on amd64. TIA :-)