From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Trevor Woerner <trevor.woerner@linaro.org>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
Otavio Salvador <otavio.salvador@gmail.com>
Subject: Re: [DYLAN] RPATH issue with qt5's qtwebkit
Date: Sat, 24 Aug 2013 09:48:17 +0100 [thread overview]
Message-ID: <1377334097.6762.164.camel@ted> (raw)
In-Reply-To: <CALmOhgkofBhyjM_MyFQ8tYYoVHtMNTY4S6G2oNuj+NEMw0GtCw@mail.gmail.com>
On Fri, 2013-08-23 at 21:36 -0400, Trevor Woerner wrote:
> When I try to include "qtwebkit" in my image from the "dylan" branch I end up
> with the following QA do_package_qa error [note that this does not happen
> with "master"]:
>
> ERROR: QA Issue: package qtwebkit contains bad RPATH /home/trevor/build/yocto/tmp/dylan/work/armv5te-poky-linux-gnueabi/qtwebkit/5.0.2-r0.0/build/lib in file /home/trevor/build/yocto/tmp/dylan/work/armv5te-poky-linux-gnueabi/qtwebkit/5.0.2-r0.0/packages-split/qtwebkit/usr/lib/qt5/libexec/QtWebProcess
>
>
> And the QA test is correct. When I "objdump -x" this binary I get:
>
> Dynamic Section:
> NEEDED libQt5WebKitWidgets.so.5
> NEEDED libQt5WebKit.so.5
> NEEDED libQt5Widgets.so.5
> NEEDED libQt5Core.so.5
> NEEDED libstdc++.so.6
> NEEDED libc.so.6
> RPATH /home/trevor/build/yocto/tmp/rdk/work/armv5te-rdk-linux-gnueabi/qtwebkit/5.0.2-r0.0/build/lib
>
>
> Can anyone suggest any fixes or patches? Note I'm using 5.0.2.
Check the compile logs. Somewhere, something is passing a -rpath value
to the linker which results in this. You'll have to find out where it
gets passed in, then trace it back to the source of the problem.
Sometimes this can get added by libtool but there will still be
something on the commandline which triggers libtool to do that.
Cheers,
Richard
next prev parent reply other threads:[~2013-08-24 8:48 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-24 1:36 [DYLAN] RPATH issue with qt5's qtwebkit Trevor Woerner
2013-08-24 8:48 ` Richard Purdie [this message]
2013-08-24 13:06 ` Erik Botö
2013-08-24 14:11 ` Martin Jansa
2013-09-17 1:34 ` Trevor Woerner
2013-08-24 16:03 ` Richard Purdie
2013-08-26 10:51 ` Belisko Marek
2013-08-26 11:11 ` Fathi Boudra
2013-09-17 1:23 ` Trevor Woerner
2013-09-18 21:52 ` Fathi Boudra
2013-09-19 1:36 ` Trevor Woerner
2013-09-24 16:04 ` Trevor Woerner
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=1377334097.6762.164.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=otavio.salvador@gmail.com \
--cc=trevor.woerner@linaro.org \
--cc=yocto@yoctoproject.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.