[MacPorts] #67228: vim @9.0.1276_0+huge+perl+python311+x11: WimplicitFunctionDeclaration reported for timer_create and statacl
MacPorts
noreply at macports.org
Thu Apr 13 06:56:45 UTC 2023
#67228: vim @9.0.1276_0+huge+perl+python311+x11: WimplicitFunctionDeclaration
reported for timer_create and statacl
----------------------+----------------------
Reporter: ddissett | Owner: raimue@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Keywords: | Port: vim
----------------------+----------------------
configuring:: vim @9.0.1276_0+huge+perl+python311+x11
macOS:: 10.14.6 (18G9323)
Xcode:: Version 11.3.1 (11C505)
produces this warning:
{{{
Warning: Configuration logfiles contain indications of -Wimplicit-
function-declaration; check that features were not accidentally disabled:
statacl: found in vim-9.0.1276/src/auto/config.log
timer_create: found in vim-9.0.1276/src/auto/config.log
}}}
I believe this is a false alarm.
the timer_create implicit decl occurs in these tests:
* checking for timer_create without -lrt
* checking for timer_create with -lrt
the stat_acl implicit decl occurs in this test:
* checking for AIX ACL support
I believe all three checks should fail on MacOS so I don't think this
affects the build.
--
Ticket URL: <https://trac.macports.org/ticket/67228>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list