| Summary: | release/Makefile should not use the host /usr/bin/install command, but the freshly built one | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Wolfram Schneider <wosch> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | In Progress --- | ||
| Severity: | Affects Only Me | CC: | des |
| Priority: | --- | ||
| Version: | 15.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://reviews.freebsd.org/D51443 | ||
|
Description
Wolfram Schneider
2025-07-20 15:00:06 UTC
(In reply to Wolfram Schneider from comment #0) Sorry, wrong review link, the correct one is https://reviews.freebsd.org/D51443 macOS's install command is not old - you can see the source here:
https://github.com/apple-oss-distributions/file_cmds/tree/main/install
Presumably, the issue you ran into is that they deliberately disabled the `-N` option, which is used when building release tarballs.
(In reply to Dag-Erling Smørgrav from comment #2) Thanks for the hint to the apple source code. This appears to be the code for macOS 15.x and 26. But macOS 14.x looks very old, see https://man.freebsd.org/cgi/man.cgi?query=install&manpath=macOS+14.8 Not everybody want or can upgrade to the latest macOS release. |