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

Bug 557140

Summary: sys-fs/jfsutils-1.1.15 fails to build with -Werror=format-security
Product: Gentoo Linux Reporter: René Rhéaume <rene.rheaume>
Component: [OLD] Core systemAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 259417    
Attachments: jfsutils-1.1.15-format-security.patch
jfsutils-1.1.15.ebuild.patch

Description René Rhéaume 2015-08-09 15:13:40 UTC
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
Comment 1 René Rhéaume 2015-08-09 15:14:31 UTC
Created attachment 408624 [details, diff]
jfsutils-1.1.15-format-security.patch
Comment 2 René Rhéaume 2015-08-09 15:16:02 UTC
Created attachment 408626 [details, diff]
jfsutils-1.1.15.ebuild.patch
Comment 3 Larry the Git Cow gentoo-dev 2020-08-20 17:50:37 UTC
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(+)