when trying to build pam on empty system, ie using ROOT=/some/path, loosing dependences of glib and pwdb. Reproducible: Always Steps to Reproduce: 1.prepare baselayout on needed path 2.export ROOT=/some/path; emerge pam 3. Actual Results: pam trying to compile, but on some steps saying that glib and pwdb is not exists Expected Results: correcting dependences of pam
Looking at the ebuild, pam depends on glib if emerged with USE="pam_console" and depends on pwdb if emerged with USE="pwdb"; so please be more specific and at least post some error messages and also emerge --info output.