| Summary: | 'make buildworld' fails at /usr/src/lib/libc/gen/arc4random.c | ||
|---|---|---|---|
| Product: | Base System | Reporter: | oz42 |
| Component: | bin | Assignee: | 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 | ||
MARKED AS SPAM Is this still happening in the newer revision? No. (In reply to oz42 from comment #3) Thanks for confirming. |
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