Skip to content

Instantly share code, notes, and snippets.

@nl
Created August 3, 2013 17:06
Show Gist options
  • Save nl/6147148 to your computer and use it in GitHub Desktop.
Save nl/6147148 to your computer and use it in GitHub Desktop.
iMac-SSD: hsoft-pluginbuilder-75a9222f4ea6> python setup.py install
running install
running bdist_egg
running egg_info
writing top-level names to pluginbuilder.egg-info/top_level.txt
writing requirements to pluginbuilder.egg-info/requires.txt
writing pluginbuilder.egg-info/PKG-INFO
writing dependency_links to pluginbuilder.egg-info/dependency_links.txt
Pre-building plugin executable file
Traceback (most recent call last):
File "setup.py", line 77, in <module>
cmdclass={'build_py': build_py},
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 929, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 948, in run_command
cmd_obj.run()
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/setuptools/command/install.py", line 73, in run
self.do_egg_install()
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/setuptools/command/install.py", line 93, in do_egg_install
self.run_command('bdist_egg')
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 948, in run_command
cmd_obj.run()
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/setuptools/command/bdist_egg.py", line 177, in run
self.run_command("egg_info")
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 948, in run_command
cmd_obj.run()
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/setuptools/command/egg_info.py", line 185, in run
self.find_sources()
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/setuptools/command/egg_info.py", line 261, in find_sources
mm.run()
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/setuptools/command/egg_info.py", line 327, in run
self.add_defaults()
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/setuptools/command/egg_info.py", line 363, in add_defaults
sdist.add_defaults(self)
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/setuptools/command/sdist.py", line 219, in add_defaults
build_py = self.get_finalized_command('build_py')
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/cmd.py", line 299, in get_finalized_command
cmd_obj.ensure_finalized()
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/cmd.py", line 107, in ensure_finalized
self.finalize_options()
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/command/build_py.py", line 56, in finalize_options
self.data_files = self.get_data_files()
File "setup.py", line 46, in get_data_files
pluginbuilder.bundletemplate.setup.main()
File "/Volumes/Home/Downloads/hsoft-pluginbuilder-75a9222f4ea6/pluginbuilder/bundletemplate/setup.py", line 25, in main
isysroot = re.findall(r'-isysroot\s+(\S+)', CFLAGS)[0]
IndexError: list index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment