because this in gobject-introspection build  recipe:<br /><br /><br /># Python isn't 64-bit yet<br />#BUILD64 = 1<br /><br />you should not enable gobject-introspection for 64bit builds??<br /><br />Carsten<br /><br /><br /><span>Am 06.05.13 schrieb <b class="name">Laurent Blume </b> <laurent@opencsw.org>:</span><blockquote cite="mid:5187A8AB.1070907@opencsw.org" class="iwcQuote" style="border-left: 1px solid #00F; padding-left: 13px; margin-left: 0;" type="cite"><div class="mimepart text plain">On 06/05/13 11:42, Jan Holzhueter wrote:<br />>Hi,<br />><br />>Am 06.05.13 11:37, schrieb Ralph Boehme:<br />>>Hi<br />>><br />>>the build farm has CSWgobject-introspection-dev, but it's missing<br />>>CSWgobject-introspection. As a result packages (e.g. dconf)<br />>>checking for the presence for this toolkit finds it (via the .pc<br />>>file from the -dev package), but then the whole machinery to drive<br />>>introspection is missing as that lives in the<br />>>CSWgobject-introspection package.<br />>><br />>>Thanks!<br />><br />>Will install it.<br />><br />>@Carsten seems like you should change the deps from the -dev package<br />>to also include CSWgobject-introspection<br /><br />I was hitting similar introspection issues when trying to rebuild libgconf.<br />After the update above, it picks it up, but the result is a horrible mess:<br /><br /><a href="http://dpaste.com/1112141/" target="l">http://dpaste.com/1112141/</a><br /><br />The PATH and PKG_CONFIG_PATH are correct during configure time, but at this point in the build, introspection runs the Solaris pkg-config (not OpenCSW's, since that one has the default of /opt/csw/lib/pkgconfig) and without a PKG_CONFIG_PATH set, so it fails to find gio-2.0.pc.<br /><br />Below, it tries to runs gcc, but this is a 64 bit build, and gcc is called without -m64 (please note that configure found Studio, so introspection just uses its own).<br /><br />So I say, this introspection package is broken at this point, and needs to be fixed, and preferably removed until then, as it breaks things.<br /><br />Laurent<br />_______________________________________________<br />maintainers mailing list<br />maintainers@lists.opencsw.org<br /><a href="https://lists.opencsw.org/mailman/listinfo/maintainers" target="l">https://lists.opencsw.org/mailman/listinfo/maintainers</a><br />.:: This mailing list's archive is public. ::.<br /></div></blockquote>