All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mark Butsch" <mbutsch@syntech-fuelmaster.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: Error building gnome-vfs-2.22.0
Date: Thu, 5 Mar 2009 09:14:16 -0500	[thread overview]
Message-ID: <EC5EE493B6046F45A2DDEC4A828DE52E039C63CF@EXCHSRVR.syntech.org> (raw)
In-Reply-To: <1236246311.607.4.camel@hammer.suse.cz>

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.
************************************************************************
************






  reply	other threads:[~2009-03-05 14:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-04 21:59 Error building gnome-vfs-2.22.0 Mark Butsch
2009-03-05  9:45 ` Stanislav Brabec
2009-03-05 14:14   ` Mark Butsch [this message]
2009-03-05 15:11     ` Stanislav Brabec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EC5EE493B6046F45A2DDEC4A828DE52E039C63CF@EXCHSRVR.syntech.org \
    --to=mbutsch@syntech-fuelmaster.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.