Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 557120 - dev-util/ctags-5.8-r1 fails to build with -Werror=format-security
Summary: dev-util/ctags-5.8-r1 fails to build with -Werror=format-security
Status: RESOLVED DUPLICATE of bug 517526
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: fortify-source
  Show dependency tree
 
Reported: 2015-08-09 11:42 UTC by René Rhéaume
Modified: 2015-08-13 11:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ctags-5.8-format-security.patch (ctags-5.8-format-security.patch,370 bytes, patch)
2015-08-09 11:43 UTC, René Rhéaume
Details | Diff
ctags-5.8.ebuild.patch (ctags-5.8.ebuild.patch,375 bytes, patch)
2015-08-09 11:45 UTC, René Rhéaume
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***