* Re: [oe-commits] Ross Burton : librsvg: clean up native depends
[not found] <20130524130924.BFD6C50262@opal>
@ 2013-06-06 10:12 ` Martin Jansa
2013-06-11 7:30 ` Burton, Ross
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2013-06-06 10:12 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-commits
[-- Attachment #1: Type: text/plain, Size: 2993 bytes --]
On Fri, May 24, 2013 at 01:09:24PM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: dc1fbdd925d4dde294c4b63466e67084ce1ace89
> URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dc1fbdd925d4dde294c4b63466e67084ce1ace89
>
> Author: Ross Burton <ross.burton@intel.com>
> Date: Thu May 16 17:54:08 2013 +0100
>
> librsvg: clean up native depends
>
> inherit gnome was only used for the SRC_URI, so just inherit gnomebase and
> remove the native-specific DEPENDS which was only required as the gnome class
> pulls in an impossible hicolor-icon-theme-native dependency.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
>
> ---
>
> meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
> index 2bc1624..9c5f722 100644
> --- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
> +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
> @@ -8,12 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
>
> SECTION = "x11/utils"
> DEPENDS = "cairo glib-2.0 gdk-pixbuf fontconfig freetype libxml2 pango"
> -DEPENDS_class-native = "cairo-native pango-native gdk-pixbuf-native"
> BBCLASSEXTEND = "native"
>
> PR = "r12"
>
> -inherit autotools pkgconfig gnome gtk-doc pixbufcache
> +inherit autotools pkgconfig gnomebase gtk-doc pixbufcache
>
> EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz"
Not sure why, but now do_configure is failing with:
| checking for gdk-pixbuf-query-loaders... none
| configure: error: gdk-pixbuf-query-loaders not found in path
| Configure failed. The contents of all config.log files follows to aid debugging
| /OE/shr-core/tmp-eglibc/work/arm920tt-oe-linux-gnueabi/librsvg/2.32.1-r12/librsvg-2.32.1/config.log
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
|
| It was created by RSVG configure 2.32.1, which was
| generated by GNU Autoconf 2.69. Invocation command line was
configure:13908: checking whether to build the GDK-Pixbuf SVG loader
configure:13917: result: yes
configure:13924: checking for GDK_PIXBUF
configure:13931: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED"
configure:13934: $? = 0
configure:13948: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED"
configure:13951: $? = 0
configure:14009: result: yes
configure:14016: checking for gdk-pixbuf-query-loaders
configure:14047: result: none
configure:14057: error: gdk-pixbuf-query-loaders not found in path
I'll check DEPENDS with bitbake -e when I don't have any build running in that directory..
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [oe-commits] Ross Burton : librsvg: clean up native depends
2013-06-06 10:12 ` [oe-commits] Ross Burton : librsvg: clean up native depends Martin Jansa
@ 2013-06-11 7:30 ` Burton, Ross
2013-06-11 8:11 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2013-06-11 7:30 UTC (permalink / raw)
To: openembedded-devel
On 6 June 2013 11:12, Martin Jansa <martin.jansa@gmail.com> wrote:
> Not sure why, but now do_configure is failing with:
>
> | checking for gdk-pixbuf-query-loaders... none
> | configure: error: gdk-pixbuf-query-loaders not found in path
> | Configure failed. The contents of all config.log files follows to aid debugging
> | /OE/shr-core/tmp-eglibc/work/arm920tt-oe-linux-gnueabi/librsvg/2.32.1-r12/librsvg-2.32.1/config.log
> | This file contains any messages produced by compilers while
> | running configure, to aid debugging if configure makes a mistake.
> |
> | It was created by RSVG configure 2.32.1, which was
> | generated by GNU Autoconf 2.69. Invocation command line was
>
> configure:13908: checking whether to build the GDK-Pixbuf SVG loader
> configure:13917: result: yes
> configure:13924: checking for GDK_PIXBUF
> configure:13931: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED"
> configure:13934: $? = 0
> configure:13948: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED"
> configure:13951: $? = 0
> configure:14009: result: yes
> configure:14016: checking for gdk-pixbuf-query-loaders
> configure:14047: result: none
> configure:14057: error: gdk-pixbuf-query-loaders not found in path
>
> I'll check DEPENDS with bitbake -e when I don't have any build running in that directory..
I've been away for a week, but I *think* that this was a short-lived
problem in master (some commits were dropped from a merge). Can you
still replicate this?
Ross
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [oe-commits] Ross Burton : librsvg: clean up native depends
2013-06-11 7:30 ` Burton, Ross
@ 2013-06-11 8:11 ` Martin Jansa
0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2013-06-11 8:11 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1830 bytes --]
On Tue, Jun 11, 2013 at 08:30:33AM +0100, Burton, Ross wrote:
> On 6 June 2013 11:12, Martin Jansa <martin.jansa@gmail.com> wrote:
> > Not sure why, but now do_configure is failing with:
> >
> > | checking for gdk-pixbuf-query-loaders... none
> > | configure: error: gdk-pixbuf-query-loaders not found in path
> > | Configure failed. The contents of all config.log files follows to aid debugging
> > | /OE/shr-core/tmp-eglibc/work/arm920tt-oe-linux-gnueabi/librsvg/2.32.1-r12/librsvg-2.32.1/config.log
> > | This file contains any messages produced by compilers while
> > | running configure, to aid debugging if configure makes a mistake.
> > |
> > | It was created by RSVG configure 2.32.1, which was
> > | generated by GNU Autoconf 2.69. Invocation command line was
> >
> > configure:13908: checking whether to build the GDK-Pixbuf SVG loader
> > configure:13917: result: yes
> > configure:13924: checking for GDK_PIXBUF
> > configure:13931: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED"
> > configure:13934: $? = 0
> > configure:13948: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED"
> > configure:13951: $? = 0
> > configure:14009: result: yes
> > configure:14016: checking for gdk-pixbuf-query-loaders
> > configure:14047: result: none
> > configure:14057: error: gdk-pixbuf-query-loaders not found in path
> >
> > I'll check DEPENDS with bitbake -e when I don't have any build running in that directory..
>
> I've been away for a week, but I *think* that this was a short-lived
> problem in master (some commits were dropped from a merge). Can you
> still replicate this?
It's also in Saul's consolidated pull request, so I'm not the only one
who has seen it :)
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-11 8:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20130524130924.BFD6C50262@opal>
2013-06-06 10:12 ` [oe-commits] Ross Burton : librsvg: clean up native depends Martin Jansa
2013-06-11 7:30 ` Burton, Ross
2013-06-11 8:11 ` Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox