GNOME Bugzilla – Bug 646332
FTBFS because of seed api change
Last modified: 2011-04-01 05:57:14 UTC
attaching patch.
Created attachment 184776 [details] [review] tests/libpeas: fix extension-seed build Commit a655d0136520b156088327284c5a0377476008e7 in seed changed the seed_*_value API. Bug #646332
Review of attachment 184776 [details] [review]: Looks good.
Attachment 184776 [details] pushed as 0c1f34b - tests/libpeas: fix extension-seed build
Created attachment 184785 [details] [review] Fix the seed plugin loader too This builds fine if the symbol cannot be found (the symbol lookup is deferred until runtime), but then fails at runtime. Attached patch also replaces the symbol in the seed plugin loader.
the api change was actually triggered by us trying to expose a sane api in seed for our consumption. There is a patch ready which uses the new api and drops some more of our code. Maybe I should push it to master now the API we need is exposed from seed...
This is fixed in 2eba5fa63f41ad0b3ea12401e04bb44dad801ced.