[Bug 33109] Telepathy-glib fails to build on blackfin

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 14 17:15:59 CET 2011


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

--- Comment #6 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2011-01-14 08:15:58 PST ---
The problem is that telepathy-glib is trying to do clever tricks with symbol
versioning so we can detect accidental ABI breaks (and library users get better
diagnostics if their telepathy-glib is too old), and I'm not sure how those
interact with toolchains that prepend an underscore.

http://lists.gnupg.org/pipermail/gcrypt-devel/2010-June/001639.html seems to be
basically the same problem.

One way we could work around this would be to try the symbol-versioning magic
on a tiny library with known contents, and disable it if weird stuff is
happening.

One workaround you could use to get a build would be to force the
HAVE_LD_VERSION_SCRIPT conditional to be false.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list