All of lore.kernel.org
 help / color / mirror / Atom feed
* Nothing PROVIDES nativesdk-krb5
@ 2014-09-19  4:45 Joseph Andrew de la Peña
  2014-09-20  0:25 ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Joseph Andrew de la Peña @ 2014-09-19  4:45 UTC (permalink / raw)
  To: yocto

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

Good day Yocto Community,

I have an ERROR when building my nativesdk recipe:

ERROR: Nothing PROVIDES 'nativesdk-krb5' (but
virtual:nativesdk:poky/meta/recipes-support/curl/curl_7.32.0.bb DEPENDS or
otherwise requires it).

Haven't seen a DEPENDS for krb5 in curl and openssl recipe.
Is there any update on curl recipe to fix this?

Thanks,
Joseph

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Nothing PROVIDES nativesdk-krb5
  2014-09-19  4:45 Nothing PROVIDES nativesdk-krb5 Joseph Andrew de la Peña
@ 2014-09-20  0:25 ` Burton, Ross
  2014-09-22 11:41   ` Joseph Andrew de la Peña
  0 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2014-09-20  0:25 UTC (permalink / raw)
  To: Joseph Andrew de la Peña; +Cc: yocto

On 19 September 2014 05:45, Joseph Andrew de la Peña
<jdelapena@lexmark.com> wrote:
> ERROR: Nothing PROVIDES 'nativesdk-krb5' (but
> virtual:nativesdk:poky/meta/recipes-support/curl/curl_7.32.0.bb DEPENDS or
> otherwise requires it).
>
> Haven't seen a DEPENDS for krb5 in curl and openssl recipe.
> Is there any update on curl recipe to fix this?

