[Mesa-dev] [Bug 30789] New: mesa git fails to build

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 11 22:49:00 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=30789

           Summary: mesa git fails to build
           Product: Mesa
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: randrik at mail.ru


Using mesa git master i noticed (recent) build failure, usually things like 
this fixed  very fast, but just in case people using other compiler/llvm than i
have....

Mesa git up to:
commit c25fcf5aa5beccd7731706b8f85682170a2eca56
Author: Francisco Jerez <currojerez at riseup.net>
Date:   Tue Sep 28 22:51:28 2010 +0200

    nouveau: Get larger push buffers.

    Useful to amortize the command submission/reloc overhead (e.g. etracer
    goes from 72 to 109 FPS on nv4b).
------

Error:

gmake[3]: Entering directory `/home/guest/source/mesa/src/gallium/auxiliary'
gcc -c -I. -I../../../src/gallium/include -I../../../src/gallium/auxiliary
-I../../../src/gallium/drivers  -I/usr/X11R7/include -g -O2 -Wall
-Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden
-fno-strict-aliasing -g  -fPIC  -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM
-DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
-DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_UDIS86 -DGALLIUM_LLVMPIPE
-D__STDC_CONSTANT_MACROS -DHAVE_LLVM=0x0207 -D__STDC_CONSTANT_MACROS
-I/usr/include  -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS
-D__STDC_CONSTANT_MACROS -O2 -fomit-frame-pointer -fPIC
gallivm/lp_bld_tgsi_info.c -o gallivm/lp_bld_tgsi_info.o
In file included from gallivm/lp_bld_tgsi_info.c:36:
gallivm/lp_bld_tgsi.h:79: warning: declaration does not declare anything
gallivm/lp_bld_tgsi_info.c: In function 'analyse_src':
gallivm/lp_bld_tgsi_info.c:77: error: 'struct lp_tgsi_channel_info' has no
member named 'value'
gallivm/lp_bld_tgsi_info.c:80: error: 'struct lp_tgsi_channel_info' has no
member named 'index'
gallivm/lp_bld_tgsi_info.c: In function 'is_immediate':
gallivm/lp_bld_tgsi_info.c:95: error: 'const struct lp_tgsi_channel_info' has
no member named 'value'
gallivm/lp_bld_tgsi_info.c: In function 'dump_info':
gallivm/lp_bld_tgsi_info.c:345: error: 'const struct lp_tgsi_channel_info' has
no member named 'index'
gallivm/lp_bld_tgsi_info.c:363: error: 'const struct lp_tgsi_channel_info' has
no member named 'value'
gallivm/lp_bld_tgsi_info.c:379: error: 'const struct lp_tgsi_channel_info' has
no member named 'index'
gmake[3]: *** [gallivm/lp_bld_tgsi_info.o] Error 1
gmake[3]: Leaving directory `/home/guest/source/mesa/src/gallium/auxiliary'
gmake[2]: *** [default] Error 1
gmake[2]: Leaving directory `/home/guest/source/mesa/src/gallium'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/guest/source/mesa/src'
make: *** [default] Error 1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list