On 19 Aug 2021, at 11:31, Ka Ho Ng <[email protected]> wrote: > > The branch main has been updated by khng: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=5ee2c35751ef5d131222423bf3e25073f997c337 > > commit 5ee2c35751ef5d131222423bf3e25073f997c337 > Author: Ka Ho Ng <[email protected]> > AuthorDate: 2021-08-19 10:30:41 +0000 > Commit: Ka Ho Ng <[email protected]> > CommitDate: 2021-08-19 10:30:41 +0000 > > truncate(1): Add hole-punching support > > This commit adds hole-punching support to the truncate(1) utility. If > the option -d is specified, truncate(1) performs zeroing, and if > possible hole-punching in case the operation is supported by the > underlying file system of the specified files. > > Sponsored by: The FreeBSD Foundation > Reviewed by: kib > Differential Revision: https://reviews.freebsd.org/D31556
This broke cross-building from macOS and Linux since truncate is a bootstrap tool there and these FreeBSD-specific features don’t exist. Please disable these features when built as a bootstrap tool (see bin/cat for an example). Jess _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
