All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Zoran" <zoran.stojsavljevic@gmail.com>
To: Zoran Stojsavljevic <zoran.stojsavljevic@gmail.com>
Cc: yocto@lists.yoctoproject.org
Subject: Re: [yocto] Modified GENIVI Cannelloni recipe with strange side effects
Date: Fri, 14 Feb 2020 11:42:59 +0100	[thread overview]
Message-ID: <CAGAf8Ly+VFF76a+mvrrkF0kNNUDH6YV7jv=t=_msxcS7L2E-pg@mail.gmail.com> (raw)
In-Reply-To: <15F33DFCFD1EB3A5.3793@lists.yoctoproject.org>

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

One more thing: If I add to this recipe the following line (in
do_install()):
install -m 0755 ${WORKDIR}/build/libcannelloni-common.so ${D}${libdir}

I have now less ERRORs (only two, not three reported).

ERROR: cannelloni-1.0-r0 do_package: QA Issue: cannelloni:
Files/directories were installed but not shipped in any package:
  /usr/lib
Please set FILES such that these items are packaged. Alternatively if they
are unneeded, avoid installing them or delete them within do_install.
cannelloni: 1 installed and not shipped files. [installed-vs-shipped]
ERROR: cannelloni-1.0-r0 do_package: Fatal QA errors found, failing task.
ERROR: Logfile of failure stored in:
/home/user/projects2/beaglebone-black/bbb-yocto/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/cannelloni/1.0-r0/temp/log.do_package.256858
ERROR: Task
(/home/user/projects2/beaglebone-black/bbb-yocto/meta-socketcan/recipes-can/cannelloni/cannelloni.bb:do_package)
failed with exit code '1'

Strange, isnt it?

Zoran
_______

On Fri, Feb 14, 2020 at 11:27 AM Zoran via Lists.Yoctoproject.Org
<zoran.stojsavljevic=gmail.com@lists.yoctoproject.org> wrote:

> Hello List,
>
> I am trying to solve very interesting ERROR I am getting with slightly
> modified GENIVI Canneloni recipe:
>
> https://github.com/ZoranStojsavljevic/meta-socketcan/blob/master/recipes-can/cannelloni/cannelloni.bb
>
> If I take the recipe as is, everything works fine, with:
> ## SRCREV = "${AUTOREV}"
> SRCREV = "0fb6880b719b8acf2b4210b264b7140135e4be8a"
>
> Everything works fine, but if I swap the static hash with auto latest hash
> (SRCREV = "${AUTOREV}":
> SRCREV = "${AUTOREV}"
> ## SRCREV = "0fb6880b719b8acf2b4210b264b7140135e4be8a"
>
> I am getting these ERRORS, which seems to me very strange?!
> _______
>
> Sstate summary: Wanted 11 Found 6 Missed 5 Current 1398 (54% match, 99%
> complete)
> NOTE: Executing Tasks
> NOTE: Setscene tasks completed
> ERROR: cannelloni-1.0-r0 do_package_qa: QA Issue: package cannelloni
> contains bad RPATH
> /home/user/projects2/beaglebone-black/bbb-yocto/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/cannelloni/1.0-r0/build:
> in file
> /home/user/projects2/beaglebone-black/bbb-yocto/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/cannelloni/1.0-r0/packages-split/cannelloni/usr/bin/cannelloni
> [rpaths]
> ERROR: cannelloni-1.0-r0 do_package_qa: QA Issue: /usr/bin/cannelloni
> contained in package cannelloni requires libcannelloni-common.so.0, but no
> providers found in RDEPENDS_cannelloni? [file-rdeps]
> ERROR: cannelloni-1.0-r0 do_package_qa: QA run found fatal errors. Please
> consider fixing them.
> ERROR: Logfile of failure stored in:
> /home/user/projects2/beaglebone-black/bbb-yocto/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/cannelloni/1.0-r0/temp/log.do_package_qa.255490
> ERROR: Task
> (/home/user/projects2/beaglebone-black/bbb-yocto/meta-socketcan/recipes-can/cannelloni/cannelloni.bb:do_package_qa)
> failed with exit code '1'
> NOTE: Tasks Summary: Attempted 3791 tasks of which 3788 didn't need to be
> rerun and 1 failed.
> _______
>
> Any advise how to make GENIVI Cannelloni recipe to work with: SRCREV =
> "${AUTOREV}" ???
>
> Thank you,
> Zoran
>
> 
>

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

       reply	other threads:[~2020-02-14 10:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <15F33DFCFD1EB3A5.3793@lists.yoctoproject.org>
2020-02-14 10:42 ` Zoran [this message]
2020-02-14 10:27 Modified GENIVI Cannelloni recipe with strange side effects Zoran
2020-02-14 10:44 ` [yocto] " Laurent Gauthier
2020-02-14 11:43   ` Zoran
2020-02-14 13:16     ` Laurent Gauthier
2020-02-17  7:01       ` Zoran
2020-02-19 18:05         ` Laurent Gauthier
2020-02-20  5:30           ` Zoran

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='CAGAf8Ly+VFF76a+mvrrkF0kNNUDH6YV7jv=t=_msxcS7L2E-pg@mail.gmail.com' \
    --to=zoran.stojsavljevic@gmail.com \
    --cc=yocto@lists.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.