Build Fails under Arch Linux
auxiliary-character opened this issue ยท 2 comments
I'm going to guess it has something to do with Python 3 being the default Python interpreter.
Here's the console output:
$ ant
Buildfile: /home/austin/code/OpenModsLib/build.xml
set-env:
[echo] Starting build for OpenModsLib v0.4
make-downloads-dir:
[mkdir] Created dir: /home/austin/code/OpenModsLib/download
download-forge:
[get] Getting: http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.6.4-9.11.1.965/forge-1.6.4-9.11.1.965-src.zip
[get] To: /home/austin/code/OpenModsLib/download/forge-1.6.4-9.11.1.965-src.zip
download-files:
setup-forge:
[unzip] Expanding: /home/austin/code/OpenModsLib/download/forge-1.6.4-9.11.1.965-src.zip into /home/austin/code/OpenModsLib/build
[exec] File "install.py", line 11
[exec] print '================ Forge ModLoader Setup Start ==================='
[exec] ^
[exec] SyntaxError: invalid syntax
[exec] Result: 1
cleanup-build:
[mkdir] Created dir: /home/austin/code/OpenModsLib/build/classes
cleanup-mcp:
pre-build:
copy-source:
[copy] Copying 289 files to /home/austin/code/OpenModsLib/build/forge/mcp/src/minecraft
recompile:
[exec] python: can't open file 'runtime/recompile.py': [Errno 2] No such file or directory
BUILD FAILED
/home/austin/code/OpenModsLib/common.xml:102: exec returned: 2
Total time: 3 seconds