<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:andreas.boll.dev@gmail.com" title="Andreas Boll <andreas.boll.dev@gmail.com>"> <span class="fn">Andreas Boll</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Xlib-based build broken on non x86/x86-64 architectures"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79294">bug 79294</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>bisected
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Xlib-based build broken on non x86/x86-64 architectures"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79294#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Xlib-based build broken on non x86/x86-64 architectures"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79294">bug 79294</a>
              from <span class="vcard"><a class="email" href="mailto:andreas.boll.dev@gmail.com" title="Andreas Boll <andreas.boll.dev@gmail.com>"> <span class="fn">Andreas Boll</span></a>
</span></b>
        <pre>This build issue is reproducible on x86/x86-64 architectures if --disable-asm
is additionally added to ./configure


There are 4 commits involved in this issue:

f6e290f80cc6728647e9cee35546190f081197e2 is the first bad commit
commit f6e290f80cc6728647e9cee35546190f081197e2
Author: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>>
Date:   Wed Mar 26 15:25:08 2014 -0700

    glapi/es1: Don't mark core functions as static_dispatch=false

    Functions that are part of OpenGL ES 1.0 or 1.1 should have static
    dispatch functions in libGLESv1_CM.  This doesn't affect any change yet,
    but it will prevent later regressions.

    Signed-off-by: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>>
    Reviewed-by: Matt Turner <<a href="mailto:mattst88@gmail.com">mattst88@gmail.com</a>>
    Acked-by: Chad Versace <<a href="mailto:chad.versace@linux.intel.com">chad.versace@linux.intel.com</a>>


This commit got reverted in:

commit 526e49290cd2d83fb931708a786c27647972a00c
Author: Brian Paul <<a href="mailto:brianp@vmware.com">brianp@vmware.com</a>>
Date:   Tue Apr 1 07:39:36 2014 -0600

    Revert "glapi/es1: Don't mark core functions as static_dispatch=false"

    This reverts commit f6e290f80cc6728647e9cee35546190f081197e2.

    To fix the broken build.  The DRI-enabled build seems OK after reverting.
    Th non-DRI/gallium build is still suffering from an unrelated issue in
    the pipe-loader code.

which fixed this build issue.

Later this revert-commit got reverted, which introduced the build issue again:

65ca63043723d7dd23c204bd2cee4f6a2378ad8 is the first bad commit
commit 065ca63043723d7dd23c204bd2cee4f6a2378ad8
Author: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>>
Date:   Tue Apr 1 13:11:46 2014 -0700

    Revert "Revert "glapi/es1: Don't mark core functions as
static_dispatch=false""

    This reverts commit 526e49290cd2d83fb931708a786c27647972a00c.

    The original build problem should be fixed by the previous commit.

    Signed-off-by: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>>
    Tested-by: Brian Paul <<a href="mailto:brianp@vmware.com">brianp@vmware.com</a>>
    Tested-by: Lu Hua <<a href="mailto:huax.lu@intel.com">huax.lu@intel.com</a>>


And finally this commit introduced one more missing prototype:

commit 5a68f731029258ddede4bd5d578cee203f4a80b3
Author: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>>
Date:   Tue Apr 1 21:32:11 2014 -0700

    glapi: Add static dispatch for glPointSizePointerOES

    The OpenGL ES 1.1 conformance tests expect this function to be
    statically available form libGLESv1_CM.so.  The comment "required for
    es1.1" in the XML file should have been a clue.

    Signed-off-by: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>>
    Bugzilla: <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - [Bisected]Ogles1conform gets.c fails"
   href="show_bug.cgi?id=76926">https://bugs.freedesktop.org/show_bug.cgi?id=76926</a>
    Reviewed-by: Matt Turner <<a href="mailto:mattst88@gmail.com">mattst88@gmail.com</a>>
    Tested-by: Lu Hua <<a href="mailto:huax.lu@intel.com">huax.lu@intel.com</a>></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>