When installing Gentoo Linux on Sparc, the initial emerge system process gets interrupted during the build of openssh. The problem beeing: libcrypto is not found. there should be a dependency on openssl because openssh can not be built without openssl / libcrypto thx Reproducible: Always Steps to Reproduce: 1. Do a Stage2 Install of Gentoo 2004.3 on a Sparc (sunblade 100) 2. emerge system 3. ebuild will stop at package openssl, because libcrypto is not found Actual Results: the build stops during configure If I build openssl manually and then start emerge system again, compilation of openssh finishes without problems. Expected Results: emerge should have understood that openssl is needed by openssh and therefore emerge it before emerging openssh.
*** This bug has been marked as a duplicate of 39318 ***