Bug#743585: gir1.2-cogl-1.0: Missing attributes in gi.repository.Cogl module

Pierre-Louis Bonicoli pierre-louis.bonicoli at gmx.fr
Thu Apr 3 22:39:50 UTC 2014


Package: gir1.2-cogl-1.0
Version: 1.18.0-2
Severity: important

Dear Maintainer,

It seems there are missing symbols in Cogl.

Using python:
$ python -c "from gi.repository import Cogl; Cogl.path_round_rectangle"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/gi/module.py", line 313, in __getattr__
    return getattr(self._introspection_module, name)
  File "/usr/lib/python2.7/dist-packages/gi/module.py", line 134, in __getattr__
    self.__name__, name))
AttributeError: 'gi.repository.Cogl' object has no attribute 'path_round_rectangle'

Using Ruby, this snippet should print someting:
$ ruby -e "require 'gobject-introspection'; \
r=GObjectIntrospection::Repository.default; r.require('Cogl'); \
print r.find('Cogl', 'path_round_rectangle')"

These commands work well using:
- gir1.2-cogl-1.0 1.14.0-3
- gir1.2-glib-2.0 1.38.0-2

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (600, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gir1.2-cogl-1.0 depends on:
ii  gir1.2-freedesktop  1.40.0-2
ii  gir1.2-glib-2.0     1.40.0-2
ii  libcogl20           1.18.0-2

gir1.2-cogl-1.0 recommends no packages.

gir1.2-cogl-1.0 suggests no packages.

-- no debconf information




More information about the pkg-gnome-maintainers mailing list