[MacPorts] #60634: skaffold: usage: mktemp [-d] [-q] [-t prefix] [-u] template ...

MacPorts noreply at macports.org
Fri Jun 12 19:47:39 UTC 2020


#60634: skaffold: usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
-------------------------+----------------------
  Reporter:  ryandesign  |      Owner:  breun
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.6.2
Resolution:              |   Keywords:  yosemite
      Port:  skaffold    |
-------------------------+----------------------

Comment (by breun):

 `hack/generate-statik.sh` calls `mktemp -d`:
 https://github.com/GoogleContainerTools/skaffold/blob/v1.10.1/hack
 /generate-statik.sh#L25

 On Catalina that command creates a temporary directory and returns the
 name:

 {{{
 ~ % mktemp -d
 /var/folders/m7/7n1s8z9r8vlfjs008k8z7sr80000gn/T/tmp.Pj97B6FP
 }}}

 I don't have access to a Yosemite system, but apparently that is not a
 valid command on Yosemite? Any idea what a valid alternative command would
 be?

-- 
Ticket URL: <https://trac.macports.org/ticket/60634#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list