All of lore.kernel.org
 help / color / mirror / Atom feed
* Error building gnome-vfs-2.22.0
@ 2009-03-04 21:59 Mark Butsch
  2009-03-05  9:45 ` Stanislav Brabec
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Butsch @ 2009-03-04 21:59 UTC (permalink / raw)
  To: openembedded-devel

Hello,

When building gnome-vfs-2.22.0, it fails task do_configure with the
following error message:

------
checking for LIBGNOMEVFS... configure: error: Package requirements
(glib-2.0 >=
2.9.3 gmodule-no-export-2.0 >= 2.9.3 gthread-2.0 >= 2.9.3 gobject-2.0 >=
2.9.3 g
conf-2.0 >= 1.1.1 libxml-2.0 >= 2.6.0 gnome-mime-data-2.0 dbus-glib-1 >=
0.60) w
ere not met:

No package 'dbus-glib-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBGNOMEVFS_CFLAGS
and LIBGNOMEVFS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

FATAL: oe_runconf failed
------

Is this referring to 'dbus-glib-1' missing from my dev host or from the
OE built stuff?

Where should I look to resolve this?

Thanks,

Mark



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Error building gnome-vfs-2.22.0
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Stanislav Brabec @ 2009-03-05  9:45 UTC (permalink / raw)
  To: openembedded-devel

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Error building gnome-vfs-2.22.0
  2009-03-05  9:45 ` Stanislav Brabec
@ 2009-03-05 14:14   ` Mark Butsch
  2009-03-05 15:11     ` Stanislav Brabec
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Butsch @ 2009-03-05 14:14 UTC (permalink / raw)
  To: openembedded-devel

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






^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Error building gnome-vfs-2.22.0
  2009-03-05 14:14   ` Mark Butsch
@ 2009-03-05 15:11     ` Stanislav Brabec
  0 siblings, 0 replies; 4+ messages in thread
From: Stanislav Brabec @ 2009-03-05 15:11 UTC (permalink / raw)
  To: openembedded-devel

Mark Butsch wrote in Thu03/05 2009 at 09:14 -0500:

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

Tree was outdated. The point of the change was adding of dbus-glib,
which provides the missing package.

>Also, does this patch need to be made to the "real" OpenEmbedded files
>and how should that happen?

Yes, just pushed to git repository org.openembedded.dev.

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-05 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2009-03-05 15:11     ` Stanislav Brabec

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.