I have almost got BES packaged, the only problem is that namcap gives me: bes W: Referenced library 'libbes_dispatch.so.8' is an uninstalled
dependency bes W: Referenced library 'libbes_ppt.so.4' is an uninstalled dependency bes W: Referenced library 'libbes_xml_command.so.1' is an uninstalled dependency bes E: Insecure RPATH '/build/pkg/usr/lib/bes' in file ('usr/lib/bes/libbes_xml_command.so.1.0.3') bes E: Insecure RPATH '/build/pkg/usr/lib/bes' in file ('usr/lib/bes/libbes_ppt.so') bes E: Insecure RPATH '/build/pkg/usr/lib/bes' in file ('usr/lib/bes/libbes_ppt.so.4.0.3') bes E: Insecure RPATH '/build/pkg/usr/lib/bes' in file ('usr/lib/bes/libbes_ppt.so.4') bes E: Insecure RPATH '/build/pkg/usr/lib/bes' in file ('usr/lib/bes/libbes_xml_command.so') bes E: Insecure RPATH '/build/pkg/usr/lib/bes' in file ('usr/lib/bes/libbes_xml_command.so.1') bes E: Insecure RPATH '/build/pkg/usr/lib/bes' in file ('usr/bin/besstandalone') bes E: Insecure RPATH '/build/pkg/usr/lib/bes' in file ('usr/bin/bescmdln') bes E: Insecure RPATH '/build/pkg/usr/lib/bes' in file ('usr/bin/besdaemon') bes E: Insecure RPATH '/build/pkg/usr/lib/bes' in file ('usr/bin/beslistener')
I figured out how to fix the rpath issue with cmake, but this one uses ./configure and make system.