Problem Description ====================== QA issue of building glibc-cgl rootfs: $ grep "QA" make-fs.log WARNING: QA Issue: audit: d/sbin/audisp-remote, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libcap-ng.so.0 => /usr/lib64/libcap-ng.so.0 (0x00000000dead1000) Expected Behavior ====================== No QA Warning is found in build log. Observed Behavior ====================== QA Issue: audit Logs ====================== Attached. Misc Info ====================== This problem is found when verifying fix WIND00400560.
step 1; configure --enable-board=qemux86-64 --enable-kernel=cgl --enable-rootfs=glibc-cgl --enable-parallel-pkgbuilds=5 --enable-jobs=5 --with-template=feature/analysis,feature/debug,feature/debug-wb,feature/gdb,feature/kernel-debug,feature/boottime,feature/code_coverage step 2; make fs 2>&1 | tee make-fs.log step 3; grep "QA" make-fs.log