[oe] Error building gnome-vfs-2.22.0

Mark Butsch mbutsch at syntech-fuelmaster.com
Thu Mar 5 14:14:16 UTC 2009


Mark Butsch wrote in Wed 03/04 2009 at 16:59 -0500:
> Hello,
> 
> When building gnome-vfs-2.22.0, it fails task do_configure with the
> following error message:

> No package 'dbus-glib-1' found

Try this. I can imagine, that this dependency was undiscovered for a
long time, as it is pretty common.

--- a/packages/gnome/gnome-vfs_2.22.0.bb
+++ b/packages/gnome/gnome-vfs_2.22.0.bb
@@ -1,5 +1,5 @@
 LICENSE = "GPL"
-DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib"
+DEPENDS = "libxml2 gconf dbus dbus-glib bzip2 gnome-mime-data zlib"
 RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info"
 # Some legacy packages will require gnome-mime-data to be installed,
but use of
 # it is deprecated.

-- 
Stanislav Brabec
http://www.penguin.cz/~utx/zaurus


That seems to have fixed it. I did notice that your original "DEPENDS"
line was different than what was
In the file I had.

		DEPENDS = "libxml2 gconf gnutls avahi dbus bzip2
gnome-mime-data zlib"

Also, does this patch need to be made to the "real" OpenEmbedded files
and how should that happen? (I am new
to this)

Mark

 
 
************************************************************************
************
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals &
computer viruses.
************************************************************************
************







More information about the Openembedded-devel mailing list