<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - mesa fails to build against git version of xserver"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55788#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - mesa fails to build against git version of xserver"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55788">bug 55788</a>
              from <span class="vcard"><a class="email" href="mailto:marvin_schmidt@gmx.net" title="Marvin Schmidt <marvin_schmidt@gmx.net>"> <span class="fn">Marvin Schmidt</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=69161" name="attach_69161" title="remove miInitializeBackingStore call">attachment 69161</a> <a href="attachment.cgi?id=69161&action=edit" title="remove miInitializeBackingStore call">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=55788&attachment=69161'>[review]</a>
remove miInitializeBackingStore call

The fix has to be made in mesa, as the mentioned commit in xserver explains:

commit 1cb0261ef54b7dd6a7ef84e1c3959e424706228b
Author: Daniel Martin <<a href="mailto:consume.noise@gmail.com">consume.noise@gmail.com</a>>
Date:   Thu Sep 6 00:38:26 2012 +0200

    dix: Delete mibstore.h

    Since Nov 2010 (commit c4c4676) the only purpose of mibstore.h was to
    define an empty function (miInitializeBackingStore()) for backward
    compatibility. Time to say goodbye.

    Reviewed-by: Adam Jackson <<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>>
    Signed-off-by: Keith Packard <<a href="mailto:keithp@keithp.com">keithp@keithp.com</a>>


and the previous definition of miInitializeBackingStore() shows

[...]
-#define miInitializeBackingStore(x) do {} while (0)
-
[...]

I'm attaching a patch which removes the superfluous call and makes master build
fine again</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>