[MacPorts] #58916: findutils 4.7.0 fails to build
MacPorts
noreply at macports.org
Sun Sep 15 15:57:30 UTC 2019
#58916: findutils 4.7.0 fails to build
------------------------+----------------------
Reporter: Tatsh | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: catalina
Port: findutils |
------------------------+----------------------
Comment (by ra1nb0w):
Yes, many others fail, like {{{m4}}} itself.
The problem seems this test
{{{
if (!(ftell (fp) == 9))
return 6;
}}}
after
{{{
if (!(putc ('!', fp) == '!'))
return 5;
}}}
on {{{ftello.m4}}}. The value of {{{ftell()}}} remains 8 and don't follow
{{{putc()}}} advance.
--
Ticket URL: <https://trac.macports.org/ticket/58916#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list