All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Dechesne <nicolas.dechesne@linaro.org>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: bitbake-devel <bitbake-devel@lists.openembedded.org>
Subject: Re: [PATCH 2/2] bitbake: build.py: check dependendent task for addtask
Date: Wed, 1 May 2019 18:48:38 +0200	[thread overview]
Message-ID: <CAP71WjxDASA04Fz6Fd6ew2FQPZFbtU9gMFJKoUiYVmKUNkbyag@mail.gmail.com> (raw)
In-Reply-To: <CAJTo0LapxS3a00e31b9ur32x4XtNPTWUSmw4i=_x9AjbLuECjQ@mail.gmail.com>

On Wed, May 1, 2019 at 5:30 PM Burton, Ross <ross.burton@intel.com> wrote:
>
> On Wed, 1 May 2019 at 11:51, Jacob Kroon <jacob.kroon@gmail.com> wrote:
> > I'm getting a lot of these warnings after removing tmp/ and rebuilding
> > my image from sstate cache.
> > FWIW I use rm_work.bbclass, and regularly use the
> > sstate-cache-management,sh script to prune old cache.
>
> There's a patch I hacked up in master-next that shows where these
> warnings are coming from.  Yes, this patch produces two warnings per
> recipe with rm_work enabled.

argh... i hit the same issue and came up with the exact same
conclusion.. i should have checked the mailing list earlier today ;)

I am getting thousands of warnings like that with rm_work. I had
modified bitbake so that it shows the 'task' name like Ross, in ().

WARNING: zip-native: dependent task do_deploy (do_rm_work) does not exist
WARNING: zip-native: dependent task do_package_write_ipk (do_rm_work)
does not exist
WARNING: zip-native: dependent task do_deploy
(do_build_without_rm_work) does not exist
WARNING: zip-native: dependent task do_package_write_ipk
(do_build_without_rm_work) does not exist
WARNING: zip: dependent task do_deploy (do_rm_work) does not exist
WARNING: zip: dependent task do_deploy (do_build_without_rm_work) does
not exist
WARNING: zip-native: dependent task do_deploy (do_rm_work) does not
exist
WARNING: zip-native: dependent task do_package_write_ipk (do_rm_work)
does not exist
WARNING: zip-native: dependent task do_deploy
(do_build_without_rm_work) does not exist
WARNING: zip-native: dependent task do_package_write_ipk
(do_build_without_rm_work) does not exist
WARNING: zip: dependent task do_deploy (do_rm_work) does not exist
WARNING: zip: dependent task do_deploy (do_build_without_rm_work) does
not exist
WARNING: zip-native: dependent task do_deploy (do_rm_work) does not exist
WARNING: zip-native: dependent task do_package_write_ipk (do_rm_work)
does not exist
WARNING: zip-native: dependent task do_deploy
(do_build_without_rm_work) does not exist
WARNING: zip-native: dependent task do_package_write_ipk
(do_build_without_rm_work) does not exist
WARNING: python-cython: dependent task do_deploy (do_rm_work) does not exist
WARNING: python-cython: dependent task do_deploy
(do_build_without_rm_work) does not exist
WARNING: python-cython-native: dependent task do_deploy (do_rm_work)
does not exist
WARNING: python-cython-native: dependent task do_package_write_ipk
(do_rm_work) does not exist
WARNING: python-cython-native: dependent task do_deploy
(do_build_without_rm_work) does not exist
WARNING: python-cython-native: dependent task do_package_write_ipk
(do_build_without_rm_work) does not exist

>
> Ross
> --
> _______________________________________________
> bitbake-devel mailing list
> bitbake-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/bitbake-devel


  reply	other threads:[~2019-05-01 16:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-25 10:00 [PATCH 0/2] Fixes for addtask and deltask Robert Yang
2019-04-25 10:00 ` [PATCH 1/2] bitbake: BBHandler: Fix " Robert Yang
2019-04-25 10:48   ` Richard Purdie
2019-04-26  3:17     ` Robert Yang
2019-04-25 10:01 ` [PATCH 2/2] bitbake: build.py: check dependendent task for addtask Robert Yang
2019-04-25 10:50   ` Richard Purdie
2019-04-26  2:49     ` Robert Yang
2019-04-30 12:13       ` Martin Jansa
2019-05-01 10:50       ` Jacob Kroon
2019-05-01 15:30         ` Burton, Ross
2019-05-01 16:48           ` Nicolas Dechesne [this message]
2019-05-01 19:42             ` Richard Purdie
2019-05-05  5:56               ` Robert Yang
2019-05-05 10:30                 ` Robert Yang

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=CAP71WjxDASA04Fz6Fd6ew2FQPZFbtU9gMFJKoUiYVmKUNkbyag@mail.gmail.com \
    --to=nicolas.dechesne@linaro.org \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=ross.burton@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 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.