libnf2ff0.armv7hl: W: shared-lib-calls-exit /usr/lib/libnf2ff.so.0.1.0 exit@GLIBC_2.4 libopenEMS0.armv7hl: W: shared-lib-calls-exit /usr/lib/libopenEMS.so.0.0.35 exit@GLIBC_2.4 This library package calls exit() or _exit(), probably in a non-fork() context. Doing so from a library is strongly discouraged - when a library function calls exit(), it prevents the calling program from handling the error, reporting it to the user, closing files properly, and cleaning up any state that the program has. It is preferred for the library to return an actual error code and let the calling program decide how to handle the situation. openEMS-devel.armv7hl: E: summary-not-capitalized (Badness: 20) C openEMS development files Summary doesn't begin with a capital letter. 7 packages and 0 specfiles checked; 1 errors, 2 warnings.