All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Wilson-Lindberg <GWilson@sakuraus.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: errors in recipe after move from devtool
Date: Tue, 10 Oct 2017 18:50:45 +0000	[thread overview]
Message-ID: <85ad132a2f884b56ad55f81e78d6ed2c@sakuraus.com> (raw)
In-Reply-To: <CAJTo0LYK-f5C4LcRp0dtOoDdMoF_zBhoqZnptYTTpq1GjVfjQA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1420 bytes --]

Hi Ross,

I changed the FILES_${PN}-dev to pick up the .so file and that error went away.


Thanks for the cluebat, the learning curve is a bit steep and I'm still climbing.


I'm still getting the:

ERROR: zint-2.6.1-r0 do_package_qa: QA Issue: zint: /work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/zint/2.6.1-r0/packages-split/zint/usr/lib/libzint.so.2.6.1 contains probably-redundant RPATH /usr/lib

So If anyone can help me understand what's going on here I'd be appreciative.


Regards,

Greg

________________________________
From: Burton, Ross <ross.burton@intel.com>
Sent: Tuesday, October 10, 2017 11:18:33 AM
To: Greg Wilson-Lindberg
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] errors in recipe after move from devtool

On 10 October 2017 at 17:34, Greg Wilson-Lindberg <GWilson@sakuraus.com<mailto:GWilson@sakuraus.com>> wrote:

So to continue, what is the problem with symlinked libraries in a non-dev package, don't most libraries have syslink's to them?

Typically:

libfoo.so -> libfoo.so.1
libfoo.so.1 -> libfoo.so.1.2
libfoo.so.1.2 is a real file

In this case libfoo.so is *only* used at link time and should be in PN-dev.  The other links and the real library are for runtime and should be in PN.

This warning is saying that you have libzint.so in zint instead of zint-dev.  This implies that you've been changing FILES_${PN} and it's too broad now.

Ross

[-- Attachment #2: Type: text/html, Size: 3614 bytes --]

  reply	other threads:[~2017-10-10 18:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-10 16:29 errors in recipe after move from devtool Greg Wilson-Lindberg
2017-10-10 16:34 ` Greg Wilson-Lindberg
2017-10-10 18:18   ` Burton, Ross
2017-10-10 18:50     ` Greg Wilson-Lindberg [this message]
2017-10-10 21:16       ` Paul Eggleton
2017-10-11 17:07         ` Greg Wilson-Lindberg
2017-10-11 19:56           ` Paul Eggleton
2017-10-11 20:10             ` Greg Wilson-Lindberg

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=85ad132a2f884b56ad55f81e78d6ed2c@sakuraus.com \
    --to=gwilson@sakuraus.com \
    --cc=ross.burton@intel.com \
    --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.