[poky] Error while pulling in "nss" package

v sailaja vsailub4u at gmail.com
Mon Apr 25 22:03:22 PDT 2011


Hi,


I get an error while pulling nss package into poky.

*ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded:
ignored.*

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.


Fixes [BUGID #598]

The explicit addition of "bash" before "make menuconfig"
is clearing variables that are required for pseudo. The
end result is that menuconfig often fails silently with:

ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded:
ignored.

Removing bash from the menuconfig SHELLCMDS variable fixes
the psudo problem.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 meta/classes/kernel.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 5d9b86a..a1b1354 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -202,7 +202,7 @@ do_menuconfig() {
        export DBUS_SESSION_BUS_ADDRESS='${DBUS_SESSION_BUS_ADDRESS}'
        export XAUTHORITY='${XAUTHORITY}'
       export TERMWINDOWTITLE="${PN} Kernel Configuration"
-       export SHELLCMDS="bash make menuconfig"
+       export SHELLCMDS="make menuconfig"
       ${TERMCMDRUN}
       if [ $? -ne 0 ]; then
               echo "Fatal: '${TERMCMD}' not found. Check TERMCMD variable."


-- 
Thanks & Regards,
SAI
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20110426/2bdb7642/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nss-log.do_compile
Type: application/octet-stream
Size: 61747 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20110426/2bdb7642/attachment.obj>


More information about the poky mailing list