While bootstraping a prefix (stage3), openssl fails to configure, telling Configure is not found (but is present in unpacked sources). As it was a bootstrap, i cannot produce valuable emerge --info Reproducible: Always Steps to Reproduce: 1.Bootstrap prefix 2. 3. Actual Results: openssl fails at stage3 Expected Results: bootstraped prefix
Created attachment 850072 [details] build.log
Reading build.log i actually found the culprit: The sources are searched in ${EPREFIX}/tmp/var/tmp/[...], but were unpacked in ${EPREFIX}/var/tmp/[...].
(In reply to Étienne Buira from comment #2) I don't see that anywhere in the build log. Anyway, I suspect the issue might be resolved in dev-libs/openssl-1.1.1s-r2 and dev-libs/openssl-1.1.1t. We changed the src_configure function to call Configure using perl from PATH instead of relying on a shebang in the Configure script.
(In reply to Mike Gilbert from comment #3) > Anyway, I suspect the issue might be resolved in dev-libs/openssl-1.1.1s-r2 > and dev-libs/openssl-1.1.1t. We changed the src_configure function to call > Configure using perl from PATH instead of relying on a shebang in the > Configure script. Hi, It worked with 1.1.1t-r1, thanks.