Bug 1058664 - FTBFS: perl-eperl-2.2.14-25.fc21: format not a string literal and no format arguments [-Werror=format-security]
Summary: FTBFS: perl-eperl-2.2.14-25.fc21: format not a string literal and no format a...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-eperl
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-28 10:11 UTC by Petr Pisar
Modified: 2014-05-13 14:07 UTC (History)
2 users (show)

Fixed In Version: perl-eperl-2.2.14-26.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-05-13 14:07:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2014-01-28 10:11:45 UTC
perl-eperl-2.2.14-25.fc21 fails to build in F21 because of -Werror=format-security:

gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexcepti
ons -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m6
4 -mtune=generic -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-p
rotector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE -I. -c eperl_pp.c
eperl_main.c: In function 'give_readme':
eperl_main.c:153:5: error: format not a string literal and no format arguments [-Werror=format-security]
     fprintf(stdout, ePerl_README);
     ^
eperl_main.c: In function 'give_license':
eperl_main.c:158:5: error: format not a string literal and no format arguments [-Werror=format-security]
     fprintf(stdout, ePerl_LICENSE);
     ^


Note You need to log in before you can comment on or make changes to this bug.