[Fedora-i18n-bugs] [Bug 650471] g_hash_table_insert symbol conflict between gettextlib and glib2 (QGtkStyle crashes blender when rendering using yafaray)

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 7 15:34:21 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=650471

--- Comment #26 from Kevin Kofler <kevin at tigcc.ticalc.org> 2011-02-07 10:34:20 EST ---
So I looked at gambas: AFAICT, the only reason gettextlib is required at all is
this check in configure.in:
GB_COMPONENT(
  gettext,
  GETTEXT,
  [external gettext library],
  [],
  [GB_FIND(gettextlib.$SHLIBEXT, /usr/local /usr, lib)],
  [-lgettextlib])
which your gambas-1.0.13-gettextfix.patch fixes to look for
libgettextlib.$SHLIBEXT instead of gettextlib.$SHLIBEXT. But the only place
this actually gets linked into is the gbx binary, and the only thing I see
using gettext there is gbx_local.c which uses only <libintl.h>, so I don't see
libgettextlib being actually needed. Try patching that check out.

By the way, your specfile has a bogus BR qt-devel. What's actually being used
there is qt3-devel, which is already dragged in by kdelibs3-devel (which is why
this didn't get noticed).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list