Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 557120

Summary: dev-util/ctags-5.8-r1 fails to build with -Werror=format-security
Product: Gentoo Linux Reporter: René Rhéaume <rene.rheaume>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 259417    
Attachments: ctags-5.8-format-security.patch
ctags-5.8.ebuild.patch

Description René Rhéaume 2015-08-09 11:42:23 UTC
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
Comment 1 René Rhéaume 2015-08-09 11:43:46 UTC
Created attachment 408612 [details, diff]
ctags-5.8-format-security.patch
Comment 2 René Rhéaume 2015-08-09 11:45:23 UTC
Created attachment 408614 [details, diff]
ctags-5.8.ebuild.patch
Comment 3 Pacho Ramos gentoo-dev 2015-08-13 11:11:26 UTC

*** This bug has been marked as a duplicate of bug 517526 ***