sys-fs/jfsutils does not build with -Werror=format-security. The fix is simple. Reproducible: Always Steps to Reproduce: 1. echo 'CFLAGS="${CFLAGS} -Werror=format-security"' >> /etc/portage/make.conf 2. emerge -1 jfsutils 3. Actual Results: emerge failed (compile phase) Expected Results: jfsutils installed on system
Created attachment 408624 [details, diff] jfsutils-1.1.15-format-security.patch
Created attachment 408626 [details, diff] jfsutils-1.1.15.ebuild.patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ef777892038727cf4e6d2b4635ef68b7a7761c commit c7ef777892038727cf4e6d2b4635ef68b7a7761c Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2020-08-20 17:36:03 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2020-08-20 17:50:18 +0000 sys-fs/jfsutils: fix building with -Werror=format-security Closes: https://bugs.gentoo.org/557140 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> .../jfsutils-1.1.15-format-security-errors.patch | 40 ++++++++++++++++++++++ sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild | 1 + 2 files changed, 41 insertions(+)