On 03/01/2011 03:31 PM, Steffen Sledz wrote: > Clean build: bitbake gupnp > > | make[3]: Entering directory > `/SCRATCH/SSZ/HydraIP/OE/tmp.6/work/armv5te-angstrom-linux-gnueabi/gupnp-0.13.4-r0/gupnp-0.13.4/libgupnp' > | CC http-headers.lo > | CC gupnp-context-manager.lo > | CC gupnp-unix-context-manager.lo > | CC gupnp-context.lo > | CC gupnp-control-point.lo > | CC gupnp-device.lo > | CC gupnp-device-info.lo > | CC gupnp-device-proxy.lo > | CC gupnp-error.lo > | CC gupnp-resource-factory.lo > | CC gupnp-root-device.lo > | CC gupnp-service.lo > | CC gupnp-service-info.lo > | CC gupnp-service-proxy.lo > | CC gupnp-service-introspection.lo > | CC gupnp-xml-doc.lo > | CC gupnp-types.lo > | CC gvalue-util.lo > | CC xml-util.lo > | CC gupnp-marshal.lo > | CCLD libgupnp-1.0.la > | GEN GUPnP-1.0.gir > | Couldn't find include 'Soup-2.4.gir' (search path: > ['/SCRATCH/SSZ/HydraIP/OE/tmp.6/sysroots/armv5te-angstrom-linux-gnueabi/usr/share/gir-1.0', > '/SCRATCH/SSZ/HydraIP/OE/tmp.6/sysroots/x86_64-linux/usr/share/gir-1.0', > '/usr/share/gir-1.0', > '/SCRATCH/SSZ/HydraIP/OE/tmp.6/sysroots/x86_64-linux/usr/share/gir-1.0']) > | make[3]: *** [GUPnP-1.0.gir] Error 1 > > Build Configuration: > BB_VERSION = "1.10.2" > METADATA_BRANCH = "testing-release-2011.03" > METADATA_REVISION = "62bf073" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "hipox" > DISTRO = "angstrom" > DISTRO_VERSION = "2010.7-test-20110301" > TARGET_FPU = "soft"
It seems that the compile stage of gupnp uses gobject-introspection from the host system. :( The mentioned error occurs, if this is not installed there. If i install the package (called gir-repository at openSUSE 11.3), there error changes to | GEN GUPnP-1.0.gir | /usr/share/gir-1.0/Soup-2.4.gir: Incompatible version 1.0 (supported: 1.2) In general i think it's not a good idea to depend on a gir aka gobject-introspection installation at the build host but use a gir-native oe package. Is such a package available yet? Steffen -- DResearch Fahrzeugelektronik GmbH Otto-Schmirgal-Str. 3, 10319 Berlin, Germany Tel: +49 30 515932-237 mailto:[email protected] Fax: +49 30 515932-299 Geschäftsführer: Dr. Michael Weber, Werner Mögle; Amtsgericht Berlin Charlottenburg; HRB 130120 B; Ust.-IDNr. DE273952058 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
