[Mesa-dev] Build failure since May 6

Brian Paul brian.e.paul at gmail.com
Mon May 10 06:46:29 PDT 2010


On Mon, May 10, 2010 at 5:58 AM, Kevin H. Hobbs <hobbsk at ohiou.edu> wrote:
> I run several nightly builds of VTK and ParaView with Mesa from the git
> repository.
>
> My builds for May 6 failed because Mesa failed to build.
>
> Mesa is built with :
>
> # Update Mesa
> echo "Update Mesa"
> cd /home/kevin/mesa
> make realclean > ~/mesa_build.txt 2>&1
> git pull origin > ~/mesa_update.txt 2>&1
> make linux-x86-64 >> ~/mesa_build.txt 2>&1
> date
>
> The tail of ~/mesa_build.txt is :
>
> gcc -c -I../../../../include -I../../../../src/mapi
> -I../../../../src/mesa -I../../../../src/mesa/main -I/usr/X
> 11R6/include -Wall -Wmissing-prototypes -Wdeclaration-after-statement
> -Wpointer-arith -O3 -g -fPIC -m64 -D_POSI
> X_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
> -D_GNU_SOURCE -DPTHREADS -DUSE_XSHM -DHAVE_POSI
> X_MEMALIGN -DUSE_X86_64_ASM -I/usr/X11R6/include -std=c99 -ffast-math
> -fno-strict-aliasing xm_tri.c -o xm_tri.o
> make[5]: *** No rule to make target
> `../../../../src/mapi/glapi/libglapi.a', needed by
> `../../../../lib64/libGL.so'.  Stop.
> make[5]: Leaving directory `/home/kevin/mesa/src/mesa/drivers/x11'
> make[4]: *** [default] Error 1
> make[4]: Leaving directory `/home/kevin/mesa/src/mesa/drivers'
> make[3]: *** [driver_subdirs] Error 2
> make[3]: Leaving directory `/home/kevin/mesa/src/mesa'
> make[2]: *** [subdirs] Error 1
> make[2]: Leaving directory `/home/kevin/mesa/src'
> make[1]: *** [default] Error 1
> make[1]: Leaving directory `/home/kevin/mesa'
> make: *** [linux-x86-64] Error 2

A 'make clean' may be needed.  Sometimes when source files move around
the 'depend' files don't get properly updated.

-Brian


More information about the mesa-dev mailing list