Open GoogleCodeExporter opened 9 years ago
Okay i solved that problem, in case anyone is interested : Archlinux had
decided to switch to **python 3** by default, so /usr/bin/python points toward
python3 which is not what is needed by libjingle.
So what I did (as a temporary measure, I'm aware, but it worked) is ln -s
/usr/bin/python /usr/bin/python2 for the build process.
Original comment by nico...@smartmeup.org
on 21 May 2014 at 12:49
ACTION Running source/patched-yasm/modules/arch/x86/gen_x86_insn.py out/Debug/obj/gen/third_party/yasm/x86insns.c Traceback (most recent call last): File "source/patched-yasm/modules/arch/x86/gen_x86_insn.py", line 8334, in
output_groups(file(os.path.join(out_dir, "x86insns.c"), "wt"))
NameError: name 'file' is not defined
third_party/yasm/generate_files.host.mk:13: recipe for target
'out/Debug/obj/gen/third_party/yasm/x86insns.c' failed
make: *\ [out/Debug/obj/gen/third_party/yasm/x86insns.c] Error 1
Original issue reported on code.google.com by
nico...@smartmeup.org
on 21 May 2014 at 8:01