Fixed
Created: Apr 15, 2016
Updated: Sep 8, 2018
Resolved Date: Apr 15, 2016
Found In Version: 7.0
Fix Version: 7.0.0.15
Severity: Standard
Applicable for: Wind River Linux 7
Component/s: Userspace
make show-dependencies doesnt show dependencies for all packages
make show-dependencies seems to work for some packages and dumps some, but not for all (for example not for kexec-tools and not for kdump but there might be more) :
1) .../configure --enable-board=intel-x86-64 --enable-rootfs=glibc_std --enable-jobs=16 --enable-parallel-pkgbuilds=16 --with-template=feature/kexec,feature/kdump --enable-reconfig --with-rcpl-version=0027
2) make all
3) -bash-4.1$ rpm -qpR export/RPMS/x86_64/kexec-tools-2.0.4-r0.0.x86_64.rpm
warning: export/RPMS/x86_64/kexec-tools-2.0.4-r0.0.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID d52b6ba4: NOKEY
rtld(GNU_HASH)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6()(64bit)
libc6 >= 2.18
libc.so.6(GLIBC_2.2.5)(64bit)
/bin/sh
-bash-4.1$
and
-bash-4.1$ rpm -qpR export/RPMS/x86_64/kdump-2.0.4-r0.0.x86_64.rpm
warning: export/RPMS/x86_64/kdump-2.0.4-r0.0.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID d52b6ba4: NOKEY
rtld(GNU_HASH)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc6 >= 2.18
-bash-4.1$
BUT :
-bash-4.1$ make show-dependencies | grep kdump
Setting up host-cross and links
Setting up packages link
Creating export directory
Creating project properties
NOTE: Sanity check: Compiler args OK for x86-64.
NOTE: Sanity check: Compiler args OK for x86.
Parsing recipes..done.
NOTE: Resolving any missing task queue dependencies
-bash-4.1$
-bash-4.1$
-bash-4.1$ make show-dependencies | grep kexec
Setting up host-cross and links
Setting up packages link
Creating export directory
Creating project properties
NOTE: Sanity check: Compiler args OK for x86-64.
NOTE: Sanity check: Compiler args OK for x86.
Parsing recipes..done.
NOTE: Resolving any missing task queue dependencies
-bash-4.1$
there is no dependencies shown by the /scripts/wrbbutil tool.