[cairo-bugs] [Bug 89652] make check fails for cairo 1.14.2 on Raspberry Pi 2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jun 27 00:54:04 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=89652

--- Comment #1 from Bryce Harrington <b.harrington at samsung.com> ---
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?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20150627/6d8132c8/attachment.html>


More information about the cairo-bugs mailing list