Wind River Support Network

HomeDefectsLINCD-347
Not to be fixed

LINCD-347 : File conflicts when install ldd and lib32-ldd both to image

Created: Nov 14, 2019    Updated: May 19, 2020
Resolved Date: May 19, 2020
Found In Version: 10.20.3.0
Severity: Standard
Applicable for: Wind River Linux CD
Component/s: Userspace

Description

File conflicts when install ldd and lib32-ldd both to image.


$ setup.sh --machines=qemux86-64 --dl-layers
$ source oe-init-build-env
$ echo 'IMAGE_INSTALL_append = " ldd lib32-ldd"' >> conf/local.conf
$ bitbake wrlinux-image-std


Error: Transaction check error:
file /usr/bin/ldd conflicts between attempted installs of lib32-ldd-2.29-r0.core2_32 and ldd-2.29-r0.core2_64

Steps to Reproduce

1. $ setup.sh --machines=qemux86-64 --dl-layers --accept-eula=yes --templates=feature/linux-yocto-dev,feature/toolchain-next,feature/userspace-next,feature/benchmark,feature/debug,feature/demo,feature/gdb,feature/installer-support,feature/ipv6,feature/LAMP,feature/lsbtesting,feature/mariadb,feature/package-management,feature/pts,feature/self-hosted,feature/target-toolchain,feature/test,feature/system-stats,feature/valgrind
 && source oe-init-build-env
2. Update local.conf
IMAGE_INSTALL_append +="krb5 rxvt-unicode gnupg rsync gdbserver openssl util-linux file libgcrypt libgpg-error gnutls freetype libxrender libxt libxft fontconfig expat icu cups netcat libcroco gconf tiff tcl db gmp nettle"
 find more packages of project and add its llib32-$pkg with IMAGE_INSTALL_append
3.
$ bitbake wrlinux-image-std;  bitbake -c populate_sdk wrlinux-image-std 
Live chat
Online