← Back to team overview

desktop-packages team mailing list archive

[Bug 893125] [NEW] GIR fails to find shared library

 

Public bug reported:


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

** Affects: gwibber
     Importance: Undecided
         Status: Fix Committed

** Affects: gwibber (Ubuntu)
     Importance: Medium
         Status: New

** Affects: gwibber (Ubuntu Oneiric)
     Importance: Medium
         Status: New

** Also affects: gwibber (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: gwibber
       Status: New => Fix Committed

** Changed in: gwibber (Ubuntu)
   Importance: Undecided => Low

** Also affects: gwibber (Ubuntu Oneiric)
   Importance: Undecided
       Status: New

** Changed in: gwibber (Ubuntu Oneiric)
   Importance: Undecided => Medium

** Changed in: gwibber (Ubuntu)
   Importance: Low => Medium

-- 
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:
  New
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


Follow ups

References