[MacPorts] #59360: libvpx: configure.sdkroot: command not found

MacPorts noreply at macports.org
Fri Oct 18 03:53:43 UTC 2019


#59360: libvpx: configure.sdkroot: command not found
-------------------------+----------------------
  Reporter:  ryandesign  |      Owner:  dbevans
      Type:  defect      |     Status:  accepted
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.6.1
Resolution:              |   Keywords:
      Port:  libvpx      |
-------------------------+----------------------

Comment (by kencu):

 Replying to [comment:8 Gcenx]:

 > I got home and tested that same issue
 > {{{
 > :info:configure ./build/make/configure.sh: line 857: SDKROOT: command
 not found
 > }}}
 > as you pointed out the script won't know what $(SDKROOT) is since it's a
 shell script, unless its injected as an env variable.

 One of the tricky things about MacPorts is you often can't just run stuff
 like that. It has to be run within the `port` command to pick up all the
 settings that `base` is doing in the background.

 $SDKROOT is a valid set environment variable (and it is what has been
 allowing you to build `+universal` on Mojave all these weeks).

 But as you're learning, you can't "Bogart" stuff in MacPorts and have it
 work out. It's more like a watch, with 10,000 moving parts. Changes need
 careful testing.

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


More information about the macports-tickets mailing list