<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 - make check fails for cairo 1.14.2 on Raspberry Pi 2"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89652">89652</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>make check fails for cairo 1.14.2 on Raspberry Pi 2
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>cairo
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

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

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

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

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

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>chris@chris-wilson.co.uk
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>stuarthirons20@googlemail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Building cairo on a Raspberry Pi 2 (ARM Cortex-A7 MPCore processor) with the
following sequence:

git clone git://git.cairographics.org/git/cairo
git verify-tag 1.14.2
git checkout -b build 1.14.2
./autogen.sh
make
make check

latter stage fails due to :
...
make[4]: Leaving directory '/home/pi/work/cairo/cairo/src'
make  check-TESTS
make[4]: Entering directory '/home/pi/work/cairo/cairo/src'
Checking that .libs/libcairo.so has the same symbol list as cairo.def
1a2,3
<span class="quote">> __end__
> _bss_end__</span >
FAIL: check-def.sh
Checking documentation for incorrect syntax
PASS: check-doc-syntax.sh
Checking public headers for missing cairo_public decorators
PASS: check-headers.sh
Checking .libs/libcairo.so for local PLT entries
PASS: check-plt.sh
Checking that public header files #include "cairo.h" first (or none)
Checking that private header files #include "some cairo header" first (or none)
Checking that source files #include "cairoint.h" first (or none)
Checking that there is no #include <cairo.*.h>
Checking that feature conditionals are used with #if only (not #ifdef)
PASS: check-preprocessor-syntax.sh
Check linking to the just built cairo library
PASS: check-link
========================================================================
1 of 6 tests failed
Please report to <a href="http://bugs.freedesktop.org/enter_bug.cgi?product=cairo">http://bugs.freedesktop.org/enter_bug.cgi?product=cairo</a>
========================================================================
Makefile:2453: recipe for target 'check-TESTS' failed</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>