Bug 91580 - mesa (git version) fails to build
Summary: mesa (git version) fails to build
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/r600 (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium critical
Assignee: Default DRI bug account
QA Contact: Default DRI bug account
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-07 09:34 UTC by Jos van Wolput
Modified: 2015-08-11 18:57 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Jos van Wolput 2015-08-07 09:34:35 UTC
The latest git version of mesa fails to build:
-----
make[3]: Entering directory '/home/jos/src/xorg/git/mesa/src/gallium/drivers/radeon'
  CC       cayman_msaa.lo
  CC       r600_buffer_common.lo
  CC       r600_gpu_load.lo
  CC       r600_pipe_common.lo
r600_pipe_common.c: In function 'r600_common_screen_init':
r600_pipe_common.c:887:23: error: 'MESA_LLVM_VERSION_PATCH' undeclared (first use in this function)
     HAVE_LLVM & 0xff, MESA_LLVM_VERSION_PATCH);
                       ^
r600_pipe_common.c:887:23: note: each undeclared identifier is reported only once for each function it appears in
Makefile:694: recipe for target 'r600_pipe_common.lo' failed
make[3]: *** [r600_pipe_common.lo] Error 1
make[3]: Leaving directory '/home/jos/src/xorg/git/mesa/src/gallium/drivers/radeon'
Makefile:577: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/jos/src/xorg/git/mesa/src/gallium'
Makefile:676: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jos/src/xorg/git/mesa/src'
Makefile:618: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
-----
Comment 1 Jos van Wolput 2015-08-11 18:57:11 UTC
Fixed in commit b88f14702d9c02a34d517f95fe840527961631cd,
gallium/radeon: fix r600g build if LLVM is disabled
committer Marek Olšák <marek.olsak@amd.com> 2015-08-11 12:46:54 (GMT)


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.