Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913411 - coreutils 9.4 fails to build/install
Summary: coreutils 9.4 fails to build/install
Status: RESOLVED DUPLICATE of bug 913368
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-01 13:56 UTC by contactopublico57
Modified: 2023-09-01 13:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
requested information (coreutils.txt,224.90 KB, text/plain)
2023-09-01 13:58 UTC, contactopublico57
Details

Note You need to log in before you can comment on or make changes to this bug.
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