libanjuta-3-0.aarch64: W: call-to-mktemp /usr/lib64/libanjuta-3.so.0.0.0 This executable calls mktemp. As advised by the manpage (mktemp(3)), this function should be avoided. Some implementations are deeply insecure, and there is a race condition between the time of check and time of use (TOCTOU). See http://capec.mitre.org/data/definitions/29.html for details, and contact upstream to have this issue fixed. anjuta.aarch64: W: files-duplicate /usr/share/anjuta/AUTHORS /usr/share/doc/packages/anjuta/AUTHORS anjuta-devel.aarch64: W: no-version-in-last-changelog anjuta-lang.noarch: W: no-version-in-last-changelog anjuta.aarch64: W: no-version-in-last-changelog anjuta.src: W: no-version-in-last-changelog glade-catalog-anjuta.aarch64: W: no-version-in-last-changelog libanjuta-3-0.aarch64: W: no-version-in-last-changelog typelib-1_0-Anjuta-3_0.aarch64: W: no-version-in-last-changelog The latest changelog entry doesn't contain a version. Please insert the version that is coherent with the version of the package and rebuild it. anjuta.src:2206: W: non-break-space line 2206, char 44 The spec file contains a non-break space, which looks like a regular space in some editors but can lead to obscure errors. It should be replaced by a regular space. anjuta.aarch64: W: non-executable-script /usr/share/anjuta/templates/js_minimal/src/main.js 644 /usr/bin/gjs This text file contains a shebang or is located in a path dedicated for executables, but lacks the executable bits and cannot thus be executed. If the file is meant to be an executable script, add the executable bits, otherwise remove the shebang or move the file elsewhere. anjuta.aarch64: W: script-without-shebang /usr/lib64/anjuta/anjuta-python-autocomplete.py This text file has executable bits set or is located in a path dedicated for executables, but lacks a shebang and cannot thus be executed. If the file is meant to be an executable script, add the shebang, otherwise remove the executable bits or move the file elsewhere. libanjuta-3-0.aarch64: W: shared-lib-calls-exit /usr/lib64/libanjuta-3.so.0.0.0 _exit@GLIBC_2.17 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. anjuta.aarch64: E: env-script-interpreter (Badness: 9) /usr/share/anjuta/tools/find-fixmes.pl /usr/bin/env perl anjuta.aarch64: E: env-script-interpreter (Badness: 9) /usr/share/anjuta/tools/prepare-changelog.pl /usr/bin/env perl anjuta.aarch64: E: env-script-interpreter (Badness: 9) /usr/share/anjuta/tools/translation-status.pl /usr/bin/env perl This script uses 'env' as an interpreter. For the rpm runtime dependency detection to work, the shebang #!/usr/bin/env python needs to be patched into #!/usr/bin/python otherwise the package dependency generator merely adds a dependency on /usr/bin/env rather than the actual interpreter /usr/bin/python. Alternatively, if the file should not be executed, then ensure that it is not marked as executable or don't install it in a path that is reserved for executables. 7 packages and 0 specfiles checked; 3 errors, 13 warnings.