Well, something is adding a dependency on krb5 to your curl recipe...
if you have a recent poky (although that version of curl suggests that
you don't) then using bitbake -e nativesdk-curl should tell you what
is.

(the dependency on nativesdk-krb5 is failing because krb5 doesn't have
a manual -nativesdk recipe, or use BBCLASSEXTEND="nativesdk" to
magically generate one).

Ross


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Nothing PROVIDES nativesdk-krb5
  2014-09-20  0:25 ` Burton, Ross
@ 2014-09-22 11:41   ` Joseph Andrew de la Peña
  2014-09-22 11:45     ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Joseph Andrew de la Peña @ 2014-09-22 11:41 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

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

Good day Ross,

What poky version are you referring to? I'm using dora poky HEAD. Haven't
seen any krb5 recipe.
Please enlighten me.

Thanks,
Joseph

On Sat, Sep 20, 2014 at 8:25 AM, Burton, Ross <ross.burton@intel.com> wrote:

> On 19 September 2014 05:45, Joseph Andrew de la Peña
> <jdelapena@lexmark.com> wrote:
> > ERROR: Nothing PROVIDES 'nativesdk-krb5' (but
> > virtual:nativesdk:poky/meta/recipes-support/curl/curl_7.32.0.bb DEPENDS
> or
> > otherwise requires it).
> >
> > Haven't seen a DEPENDS for krb5 in curl and openssl recipe.
> > Is there any update on curl recipe to fix this?
>
> Well, something is adding a dependency on krb5 to your curl recipe...
> if you have a recent poky (although that version of curl suggests that
> you don't) then using bitbake -e nativesdk-curl should tell you what
> is.
>
> (the dependency on nativesdk-krb5 is failing because krb5 doesn't have
> a manual -nativesdk recipe, or use BBCLASSEXTEND="nativesdk" to
> magically generate one).
>
> Ross
>

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Nothing PROVIDES nativesdk-krb5
  2014-09-22 11:41   ` Joseph Andrew de la Peña
@ 2014-09-22 11:45     ` Burton, Ross
  2014-09-22 12:05       ` Joseph Andrew de la Peña
  0 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2014-09-22 11:45 UTC (permalink / raw)
  To: Joseph Andrew de la Peña; +Cc: yocto

On 22 September 2014 12:41, Joseph Andrew de la Peña
<jdelapena@lexmark.com> wrote:
> What poky version are you referring to? I'm using dora poky HEAD. Haven't
> seen any krb5 recipe.
> Please enlighten me.

Well krb5 is in meta-oe/meta-connectivity.  But the point is that
something is adding a dependency to curl for krb5, and as far as I
can't tell it's not oe-core or meta-connectivity.  Using bitbake -e
will tell you where it came from.

Ross


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Nothing PROVIDES nativesdk-krb5
  2014-09-22 11:45     ` Burton, Ross
@ 2014-09-22 12:05       ` Joseph Andrew de la Peña
  2014-09-22 12:11         ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Joseph Andrew de la Peña @ 2014-09-22 12:05 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

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

Good day Ross,

Yes, our recipe is depending on curl. The dependency chain is
(nativesdk-our_unit, nativesdk-curl, nativesdk-krb5).
The recipe needed curl for certain functions. It works perfectly for native
but when it comes to nativesdk, there is the disconnect. Why is krb5 not
seen in sdk but no error is seen for native?

- Joseph

On Mon, Sep 22, 2014 at 7:45 PM, Burton, Ross <ross.burton@intel.com> wrote:

> On 22 September 2014 12:41, Joseph Andrew de la Peña
> <jdelapena@lexmark.com> wrote:
> > What poky version are you referring to? I'm using dora poky HEAD. Haven't
> > seen any krb5 recipe.
> > Please enlighten me.
>
> Well krb5 is in meta-oe/meta-connectivity.  But the point is that
> something is adding a dependency to curl for krb5, and as far as I
> can't tell it's not oe-core or meta-connectivity.  Using bitbake -e
> will tell you where it came from.
>
> Ross
>

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Nothing PROVIDES nativesdk-krb5
  2014-09-22 12:05       ` Joseph Andrew de la Peña
@ 2014-09-22 12:11         ` Burton, Ross
  2014-09-22 12:14           ` Joseph Andrew de la Peña
  0 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2014-09-22 12:11 UTC (permalink / raw)
  To: Joseph Andrew de la Peña; +Cc: yocto

On 22 September 2014 13:05, Joseph Andrew de la Peña
<jdelapena@lexmark.com> wrote:
> Yes, our recipe is depending on curl. The dependency chain is
> (nativesdk-our_unit, nativesdk-curl, nativesdk-krb5).
> The recipe needed curl for certain functions. It works perfectly for native
> but when it comes to nativesdk, there is the disconnect. Why is krb5 not
> seen in sdk but no error is seen for native?

Okay, different question.  Do you want and need your curl to depend on krb5?

Ross


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Nothing PROVIDES nativesdk-krb5
  2014-09-22 12:11         ` Burton, Ross
@ 2014-09-22 12:14           ` Joseph Andrew de la Peña
  2014-09-22 12:23             ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Joseph Andrew de la Peña @ 2014-09-22 12:14 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

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

Certainly not. How can I get pass this?

On Mon, Sep 22, 2014 at 8:11 PM, Burton, Ross <ross.burton@intel.com> wrote:

> On 22 September 2014 13:05, Joseph Andrew de la Peña
> <jdelapena@lexmark.com> wrote:
> > Yes, our recipe is depending on curl. The dependency chain is
> > (nativesdk-our_unit, nativesdk-curl, nativesdk-krb5).
> > The recipe needed curl for certain functions. It works perfectly for
> native
> > but when it comes to nativesdk, there is the disconnect. Why is krb5 not
> > seen in sdk but no error is seen for native?
>
> Okay, different question.  Do you want and need your curl to depend on
> krb5?
>
> Ross
>

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Nothing PROVIDES nativesdk-krb5
  2014-09-22 12:14           ` Joseph Andrew de la Peña
@ 2014-09-22 12:23             ` Burton, Ross
  2014-09-22 13:16               ` Joseph Andrew de la Peña
  0 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2014-09-22 12:23 UTC (permalink / raw)
  To: Joseph Andrew de la Peña; +Cc: yocto

On 22 September 2014 13:14, Joseph Andrew de la Peña
<jdelapena@lexmark.com> wrote:
> Certainly not. How can I get pass this?

You use bitbake -e nativesdk-curl, search that for "krb5", and it
should tell you where the krb5 dependency came from.  What you do then
depends on what and how added that dependency.

Ross


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Nothing PROVIDES nativesdk-krb5
  2014-09-22 12:23             ` Burton, Ross
@ 2014-09-22 13:16               ` Joseph Andrew de la Peña
  2014-09-22 14:12                 ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Joseph Andrew de la Peña @ 2014-09-22 13:16 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

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

Good day Ross,

How about if I wanted to depend on krb5?

Thanks,
Joseph

On Mon, Sep 22, 2014 at 8:23 PM, Burton, Ross <ross.burton@intel.com> wrote:

> On 22 September 2014 13:14, Joseph Andrew de la Peña
> <jdelapena@lexmark.com> wrote:
> > Certainly not. How can I get pass this?
>
> You use bitbake -e nativesdk-curl, search that for "krb5", and it
> should tell you where the krb5 dependency came from.  What you do then
> depends on what and how added that dependency.
>
> Ross
>

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Nothing PROVIDES nativesdk-krb5
  2014-09-22 13:16               ` Joseph Andrew de la Peña
@ 2014-09-22 14:12                 ` Burton, Ross
  0 siblings, 0 replies; 10+ messages in thread
From: Burton, Ross @ 2014-09-22 14:12 UTC (permalink / raw)
  To: Joseph Andrew de la Peña; +Cc: yocto

On 22 September 2014 14:16, Joseph Andrew de la Peña
<jdelapena@lexmark.com> wrote:
> Good day Ross,
>
> How about if I wanted to depend on krb5?

Hopefully, BBCLASSEXTEND="native nativesdk" will work its magic in krb5.bb.

Ross


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-09-22 14:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-19  4:45 Nothing PROVIDES nativesdk-krb5 Joseph Andrew de la Peña
2014-09-20  0:25 ` Burton, Ross
2014-09-22 11:41   ` Joseph Andrew de la Peña
2014-09-22 11:45     ` Burton, Ross
2014-09-22 12:05       ` Joseph Andrew de la Peña
2014-09-22 12:11         ` Burton, Ross
2014-09-22 12:14           ` Joseph Andrew de la Peña
2014-09-22 12:23             ` Burton, Ross
2014-09-22 13:16               ` Joseph Andrew de la Peña
2014-09-22 14:12                 ` Burton, Ross

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.