From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 4/7] gtk: add demos to the configuation of gtk+
Date: Tue, 13 Dec 2011 16:20:05 +0000 [thread overview]
Message-ID: <1323793205.25491.7.camel@ted> (raw)
In-Reply-To: <1323791273.25491.2.camel@ted>
On Tue, 2011-12-13 at 15:47 +0000, Richard Purdie wrote:
> On Mon, 2011-12-12 at 19:28 +0800, Xiaofeng Yan wrote:
> > From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> >
> > Add demos for checking whether gtk+ run over directfb successfully or not.
> >
> > [YOCTO #1674]
> >
> > Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> > ---
> > meta/recipes-gnome/gtk+/gtk+_2.24.8.bb | 4 ++--
> > 1 files changed, 2 insertions(+), 2 deletions(-)
>
> This broke the builds:
>
> http://autobuilder.yoctoproject.org:8010/builders/nightly-mips/builds/198/steps/shell_14/logs/stdio
To update, there is a clue in the error if you read it carefully:
(process:18554): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-x86-64/build/build/tmp/sysroots/x86_64-linux/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory
| failed to load "./apple-red.png": Couldn't recognize the image file format for file './apple-red.png'
Note its looking in "nightly-x86-64", not "nightly-mips" so this looks
like a relocation issue in gdk-pixbuf rather than a problem with this
patch itself.
I had a quick look on the autobuilder:
$ grep nightly-x86-64/build/build/tmp/sysroots/x86_64-linux/usr/lib/ * -r
Binary file bin/gdk-pixbuf-query-loaders matches
Binary file lib/libasound.so matches
Binary file lib/alsa-lib/smixer/smixer-hda.so matches
Binary file lib/alsa-lib/smixer/smixer-ac97.so matches
Binary file lib/libasound.so.2 matches
Binary file lib/libasound.so.2.0.0 matches
so we have a hardcoded path in gdk-pixbuf-query-loaders. It also looks
like there is an issue in alsa-lib.
Cheers,
Richard
next prev parent reply other threads:[~2011-12-13 16:27 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-12 11:28 [PATCH 0/7] gtk+-directfb: The patches to run gtk over directfb Xiaofeng Yan
2011-12-12 11:28 ` [PATCH 1/7] cairo: add directfb DISTRO_FEATURE Xiaofeng Yan
2011-12-12 11:28 ` [PATCH 2/7] pango: Disable x11 when pango doesn't run over x11 Xiaofeng Yan
2011-12-12 11:28 ` [PATCH 3/7] gtk.inc: add feature based on directfb Xiaofeng Yan
2011-12-12 11:28 ` [PATCH 4/7] gtk: add demos to the configuation of gtk+ Xiaofeng Yan
2011-12-13 15:47 ` Richard Purdie
2011-12-13 16:20 ` Richard Purdie [this message]
2011-12-13 19:46 ` Richard Purdie
2011-12-12 11:28 ` [PATCH 5/7] directfb-examples: add package directfb-examples to OE-core Xiaofeng Yan
2011-12-12 11:28 ` [PATCH 6/7] task-core-gtk-directfb.bb: Add task list to run gtk over directfb Xiaofeng Yan
2011-12-12 11:28 ` [PATCH 7/7] core-image-gtk-directfb.bb: add an image for " Xiaofeng Yan
2011-12-12 11:40 ` Otavio Salvador
2011-12-13 10:51 ` Xiaofeng Yan
2011-12-13 10:57 ` Otavio Salvador
2011-12-13 12:06 ` Richard Purdie
2011-12-13 12:29 ` [PATCH 0/7] gtk+-directfb: The patches to run " Richard Purdie
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=1323793205.25491.7.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@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.