After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 630935 - Generating a type within a type
Generating a type within a type
Status: RESOLVED DUPLICATE of bug 629682
Product: gobject-introspection
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-09-29 19:05 UTC by Jonh Wendell
Modified: 2015-02-07 16:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonh Wendell 2010-09-29 19:05:15 UTC
While building libgda, g-ir-compiler stopped due to an error:

Gda-4.0.gir:22:50: error: The element <type> is invalid here

g-ir-scanner generated an invalid gir file:

    <alias name="SList" c:type="GdaSList">
      <type name="GLib.SList" c:type="GSList">
        <type name="gpointer" c:type="gpointer"/>  <=== Line 22
      </type>
    </alias>

The C header is http://git.gnome.org/browse/libgda/tree/libgda/gda-types.h
Line 35.
Comment 1 Colin Walters 2010-10-05 15:56:18 UTC

*** This bug has been marked as a duplicate of bug 629682 ***
Comment 2 André Klapper 2015-02-07 16:50:21 UTC
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]