MTG / homebrew-essentia

Homebrew build scripts for Essentia
34 stars 13 forks source link

Gaia installation issue on Sierra 10.12.4 #4

Closed yyf closed 7 years ago

yyf commented 7 years ago

Following the installation instruction "Build from command-line using Homebrew (recommended)", but ran into the following. Any suggestion?

$ brew install gaia --HEAD

==> Installing gaia from mtg/essentia
==> Cloning https://github.com/MTG/gaia.git
Updating /Users/myName/Library/Caches/Homebrew/gaia--git
==> Checking out branch master
==> ./waf configure --with-python-bindings --prefix=/usr/local/Cellar/gaia/HEAD-bb4a8e7
Last 15 lines from /Users/myName/Library/Logs/Homebrew/gaia/01.waf:
  File "/private/tmp/gaia-20170419-23397-1htt9b/.waf-1.8.21-71bc2f1f9d6d313df7b3e05a55143f91/waflib/Scripting.py", line 114, in waf_entry_point
    run_commands()
  File "/private/tmp/gaia-20170419-23397-1htt9b/.waf-1.8.21-71bc2f1f9d6d313df7b3e05a55143f91/waflib/Scripting.py", line 175, in run_commands
    ctx=run_command(cmd_name)
  File "/private/tmp/gaia-20170419-23397-1htt9b/.waf-1.8.21-71bc2f1f9d6d313df7b3e05a55143f91/waflib/Scripting.py", line 166, in run_command
    ctx.execute()
  File "/private/tmp/gaia-20170419-23397-1htt9b/.waf-1.8.21-71bc2f1f9d6d313df7b3e05a55143f91/waflib/Configure.py", line 87, in execute
    super(ConfigurationContext,self).execute()
  File "/private/tmp/gaia-20170419-23397-1htt9b/.waf-1.8.21-71bc2f1f9d6d313df7b3e05a55143f91/waflib/Context.py", line 93, in execute
    self.recurse([os.path.dirname(g_module.root_path)])
  File "/private/tmp/gaia-20170419-23397-1htt9b/.waf-1.8.21-71bc2f1f9d6d313df7b3e05a55143f91/waflib/Context.py", line 134, in recurse
    user_function(self)
  File "/private/tmp/gaia-20170419-23397-1htt9b/wscript", line 199, in configure
    ' -framework ' + conf.env['FRAMEWORK_QTCORE'][0],
IndexError: list index out of range
yyf commented 7 years ago

same issue as #3