Skip to content

Instantly share code, notes, and snippets.

@azenla
Created August 1, 2013 20:19
Show Gist options
  • Save azenla/6134866 to your computer and use it in GitHub Desktop.
Save azenla/6134866 to your computer and use it in GitHub Desktop.
Setup Error OptiForge
HEAD is now at 6397939 Merge pull request #665 from copyboy/master
HEAD is now at 10b16d3 Use json 2.9.1 nightly for OSX in release json like vanilla does.
=================================== Setup Start =================================
Setting up Forge ModLoader
Running command:
['ant', 'jenkinsbuild']
Traceback (most recent call last):
File "setup.py", line 113, in <module>
main()
File "setup.py", line 33, in main
setup_fml(mcp_dir, fml_dir, build_num)
File "setup.py", line 63, in setup_fml
if not run_command(BUILD, cwd=fml_dir):
File "setup.py", line 91, in run_command
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, bufsize=1, cwd=cwd)
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "setup.py", line 38, in <module>
shutil.copytree(os.path.join(FORGE_DIR, 'mcp', 'src_work'), os.path.join(FORGE_DIR, 'mcp', 'src_orig'))
File "/usr/lib/python2.7/shutil.py", line 171, in copytree
names = os.listdir(src)
OSError: [Errno 2] No such file or directory: 'MinecraftForge/mcp/src_work'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment