Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 184301
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Roy Marples (RETIRED) <uberlord@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
patch-gmodule::gmodule-dl.c Work on FreeBSD patch Roy Marples (RETIRED) 2007-07-05 14:02 0000 649 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 184301 depends on: Show dependency tree
Bug 184301 blocks: 183708
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-07-05 14:01 0000
From the GNOME bug

i am seeing this bug in evolution.

what happens is, a bonobo shlib component uses libglade, and uses the
symbol lookup parts of g_module.  this fails, because the symbols aren't
defined in the "self" module, but in a loaded module.

eg, gfrob loads libfoo_comp.so using gmodule.  libfoo_comp.so calls
g_module_symbol (NULL, "foo_function").  this fails on OS X, but apparently
works on linux.

a simple workaround is to try looking up the symbol in the previoiusly
loaded modules (see attached patch).

--------------------------

Now, this bug is 4 years old and still hasn't been fixed upstream :/

------- Comment #1 From Roy Marples (RETIRED) 2007-07-05 14:02:53 0000 -------
Created an attachment (id=123959) [details]
Work on FreeBSD

This is the FreeBSD patch which enabled gmodule to work with bonobo and other
stuff. Taken from their ports tree, I claim no credit.

------- Comment #2 From Daniel Gryniewicz 2007-07-06 00:32:49 0000 -------
applied.  Thanks, uber.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug