<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Vulkan fail to build on i686"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94970">94970</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Vulkan fail to build on i686
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86 (IA32)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>blocker
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/Vulkan/intel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>lordheavym@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>* gcc 5.3.0
* built with:
  ./autogen.sh --prefix=/usr \
  --sysconfdir=/etc \
  --with-dri-driverdir=/usr/lib/xorg/modules/dri \
  --with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl \
  --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
  --with-egl-platforms=x11,drm,wayland \
  --with-vulkan-drivers=intel \
  --with-sha1=libgcrypt \
  --enable-egl \
  --enable-gbm \
  --enable-gallium-llvm \
  --enable-llvm-shared-libs \
  --enable-shared-glapi \
  --enable-glx \
  --enable-glx-tls \
  --enable-dri \
  --enable-osmesa \
  --enable-gles1 \
  --enable-gles2 \
  --enable-texture-float \
  --enable-xa \
  --enable-vdpau \
  --enable-omx \
  --enable-nine \
  --enable-opencl --enable-opencl-icd \
  --with-clang-libdir=/usr/lib

====>

make[5]: Entering directory '/build/mesa-git/src/mesa/src/intel/vulkan'
  CC       libvulkan_intel_la-anv_allocator.lo
  CC       libvulkan_intel_la-anv_cmd_buffer.lo
  CC       libvulkan_intel_la-anv_batch_chain.lo
  CC       libvulkan_intel_la-anv_descriptor_set.lo
In file included from anv_batch_chain.c:30:0:
anv_private.h: In function 'anv_clflush_range':
anv_private.h:433:4: error: implicit declaration of function
'__builtin_ia32_mfence' [-Werror=implicit-function-declaration]
    __builtin_ia32_mfence();
    ^
anv_private.h:435:7: error: implicit declaration of function
'__builtin_ia32_clflush' [-Werror=implicit-function-declaration]
       __builtin_ia32_clflush(p);
       ^
In file included from anv_descriptor_set.c:30:0:
anv_private.h: In function 'anv_clflush_range':
anv_private.h:433:4: error: implicit declaration of function
'__builtin_ia32_mfence' [-Werror=implicit-function-declaration]
    __builtin_ia32_mfence();
    ^
anv_private.h:435:7: error: implicit declaration of function
'__builtin_ia32_clflush' [-Werror=implicit-function-declaration]
       __builtin_ia32_clflush(p);
       ^
In file included from anv_cmd_buffer.c:30:0:
anv_private.h: In function 'anv_clflush_range':
anv_private.h:433:4: error: implicit declaration of function
'__builtin_ia32_mfence' [-Werror=implicit-function-declaration]
    __builtin_ia32_mfence();
    ^
anv_private.h:435:7: error: implicit declaration of function
'__builtin_ia32_clflush' [-Werror=implicit-function-declaration]
       __builtin_ia32_clflush(p);
       ^
In file included from anv_allocator.c:37:0:
anv_private.h: In function 'anv_clflush_range':
anv_private.h:433:4: error: implicit declaration of function
'__builtin_ia32_mfence' [-Werror=implicit-function-declaration]
    __builtin_ia32_mfence();
    ^
anv_private.h:435:7: error: implicit declaration of function
'__builtin_ia32_clflush' [-Werror=implicit-function-declaration]
       __builtin_ia32_clflush(p);
       ^
cc1: some warnings being treated as errors
Makefile:1403: recipe for target 'libvulkan_intel_la-anv_allocator.lo' failed
make[5]: *** [libvulkan_intel_la-anv_allocator.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
cc1: some warnings being treated as errors
Makefile:1424: recipe for target 'libvulkan_intel_la-anv_descriptor_set.lo'
failed
make[5]: *** [libvulkan_intel_la-anv_descriptor_set.lo] Error 1
cc1: some warnings being treated as errors
Makefile:1417: recipe for target 'libvulkan_intel_la-anv_batch_chain.lo' failed
make[5]: *** [libvulkan_intel_la-anv_batch_chain.lo] Error 1
cc1: some warnings being treated as errors
Makefile:1410: recipe for target 'libvulkan_intel_la-anv_cmd_buffer.lo' failed
make[5]: *** [libvulkan_intel_la-anv_cmd_buffer.lo] Error 1
make[5]: Leaving directory '/build/mesa-git/src/mesa/src/intel/vulkan'
Makefile:1660: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/build/mesa-git/src/mesa/src/intel/vulkan'
Makefile:840: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/build/mesa-git/src/mesa/src/intel/vulkan'
Makefile:550: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/build/mesa-git/src/mesa/src/intel'
Makefile:690: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build/mesa-git/src/mesa/src'
Makefile:639: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/mesagit-i686/lcarlier/build</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>