[MacPorts] #65265: lowdown @1.0.0: error: use of undeclared identifier 'AT_FDCWD'
MacPorts
noreply at macports.org
Tue May 31 22:37:04 UTC 2022
#65265: lowdown @1.0.0: error: use of undeclared identifier 'AT_FDCWD'
-------------------------+----------------------
Reporter: ryandesign | Owner: judaew
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: | Keywords:
Port: lowdown |
-------------------------+----------------------
Description changed by ryandesign:
Old description:
> https://build.macports.org/builders/ports-10.9_x86_64-builder/builds/189620/steps
> /install-port/logs/stdio
> {{{
> compats.c:2033:12: error: use of undeclared identifier 'AT_FDCWD'
> if (fd != AT_FDCWD) {
> ^
> compats.c:2079:12: error: use of undeclared identifier 'AT_FDCWD'
> if (fd != AT_FDCWD) {
> ^
> }}}
> The legacysupport 1.1 portgroup can be used to provide the definition of
> `AT_FDCWD`.
New description:
https://build.macports.org/builders/ports-10.9_x86_64-builder/builds/189620/steps
/install-port/logs/stdio
{{{
compats.c:2033:12: error: use of undeclared identifier 'AT_FDCWD'
if (fd != AT_FDCWD) {
^
compats.c:2079:12: error: use of undeclared identifier 'AT_FDCWD'
if (fd != AT_FDCWD) {
^
}}}
The legacysupport 1.1 portgroup can be used to provide the definition of
`AT_FDCWD` for 10.9 and earlier.
--
--
Ticket URL: <https://trac.macports.org/ticket/65265#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list