From: Mark Hatle <mark.hatle@windriver.com>
To: v sailaja <vsailub4u@gmail.com>
Cc: poky@yoctoproject.org
Subject: Re: got error while trying to pull the krb5 package into poky
Date: Wed, 2 Mar 2011 08:40:43 -0600 [thread overview]
Message-ID: <4D6E56EB.1030805@windriver.com> (raw)
In-Reply-To: <AANLkTin8ceb5+qQc=_NK-wGMG8uEMQSw3M636LDw32cx@mail.gmail.com>
On 3/2/11 8:24 AM, v sailaja wrote:
>
> Hi,
>
> I came to know with other contacts, building poky with its own krb5 package,
> there were no issues.
> But if we copied that krb5 package from openembedded, it showed the errors.
> Please tell me Why is it so happening?
> Please help me and fixing the problem
AFAIK, Poky doesn't have a krb5 recipe of it's own.
Before you dig into the krb5 package, why are you adding krb5 support to your
device? Is there a specific reason or did it just show up as a dependency for
something? (Many times on the desktop, krb5 is provided by default and gets
linked into all sorts of things.. but in an embedded environment it's rarely
used as there is no reason to coordinate with a kerberos server on user
identity. If you decide kerberos support is NOT needed, figure out where the
krb5 dependency is coming from and figure out if you can remove it from the
package and/or recipe.)
(But if you do need krb5...) If you import it from OpenEmbedded, something is
either wrong with the krb5 recipe -- not populating the base "krb5" package --
or something is wrong with the software that is requiring krb5.
The first thing to do is look at the krb5 package and see if any of the software
it has built belongs in a base krb5 package and isn't being properly
installed.... fix the do_install rule to install the missing components...
if there is no software to install into a krb5 package -- then it appears to me
whatever is attempting to require the run-time dependency of "krb5" is broken.
You should find the recipe that has the RDEPENDS and remove it -- or change the
dependency to something more appropriate such a the krb5-libs. (Note: most of
the time there is no reason to manually state a RDEPENDS on a -libs package,
because the system figured out run-time library dependencies automatically --
only library usages where you can't automatically detect things need RDEPENDS,
this is usually the case when things are dlopened.)
--Mark
> Thanks & Regards,
> Sai
>
>
>
> On Wed, 2011-03-02 at 17:05 +0530, v sailaja wrote:
> > Hi Lianhao,
> >
> > There are krb5-dev-1.6.3-r6.core2.rpm and krb5-dbg-1.6.3-r6.core2.rpm
> > in
> /home/sailaja/poky-chrome/build/tmp/work/core2-poky-linux/krb5-1.6.3-r6/deploy-rpms.
> > But there is no specific rpm on krb5 like krb5-1.6.3-r6.rpm.
> >
> > Again its showing an error as follows:
>
> This probably means the contents of the krb5 package was empty and it
> didn't build the package.
>
> > I am facing the same problem with some more packages like xcb-proto
>
> The contents of xcb-proto *is* empty since its just development headers
> and they end up in the xcb-proto-dev package.
>
> Cheers,
>
> Richard
>
>
>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
next prev parent reply other threads:[~2011-03-02 14:41 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-01 10:45 got error while trying to pull the krb5 package into poky v sailaja
2011-03-01 16:05 ` Mark Hatle
2011-03-02 4:45 ` Lu, Lianhao
2011-03-02 11:35 ` v sailaja
2011-03-02 11:45 ` Richard Purdie
2011-03-02 14:24 ` v sailaja
2011-03-02 14:35 ` Gary Thomas
2011-03-02 14:40 ` Mark Hatle [this message]
2011-03-04 5:38 ` v sailaja
2011-03-09 4:59 ` v sailaja
2011-03-09 5:18 ` embedded.yogesh
2011-03-02 11:50 ` Gary Thomas
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=4D6E56EB.1030805@windriver.com \
--to=mark.hatle@windriver.com \
--cc=poky@yoctoproject.org \
--cc=vsailub4u@gmail.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.