Bug 237856

Summary: 12-STABLE fails to build: use of undeclared identifier 'compiler_flags'
Product: Base System Reporter: Yuri Victorovich <yuri>
Component: miscAssignee: Bugmeister <bugmeister>
Status: Closed Overcome By Events    
Severity: Affects Only Me    
Priority: ---    
Version: 12.0-STABLE   
Hardware: Any   
OS: Any   

Description Yuri Victorovich freebsd_committer freebsd_triage 2019-05-12 22:30:50 UTC
The build of 12-STABLE on 11.2-STABLE fails:

> --- secure/lib/libcrypto__L ---
> /usr/src/crypto/openssl/crypto/cversion.c:27:16: error: use of undeclared identifier 'compiler_flags'
>         return compiler_flags;
>                ^
> 1 error generated.
> --- lib/libkvm__L ---
> --- _libinstall ---
> sh /usr/src/tools/install.sh  -C -o root -g wheel -m 444   libkvm.a /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/
> --- secure/lib/libcrypto__L ---
> *** [cversion.o] Error code 1
> 
> make[4]: stopped in /usr/src/secure/lib/libcrypto
> 1 error

Does it accidentally use old headers?

rev.347511
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2024-01-13 11:14:35 UTC
^Triage: note that this one was never addressed and is surely OBE.