Opened 20 months ago

Last modified 20 months 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

https://build.macports.org/builders/ports-10.9_x86_64-builder/builds/199827/steps/install-port/logs/stdio

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 20 months ago by ajhall (Andy Hall)

I think it's calling mktemp without 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

comment:2 Changed 20 months ago by ajhall (Andy Hall)

Cc: ajhall added
Note: See TracTickets for help on using tickets.