[poky] Error while pulling in "nss" package

Mark Hatle mark.hatle at windriver.com
Tue Apr 26 09:31:00 PDT 2011


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.
> 




More information about the poky mailing list