Opened 3 years ago
Last modified 3 years ago
#65806 assigned defect
istioctl @1.15.0: non-portable mktemp usage
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | nnikolay@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.7.2 |
| Keywords: | mavericks | Cc: | ajhall (Andy Hall) |
| Port: | istioctl |
Description
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
The mktemp on old versions of macOS does not support whatever options this port's build system is using.
Change History (2)
comment:1 Changed 3 years ago by ajhall (Andy Hall)
comment:2 Changed 3 years ago by ajhall (Andy Hall)
| Cc: | ajhall added |
|---|
Note: See
TracTickets for help on using
tickets.

I think it's calling
mktempwithout args, which is unsupported on older versions of MacOS.https://unix.stackexchange.com/a/84980
https://github.com/istio/istio/search?q=mktemp&type=code