Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 913411

Summary: coreutils 9.4 fails to build/install
Product: Gentoo Linux Reporter: contactopublico57
Component: Current packagesAssignee: 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

Description contactopublico57 2023-09-01 13:56:16 UTC
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
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-01 13:57:41 UTC
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 ***
Comment 2 contactopublico57 2023-09-01 13:58:15 UTC
Created attachment 869130 [details]
requested information