[MacPorts] #65307: qemu: builds failing for 10.12: undeclared identifiers UTIME_NOW, UTIME_OMIT
MacPorts
noreply at macports.org
Wed Jun 8 13:05:40 UTC 2022
#65307: qemu: builds failing for 10.12: undeclared identifiers UTIME_NOW,
UTIME_OMIT
---------------------+----------------------
Reporter: mascguy | Owner: raimue
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: qemu
---------------------+----------------------
Build fails for 10.12 buildbot, with the following:
{{{
../qemu-7.0.0/hw/9pfs/9p.c:1681:36: error: use of undeclared identifier
'UTIME_NOW'
times[0].tv_nsec = UTIME_NOW;
^
../qemu-7.0.0/hw/9pfs/9p.c:1684:32: error: use of undeclared identifier
'UTIME_OMIT'
times[0].tv_nsec = UTIME_OMIT;
^
../qemu-7.0.0/hw/9pfs/9p.c:1691:36: error: use of undeclared identifier
'UTIME_NOW'
times[1].tv_nsec = UTIME_NOW;
^
../qemu-7.0.0/hw/9pfs/9p.c:1694:32: error: use of undeclared identifier
'UTIME_OMIT'
times[1].tv_nsec = UTIME_OMIT;
^
../qemu-7.0.0/hw/9pfs/9p.c:3474:32: error: use of undeclared identifier
'UTIME_OMIT'
times[0].tv_nsec = UTIME_OMIT;
^
../qemu-7.0.0/hw/9pfs/9p.c:3480:32: error: use of undeclared identifier
'UTIME_OMIT'
times[1].tv_nsec = UTIME_OMIT;
^
6 errors generated.
}}}
https://ports.macports.org/port/qemu/builds/
--
Ticket URL: <https://trac.macports.org/ticket/65307>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list