[yocto] Error on building

Khem Raj raj.khem at gmail.com
Wed Mar 5 13:22:12 PST 2014


On Wed, Mar 5, 2014 at 12:01 AM, ratheesh kannoth
<ratheesh.ksz at gmail.com> wrote:
> ERROR: QA Issue: non -staticdev package contains static .a library:
> sf-test path '/work/x86_64-wrs-linux/sf/1.0-r0/packages-split/sf-test/lib/snort_dynamicengine/libsf_engine.a'

for this you have to adjust packaging FILES_${PN}-staticdev +=
"${base_libdir}/snort_dynamicengine/libsf_engine.a"

> ERROR: QA Issue: sf-test:
> /work/x86_64-wrs-linux/sf/1.0-r0/packages-split/sf-test/lib/snort_dynamicengine/libsf_engine.so.0.0.0
> contains probably-redundant RPATH /usr/lib64

This is a bit harder one, you need to look into build system of sf and
see if it using wrong version of libtool or somesuch
where its not setting up -rpath or -rpath-link or -rpath-dynamic
properly relative to sysroot.



More information about the yocto mailing list