Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Jonathan Liu <net147@gmail.com>
To: Saul Wold <sgw@linux.intel.com>
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>,
	openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] qt4: upgrade to 4.8.5
Date: Thu, 04 Jul 2013 09:08:45 +1000	[thread overview]
Message-ID: <51D4AEFD.5000405@gmail.com> (raw)
In-Reply-To: <51D49B7A.1070906@linux.intel.com>

On 4/07/2013 7:45 AM, Saul Wold wrote:
> On 07/03/2013 02:55 AM, Jonathan Liu wrote:
>> Removed patches integrated upstream.
>>
>
> Jonathan,
>
> I am seeing the following failures on a world build:
>> Found library in wrong location: 
>> /usr/bin/qtopia/examples/declarative/cppextensions/plugins/.debug/libqmlqwidgetsplugin.so
>> Found library in wrong location: 
>> /usr/bin/qtopia/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/libqmlqtimeexampleplugin.so
>> Found library in wrong location: 
>> /usr/bin/qtopia/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/.debug/libqmlqtimeexampleplugin.so
>> ERROR: QA run found fatal errors. Please consider fixing them.
>> ERROR: Function failed: do_package_qa
>> ERROR: Logfile of failure stored in: 
>> /srv/hdd/builds/world/tmp/work/mips32-poky-linux/qt4-embedded/4.8.5-r52.4/temp/log.do_package.29418
>> ERROR: Task 1259 
>> (/srv/hdd/poky/meta/recipes-qt/qt4/qt4-embedded_4.8.5.bb, do_package) 
>> failed with exit code '1'
>> ERROR: QA Issue: Found library in wrong location: 
>> /usr/bin/qt4/examples/tools/styleplugin/styles/libsimplestyleplugin.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/tools/styleplugin/styles/.debug/libsimplestyleplugin.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/tools/echoplugin/plugin/libechoplugin.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/tools/echoplugin/plugin/.debug/libechoplugin.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/tools/plugandpaint/plugins/.debug/libpnp_extrafilters.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/declarative/cppextensions/imageprovider/ImageProviderCore/libqmlimageproviderplugin.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/declarative/cppextensions/imageprovider/ImageProviderCore/.debug/libqmlimageproviderplugin.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/declarative/cppextensions/qwidgets/QWidgets/.debug/libqmlqwidgetsplugin.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/declarative/cppextensions/plugins/libqmlqwidgetsplugin.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/declarative/cppextensions/plugins/.debug/libqmlqwidgetsplugin.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/libqmlqtimeexampleplugin.so
>> Found library in wrong location: 
>> /usr/bin/qt4/examples/declarative/cppextensions/plugins/com/nokia/TimeExample/.debug/libqmlqtimeexampleplugin.so
>> ERROR: QA run found fatal errors. Please consider fixing them.
>> ERROR: Function failed: do_package_qa
>> ERROR: Logfile of failure stored in: 
>> /srv/hdd/builds/world/tmp/work/mips32-poky-linux/qt4-x11-free/4.8.5-r50.4/temp/log.do_package.29597
>> ERROR: Task 2733 
>> (/srv/hdd/poky/meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb, do_package) 
>> failed with exit code '1'
>> NOTE: Tasks Summary: Attempted 11487 tasks of which 6160 didn't need 
>> to be rerun and 3 failed.
>> No currently running tasks (11487 of 11561)
>> > Summary: 3 tasks failed:
>> /srv/hdd/poky/meta/recipes-qt/qt4/qt-mobility-embedded_1.2.0.bb, 
>> do_compile
>>   /srv/hdd/poky/meta/recipes-qt/qt4/qt4-embedded_4.8.5.bb, do_package
>>   /srv/hdd/poky/meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb, do_package
>> Summary: There was 1 WARNING message shown.
>> Summary: There were 7 ERROR messages shown, returning a non-zero exit 
>> code.
>
>
> Sau!

I didn't actually get those "Found library in wrong location" 
warnings/errors when building qt4-x11-free.
usr/bin/qt4/examples/tools/styleplugin/styles/libsimplestyleplugin.so 
also exists in 4.8.4.
I am currently based on top of eaa5df34af42b6a37f6506847d0f3ef6ba0d298a.

Is there something I need to add to INSANE_SKIP_${QT_BASE_NAME}-examples 
and INSANE_SKIP_${QT_BASE_NAME}-examples-dbg to silence these errors?

Regards,
Jonathan


      parent reply	other threads:[~2013-07-03 23:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-03  9:55 [PATCH] qt4: upgrade to 4.8.5 Jonathan Liu
2013-07-03 21:45 ` Saul Wold
2013-07-03 22:13   ` Paul Eggleton
2013-07-03 23:08   ` Jonathan Liu [this message]

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=51D4AEFD.5000405@gmail.com \
    --to=net147@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=paul.eggleton@linux.intel.com \
    --cc=sgw@linux.intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox