FS#17553 - Mesa need python to be build

Attached to Project: Arch Linux
Opened by Laurent Carlier (lordheavy) - Saturday, 19 December 2009, 22:40 GMT
Last edited by Jan de Groot (JGC) - Saturday, 19 December 2009, 23:20 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
mesa need python to build

---
gcc -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers -I/src/gallium/include -I/src/gallium/auxiliary -I/src/gallium/drivers -march=x86-64 -mtune=generic -O2 -pipe -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -g -fPIC -DUSE_X86_64_ASM -D_GNU_SOURCE -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_USE_TLS -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS rtasm_ppc_spe.c -o rtasm_ppc_spe.o
/bin/sh ../../../../bin/mklib -o rtasm -static rtasm_cpu.o rtasm_execmem.o rtasm_x86sse.o rtasm_ppc.o rtasm_ppc_spe.o
mklib: Making Linux static library: librtasm.a
ar: creating librtasm.a
make[4]: Leaving directory `/home/lordh/archbuild/mesa-git/src/mesa-build/src/gallium/auxiliary/rtasm'
make[4]: Entering directory `/home/lordh/archbuild/mesa-git/src/mesa-build/src/gallium/auxiliary/util'
python u_format_access.py u_format.csv > u_format_access.c
/bin/sh: python: command not found
make[4]: *** No rule to make target `depend', needed by `default'. Stop.
make[4]: Leaving directory `/home/lordh/archbuild/mesa-git/src/mesa-build/src/gallium/auxiliary/util'
make[3]: *** [default] Error 1
make[3]: Leaving directory `/home/lordh/archbuild/mesa-git/src/mesa-build/src/gallium/auxiliary'
make[2]: *** [default] Error 1
make[2]: Leaving directory `/home/lordh/archbuild/mesa-git/src/mesa-build/src/gallium'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/lordh/archbuild/mesa-git/src/mesa-build/src'
make: *** [default] Error 1
==> ERROR: Build Failed.
---
Steps to reproduce:
Build mesa package without python.
This task depends upon

Closed by  Jan de Groot (JGC)
Saturday, 19 December 2009, 23:20 GMT
Reason for closing:  Fixed

Loading...