commit: af3e8eb1d66ca412e395e6e473f4d74552550494 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun May 7 21:50:24 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun May 7 21:50:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3e8eb1
sys-libs/glibc: Add a call to sanity_prechecks in pkg_preinst Bug: https://bugs.gentoo.org/885481 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-libs/glibc/glibc-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index cc98168d7f92..7f2028de0877 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -1576,6 +1576,9 @@ pkg_preinst() { # nothing to do if just installing headers just_headers && return + einfo "Checking general environment sanity." + sanity_prechecks + # prepare /etc/ld.so.conf.d/ for files mkdir -p "${EROOT}"/etc/ld.so.conf.d
