Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 802648 - sys-devel/gcc , sys-fs/udev , sys-fs/eudev missing dependencies on virtual/libcrypt
Summary: sys-devel/gcc , sys-fs/udev , sys-fs/eudev missing dependencies on virtual/li...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard: was: sys-apps/portage-3.0.20-r6: depe...
Keywords:
Depends on:
Blocks: libxcrypt-migration
  Show dependency tree
 
Reported: 2021-07-17 21:21 UTC by Alex Barker
Modified: 2021-10-14 06:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge_debug.log.gz (emerge_debug.log.gz,932.46 KB, application/gzip)
2021-07-17 21:21 UTC, Alex Barker
Details
emerge.log (emerge.log,39.47 KB, text/x-log)
2021-07-17 21:22 UTC, Alex Barker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Barker 2021-07-17 21:21:08 UTC
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.
Comment 1 Alex Barker 2021-07-17 21:21:36 UTC
Created attachment 724591 [details]
emerge_debug.log.gz
Comment 2 Alex Barker 2021-07-17 21:22:30 UTC
Created attachment 724594 [details]
emerge.log
Comment 3 Larry the Git Cow gentoo-dev 2021-07-17 21:37:08 UTC
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(-)
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2021-07-17 23:41:46 UTC
Same was also missing in eudev and udev, all fixed now.
Comment 5 Larry the Git Cow gentoo-dev 2021-10-14 06:15:55 UTC
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(+)