The ebuild for sys-apps/utempter-0.5.3.2 installs libutempter to "/". I made the following patch to the utempter ebuild to resolve this issue: --- utempter-0.5.3.2.ebuild.orig 2004-02-09 13:15:03.000000000 -0500 +++ utempter-0.5.3.2.ebuild 2004-02-09 13:15:28.000000000 -0500 @@ -26,7 +26,7 @@ } src_install() { - make RPM_BUILD_ROOT="${D}" install + make RPM_BUILD_ROOT="${D}" LIBDIR="usr/lib" install dobin utmp dodoc COPYING }
Thanks Mr. Bell, fixed in portage with the -r1 ebuild.