All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tasslehoff Kjappfot <tasskjapp@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: libusb-1.0-0, Required build target 'myrootfs' has no buildable providers.
Date: Wed, 13 Oct 2010 14:15:14 +0200	[thread overview]
Message-ID: <4CB5A2D2.4050702@gmail.com> (raw)
In-Reply-To: <4CB591B3.6080805@gmail.com>

On 10/13/2010 01:02 PM, Tasslehoff Kjappfot wrote:
> I'm compiling myrootfs for the beagleboard, and have IMAGE_INSTALL += 
> "libusb1" in my recipe. This has worked fine until a recent update, 
> but now it fails with the following:
>
> NOTE: Handling BitBake files: | (7156/7156) [100 %]
> Parsing of 7156 .bb files complete (6694 cached, 462 parsed). 7374 
> targets, 305 skipped, 0 masked, 0 errors.
> ERROR: 
> '['/home/tassloe/src/openembedded/pd-recipes/images/myrootfs.bb']' 
> RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 
> 'libusb-1.0-0' but it wasn't found in any PACKAGE or RPROVIDES variables
> ERROR: Required build target 'myrootfs' has no buildable providers.
> Missing or unbuildable dependency chain was: ['myrootfs', 'libusb-1.0-0']
> NOTE: Resolving any missing task queue dependencies
> ERROR: 
> '['/home/tassle/src/openembedded/pd-recipes/images/myrootfs.bb']' 
> RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 
> 'libusb-1.0-0' but it wasn't found in any PACKAGE or RPROVIDES variables
> Unknown Event: <bb.event.NoProvider instance at 0xfaae5ec>
> NOTE: Runtime target 'libusb-1.0-0' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['libusb-1.0-0']
> ERROR: Required build target 'myrootfs' has no buildable providers.
> Missing or unbuildable dependency chain was: ['myrootfs', 'libusb-1.0-0']
>
> I deleted my TMPDIR and then it compiled ok, but when I tried to 
> compile again, I got the same message. Neither myrootfs.bb nor 
> recipes/libusb have been changed since the last time this worked for 
> me, so I suspect something else is causing this.
>
> Any ideas?
>
> - Tasslehoff

To add some info / reply to myself.

koen told me this is because I try to force libs into my rootfs that I 
don't use directly, and removing libusb1 and libqt* from myrootfs.bb 
indeed makes it build. May have worked only be accident before, I'm not 
sure.

But, it makes me wonder if I use SDK's right.

To avoid everyone having to compile our rootfs with OE, I have created 
an SDK. Using this SDK I compile and link an application that needs 
libusb1, and that's why I had to force my rootfs to include it. The same 
for my Qt-application. I compile and link that one outside OE, and add 
libs to IMAGE_INSTALL in myrootfs.bb to make sure it has what it needs.

Is this the wrong way to go about it? If so, how *should* I do it?

Regards,
Tasslehoff








      reply	other threads:[~2010-10-13 12:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-13 11:02 libusb-1.0-0, Required build target 'myrootfs' has no buildable providers Tasslehoff Kjappfot
2010-10-13 12:15 ` Tasslehoff Kjappfot [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=4CB5A2D2.4050702@gmail.com \
    --to=tasskjapp@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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.