| Summary: | coreutils 9.4 fails to build/install | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | contactopublico57 |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | requested information | ||
In future, please always include the full build.log and emerge --info. You also need to move to OpenSSL 3. But this one is a dupe: bug 913368. *** This bug has been marked as a duplicate of bug 913368 *** Created attachment 869130 [details]
requested information
|
coreutils 9.4 compile fails: x86_64-pc-linux-gnu-gcc -I. -I./lib -DHASH_ALGO_CKSUM=1 -DHAVE_CONFIG_H -Ilib -I./lib -Isrc -I./src -march=native -O2 -pipe -c -o src/blake2/cksum-blake2b-ref.o `test -f 'src/blake2/blake2b-ref.c' || echo './'`src/blake2/blake2b-ref.c In file included from src/digest.c:41: ./lib/md5.h:36:12: fatal error: openssl/configuration.h: No such file or directory 36 | # include <openssl/configuration.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Reproducible: Always Steps to Reproduce: 1.attempt emerge coreutils 9.4 2.compile fails 3. Actual Results: coreutils fails to compile and install Expected Results: coreutils compile and install