-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
When following the readme's instructions to build on my mac i get an error during build.py configure where it is unable to unzip the prebuilt zip because the files seem to be git LFS pointers. The readme does not mention any lfs requirement or steps to download those zipfiles. How can I download those zipfiles so I can build komodo?
Steps to reproduce
python2.7 build.py configure -k 10.10
Exception
target: configure
/bin/sh: svnversion: command not found
build: warning: Failed to get changenum, using 0 instead
unzipping prebuilt python in `prebuilt/python2.7/macosx'
[macosx.zip]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of macosx.zip or
macosx.zip.zip, and cannot find macosx.zip.ZIP, period.
Traceback (most recent call last):
File "build.py", line 2910, in <module>
sys.exit( main(sys.argv) )
File "build.py", line 2906, in main
return build(args)
File "build.py", line 2730, in build
newArgv = targetFunc(argv)
File "build.py", line 1297, in target_configure
dirname(prebuiltDir), log.debug)
File "build.py", line 214, in _run_in_dir
_run(cmd, logstream=None)
File "build.py", line 196, in _run
raise OSError("error running '%s': %r" % (cmd, status))
OSError: error running 'unzip -q -d macosx macosx.zip': 9
Metadata
Metadata
Assignees
Labels
No labels