ctags does not build when -Werror=format-security is added to CFLAGS. As with most format-security errors, there is an easy fix. Reproducible: Always Steps to Reproduce: 1. echo 'CFLAGS=${CFLAGS} -Werror=format-security' >> /etc/portage/make.conf 2. emerge -1 dev-utils/ctags 3. Actual Results: emerge failed (compile phase) Expected Results: ctags installed on system
Created attachment 408612 [details, diff] ctags-5.8-format-security.patch
Created attachment 408614 [details, diff] ctags-5.8.ebuild.patch
*** This bug has been marked as a duplicate of bug 517526 ***