It appears that portage leaves quite a bit of space between sys-libs/glibc (crypt) and virtual/libcrypt-2 where packages depending on libcrypt fail to build with errors like missing crypt.h. Reproducible: Always Steps to Reproduce: 1. emerge -avuDN world Actual Results: Logs attached.
Created attachment 724591 [details] emerge_debug.log.gz
Created attachment 724594 [details] emerge.log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c6de2213e35965d2e7c79c06d9e9b9d6af7e0d commit 85c6de2213e35965d2e7c79c06d9e9b9d6af7e0d Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2021-07-17 21:33:55 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2021-07-17 21:37:06 +0000 toolchain.eclass: pull virtual/libcrypt as a dependency for USE=sanitize Closes: https://bugs.gentoo.org/802648 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> eclass/toolchain.eclass | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
Same was also missing in eudev and udev, all fixed now.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=46cb1cb5a5e1f8eeba77ad733d3af149d8a4ce19 commit 46cb1cb5a5e1f8eeba77ad733d3af149d8a4ce19 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-10-14 06:14:08 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-10-14 06:14:46 +0000 toolchain.eclass: depend on virtual/libcrypt with USE=sanitize Bug: https://bugs.gentoo.org/802648 Closes: https://bugs.gentoo.org/817974 Signed-off-by: Sam James <sam@gentoo.org> eclass/toolchain.eclass | 7 +++++++ 1 file changed, 7 insertions(+)