Summary: | dev-perl/Net-LDAPapi-3.0.7-r1 fails to compile (MUSL-CLANG-SYSTEM): LDAPapi.c:624:11: error: call to undeclared function ldap_bind_s; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | jy6x2b32pie9 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/quanah/net-ldapapi/issues/58 | ||
Whiteboard: | ~arch only | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 852356 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: ./constant.h:25:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ./constant.h:293:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LDAPapi.c:624:11: error: call to undeclared function 'ldap_bind_s'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Fixed upstream in https://github.com/quanah/net-ldapapi/issues/58 |