<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - compile error eglGetSyncValuesCHROMIUM undeclared"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80034">80034</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>compile error eglGetSyncValuesCHROMIUM undeclared
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>bug0xa3d2@hushmail.com
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

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

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

        <tr>
          <th>Component</th>
          <td>EGL
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=101063" name="attach_101063" title="mesa build log">attachment 101063</a> <a href="attachment.cgi?id=101063&action=edit" title="mesa build log">[details]</a></span>
mesa build log

mesa compile error: 

eglapi.c:1097:48: error: 'eglGetSyncValuesCHROMIUM' undeclared (first use in
this function)

Here are my build flags:

export CONFFLAGS=" \
--enable-${LIBDIRSUFFIX}-bit \
--prefix=${XBUILD} \
--libdir=${XBUILD}/lib${LIBDIRSUFFIX} \
--exec-prefix=${XBUILD}  \
--bindir=${XBUILD}/bin  \
--sbindir=${XBUILD}/sbin  \
--sysconfdir=${XBUILD}/etc  \
--datadir=${XBUILD}/share  \
--includedir=${XBUILD}/include  \
--libexecdir=${XBUILD}/libexec  \
--localstatedir=${XBUILD}/var  \
--mandir=${XBUILD}/share/man  \
--infodir=${XBUILD}/share/info \
--enable-xcb \
--with-kernel-source=/usr/src/linux \
--disable-intel \
--disable-nouveau \
--disable-vmwgfx \
--disable-nouveau-experimental-api \
--enable-xinput \
--silent \
--enable-silent-rules \
--disable-ipv6 \
--enable-egl \
--with-dri-drivers=radeon \
--disable-gallium-r300 \
--enable-glamor \
--with-egl-platforms=drm,x11 \
--sysconfdir=/etc \
--with-llvm-shared-libs        \
--enable-gbm \
--enable-gallium-egl          \
--enable-gallium-llvm \
--enable-gallium-gbm          \
--enable-glx-tls              \
--enable-texture-float        \
--with-dri-driverdir=${XBUILD}/lib${LIBDIRSUFFIX}/xorg/modules/dri  \
--with-dri-searchpath=${XBUILD}/lib${LIBDIRSUFFIX}/xorg/modules/dri,${XBUILD}/lib${LIBDIRSUFFIX}/dri
 \
--enable-xa \
--enable-xorg \
--with-gallium-drivers=radeonsi \
--disable-systemd-logind \
--build=$ARCH-pc-linux \
--host=$ARCH-pc-linux \
--target=$ARCH-pc-linux"</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>