Wind River Support Network

HomeDefectsLIN1018-5881
Fixed

LIN1018-5881 : some packages conflict when enabling "doc-pkgs"

Created: Mar 24, 2020    Updated: May 29, 2020
Resolved Date: May 12, 2020
Found In Version: 10.18.44.14
Fix Version: 10.18.44.17
Severity: Standard
Applicable for: Wind River Linux LTS 18
Component/s: Userspace

Description

When enabling the "doc-pkgs" feature and manually adding the following packages:
 inetutils netkit-telnet tftp-hpa 
 there is a conflict between their manual pages. 

Steps to Reproduce

$ ./wrlinux-x/setup.sh --machines intel-x86-64 --dl-layers --machine intel-x86-64
 $ source environment-setup-x86_64-wrlinuxsdk-linux
 $ source oe-init-build-env

In conf/local.conf I added the following: 
IMAGE_INSTALL_append = " inetutils netkit-telnet tftp-hpa"
EXTRA_IMAGE_FEATURES += "doc-pkgs"
PNWHITELIST_networking-layer += 'netkit-telnet'
PNWHITELIST_networking-layer += 'tftp-hpa'

btbake wrlinux-image-glibc-std

This fails with the following error:

"
 Error: Transaction check error:
 file /usr/share/man/man1/rcp.1 conflicts between attempted installs of inetutils-doc-1.9.4-r0.corei7_64 and netkit-rsh-doc-0.17-r0.corei7_64
 file /usr/share/man/man1/rexec.1 conflicts between attempted installs of inetutils-doc-1.9.4-r0.corei7_64 and netkit-rsh-doc-0.17-r0.corei7_64
 file /usr/share/man/man1/rlogin.1 conflicts between attempted installs of inetutils-doc-1.9.4-r0.corei7_64 and netkit-rsh-doc-0.17-r0.corei7_64
 file /usr/share/man/man1/rsh.1 conflicts between attempted installs of inetutils-doc-1.9.4-r0.corei7_64 and netkit-rsh-doc-0.17-r0.corei7_64
 file /usr/share/man/man1/tftp.1 conflicts between attempted installs of inetutils-doc-1.9.4-r0.corei7_64 and tftp-hpa-doc-5.2-r0.corei7_64
 file /usr/share/man/man8/rexecd.8 conflicts between attempted installs of inetutils-doc-1.9.4-r0.corei7_64 and netkit-rsh-doc-0.17-r0.corei7_64
 file /usr/share/man/man8/rlogind.8 conflicts between attempted installs of inetutils-doc-1.9.4-r0.corei7_64 and netkit-rsh-doc-0.17-r0.corei7_64
 file /usr/share/man/man8/rshd.8 conflicts between attempted installs of inetutils-doc-1.9.4-r0.corei7_64 and netkit-rsh-doc-0.17-r0.corei7_64
 file /usr/share/man/man8/telnetd.8 conflicts between attempted installs of inetutils-doc-1.9.4-r0.corei7_64 and netkit-telnet-doc-0.17-r0.corei7_64
 file /usr/share/man/man8/tftpd.8 conflicts between attempted installs of inetutils-doc-1.9.4-r0.corei7_64 and tftp-hpa-doc-5.2-r0.corei7_64
 "
Live chat
Online