Bug 15955 - mesa build failed.
Summary: mesa build failed.
Status: VERIFIED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i915 (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-16 01:28 UTC by liuhaien
Modified: 2008-05-20 22:37 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description liuhaien 2008-05-16 01:28:15 UTC
when run git pull&&make to build mesa ,it will fail with below error info :
gmake[5]: *** [brw_wm_fp.o] Error 1
gmake[4]: *** [subdirs] Error 1
gmake[3]: *** [linux-solo] Error 2
gmake[2]: *** [default] Error 1
make[1]: *** [subdirs] Error 1
make: *** [default] Error 1


I try to bisect and find maybe this commit cause failure:

commit ade508312c701ce89d3c2cd717994dbbabb4f207
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed May 14 16:09:46 2008 -0600


and the latest good commit is :

commit c807c1a23fc918591e9d2f6f26c4e071a725bced
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed May 14 13:12:44 2008 -0600
Comment 1 Dodji Seketeli 2008-05-16 02:18:32 UTC
Hello,

I think I hit this as well. I am adding a slightly more helpful log to this bug, hopping this could help.

gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -I../../../../../include -I../../../../../include/GL/internal -I../../../../../src/mesa -I../../../../../src/mesa/main -I../../../../../src/mesa/glapi -I../../../../../src/egl/main -I../../../../../src/egl/drivers/dri -I/home/dodji/prefix/xorg/include -I/home/dodji/prefix/xorg/include/drm    -g -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing  -fPIC  -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DGLX_DIRECT_RENDERING -I../intel -I../intel/server brw_wm_glsl.c -o brw_wm_glsl.o
brw_wm_fp.c: In function ‘emit_fb_write’:
brw_wm_fp.c:885: error: ‘struct prog_instruction’ has no member named ‘Sampler’
brw_wm_fp.c:890: error: ‘struct prog_instruction’ has no member named ‘Sampler’
brw_wm_fp.c:893: error: ‘struct prog_instruction’ has no member named ‘Sampler’
brw_wm_fp.c:897: error: ‘struct prog_instruction’ has no member named ‘Sampler’
make[5]: *** [brw_wm_fp.o] Erreur 1
make[5]: *** Attente des tâches non terminées....
brw_wm_glsl.c: In function ‘emit_fb_write’:
brw_wm_glsl.c:342: error: ‘struct prog_instruction’ has no member named ‘Sampler’
brw_wm_glsl.c:343: error: ‘struct prog_instruction’ has no member named ‘Sampler’
make[5]: *** [brw_wm_glsl.o] Erreur 1
make[5]: quittant le répertoire « /home/dodji/devel/git/xorg-jhbuild/mesa/src/mesa/drivers/dri/i965 »
make[4]: *** [subdirs] Erreur 1
make[4]: quittant le répertoire « /home/dodji/devel/git/xorg-jhbuild/mesa/src/mesa/drivers/dri »
make[3]: *** [linux-solo] Erreur 2
make[3]: quittant le répertoire « /home/dodji/devel/git/xorg-jhbuild/mesa/src/mesa »
make[2]: *** [default] Erreur 1
make[2]: quittant le répertoire « /home/dodji/devel/git/xorg-jhbuild/mesa/src/mesa »
make[1]: *** [subdirs] Erreur 1
make[1]: quittant le répertoire « /home/dodji/devel/git/xorg-jhbuild/mesa/src »
make: *** [default] Erreur 1


Cheers.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.