Opened 2 hours ago

#70906 new defect

error: use of undeclared identifier 'CLONE_NOOWNERCOPY'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by:
Priority: Normal Milestone:
Component: base Version: 2.10.1
Keywords: Cc:
Port:

Description

MacPorts base fails to build on macOS 10.12 only:

https://build.macports.org/builders/base-10.12_x86_64/builds/1373/steps/make%20-C%20vendor/logs/stdio

/opt/bblocal/var/buildworker/base/build/vendor/tcl/unix/tclUnixFCmd.c:567:44: error: use of undeclared identifier 'CLONE_NOOWNERCOPY'
    if (clonefile(src, dst, CLONE_NOFOLLOW|CLONE_NOOWNERCOPY) == 0) {
                                           ^
1 error generated.

See #61349 for how this problem was fixed in ccache.

Change History (0)

Note: See TracTickets for help on using tickets.