Bug 235019

Summary: 'make buildworld' fails at /usr/src/lib/libc/gen/arc4random.c
Product: Base System Reporter: oz42
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: lwhsu, vilivita82
Priority: ---    
Version: 12.0-RELEASE   
Hardware: Any   
OS: Any   

Description oz42 2019-01-17 08:49:26 UTC
I have deleted my src.conf and started a 'make buildworld':

In file included from /usr/src/lib/libc/gen/arc4random.c:30:
In file included from /usr/include/fcntl.h:48:
/usr/src/sys/sys/_types.h:132:27: error: redefinition of typedef '__va_list' is a C11 feature [-Werror,-Wtypedef-redefinition]
typedef __builtin_va_list       __va_list;      /* internally known to gcc */
                                ^
/usr/include/x86/_types.h:158:27: note: previous definition is here
typedef __builtin_va_list       __va_list;      /* internally known to gcc */
                                ^
1 error generated.
*** Error code 1

Stop.
make[4]: stopped in /usr/src/lib/libc
*** Error code 1
Comment 1 Erick Simmonds 2019-12-10 15:48:48 UTC
MARKED AS SPAM
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2020-10-29 08:53:59 UTC
Is this still happening in the newer revision?
Comment 3 oz42 2020-10-29 11:33:06 UTC
No.
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2020-10-29 11:34:16 UTC
(In reply to oz42 from comment #3)
Thanks for confirming.