From: Mark Hatle <mark.hatle@windriver.com>
To: <poky@yoctoproject.org>
Subject: Re: Error while pulling in "nss" package
Date: Tue, 26 Apr 2011 11:31:00 -0500 [thread overview]
Message-ID: <4DB6F344.2010804@windriver.com> (raw)
In-Reply-To: <4DB6EC35.4030806@mlbassoc.com>
On 4/26/11 11:00 AM, Gary Thomas wrote:
> On 04/25/2011 11:03 PM, v sailaja wrote:
>>
>>
>> Hi,
>>
>>
>> I get an error while pulling nss package into poky.
>>
>> *ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.*
This is a message from your host system. The error indicated is that for some
reason, libpseudo.so could not be preloaded. The place where I normally see
this is when you have a 64-bit host system that also contains some 32-bit
applications as well.
In this case you need to construct both the 32-bit and 64-bit pseudo. There is
a NO32LIBS value.
If this is the case, open up you conf/local.conf and find the following:
# This value is currently used by PSEUDO to determine if the recipe should
# build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system.
#
# PSEUDO will attempt to determine if a 32-bit wrapper is necessary, but
# it doesn't always guess properly. If you have 32-bit executables on
# your 64-bit build system, you likely want to set this to "0",
# otherwise you could end up with incorrect file attributes on the
# target filesystem.
#
# Default to not build 32 bit libs on 64 bit systems, comment this
# out if that is desired
NO32LIBS = "1"
As indicated in the comment block, change the value to '0'.
>> I found some solution in poky list and I modified according to the following steps. Still I am facing the same error.
>> I am sending error log file. Please find the attachment.
>> Please Can anyone tell me how to track this error.
>
> Is this really an error? I've seen it before and the build carries on.
>
> What version of Poky are you using (git branch & rev)? The pseudo stuff
> has had quite a lot of change in recent weeks/months, so if you're not
> using a recent tree perhaps you should try to upgrade.
>
> Note: I've built nss_3.12.6 from OE in Poky with only cosmetic changes.
>
prev parent reply other threads:[~2011-04-26 16:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-26 5:03 Error while pulling in "nss" package v sailaja
2011-04-26 16:00 ` Gary Thomas
2011-04-26 16:31 ` Mark Hatle [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=4DB6F344.2010804@windriver.com \
--to=mark.hatle@windriver.com \
--cc=poky@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.