Summary: | net-libs/libgadu-1.12.2-r1 has implicit function declarations in configure logs (MUSL-SYSTEM) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Maciej Mrozowski <reavertm> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | jy6x2b32pie9 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 906027, 941869 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 863216 [details]
build.log
build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:816 - __va_copy check for __va_copy It's provided explicitly by gcc, but not by clang Should be safe to ignore. Correction, explicitly provided by glibc, but not musl. There's define guard that skips __va_copy if va_copy is defined. also, va_copy is never used explicitly |