Summary: | [prefix] dev-libs/openssl-1.1.1s fails to configure: ./Configure: cannot execute: required file not found | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Étienne Buira <etienne.buira> |
Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | base-system, etienne.buira |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Étienne Buira
2023-02-07 10:18:04 UTC
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. |