desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #50748
[Bug 893125] Re: GIR fails to find shared library
This bug was fixed in the package gwibber - 3.3.1-0ubuntu1
---------------
gwibber (3.3.1-0ubuntu1) precise; urgency=low
* New upstream release
- Added a "debug" settings key to allow debug logging without running from
a terminal.
- Ensure _profile is passed a dict, if not it failed
- Clean up indicator handling, setup the counts up front to ensure the
ordering is consistent.
- Only trim the padding off the entry if we are running in the client.
This fixes the gray bar that was displayed below the poster entry
in gwibber-poster.
- Translation fixes for liked and shared strings (LP: #833807)
- Added LINGUAS file to ensure the po files make it in the
DIST (LP: #866038)
- specify --shared-library when compiling the typelib, this fixes
GI (LP: #893125)
* lp_861903.patch, lp_882633.patch, and lp_884831.patch dropped, fixed
upstream
* debian/control
- build depend on valac-0.14
-- Ken VanDine <ken.vandine@xxxxxxxxxxxxx> Mon, 21 Nov 2011 09:29:54 -0500
** Changed in: gwibber (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gwibber in Ubuntu.
https://bugs.launchpad.net/bugs/893125
Title:
GIR fails to find shared library
Status in Gwibber:
Fix Committed
Status in “gwibber” package in Ubuntu:
Fix Released
Status in “gwibber” source package in Oneiric:
New
Bug description:
To reproduce:
python -c 'from gi.repository import Gwibber; service = Gwibber.Service ();'
-c:1: Warning: cannot retrieve class for invalid (unclassed) type `void'
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: could not get a reference to type class
This should return no error, the problem is the typelib was built without specifying the shared-library
To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/893125/+subscriptions
References