Hi Don,
While building a new image, I noticed that when I enable "fastboot
lotsofmem", it seems that a new version of '/bin/cp' is included in the
image. This new version depends on libacl.so.1, but this library is not
pulled into the image. As a result, 'cp' doesn't work, and many things fail.
On a client without fastboot:
# ldd /bin/cp
linux-gate.so.1 => (0xb77dd000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0xb77a7000)
libm.so.6 => /lib/libm.so.6 (0xb7781000)
libc.so.6 => /lib/libc.so.6 (0xb7625000)
/lib/ld-linux.so.2 (0xb77de000)
After booting with fastboot:
# ldd /bin/cp
linux-gate.so.1 => (0xb770d000)
librt.so.1 => /lib/librt.so.1 (0xb76ff000)
libacl.so.1 => not found
libattr.so.1 => /lib/libattr.so.1 (0xb76fa000)
libc.so.6 => /lib/libc.so.6 (0xb759e000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7584000)
/lib/ld-linux.so.2 (0xb770e000)
I attach the build log. Could you please look into this?
Best regards,
Elio Coutinho
|