<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><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#c1">Comment # 1</a>
              on <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">bug 89652</a>
              from <span class="vcard"><a class="email" href="mailto:b.harrington@samsung.com" title="Bryce Harrington <b.harrington@samsung.com>"> <span class="fn">Bryce Harrington</span></a>
</span></b>
        <pre>Hmm, I'm not reproducing this bug on PC:

$ ./check-def.sh 
Checking that .libs/libcairo.so has the same symbol list as cairo.def
$ echo $?

But I'm not sure what __end__ and _bss_end__ signify.

It looks like the check-def.sh script essentially is running nm on
.libs/libcairo.sh and comparing the (filtered) output with what's in cairo.def.
 Perhaps you could do this manually to figure out what's going on?

I notice that the script excludes various things such as lines starting with
__bss or _end, so perhaps it ought to also be excluding _bss?</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>