#70906 closed defect (fixed)
error: use of undeclared identifier 'CLONE_NOOWNERCOPY'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.10.99 |
Keywords: | Cc: | ||
Port: |
Description
MacPorts base fails to build on macOS 10.12 only:
/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 (4)
comment:1 Changed 7 weeks ago by jmroot (Joshua Root)
Version: | 2.10.1 → 2.10.99 |
---|
comment:2 Changed 7 weeks ago by jmroot (Joshua Root)
Owner: | set to jmroot |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 7 weeks ago by jmroot (Joshua Root)
comment:4 Changed 7 weeks ago by jmroot (Joshua Root)
Note: See
TracTickets for help on using
tickets.
In 3f4da3d98ab6c4b8c4f4f731c8b004bdaf0da012/macports-base (master):