[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Freeipmi-devel] [bug #37295] ipmiseld-common.c:160:5: error: format not
From: |
Claudio Cesar Sanchez Tejeda |
Subject: |
[Freeipmi-devel] [bug #37295] ipmiseld-common.c:160:5: error: format not a string literal and no format arguments [-Werror=format-security] |
Date: |
Fri, 07 Sep 2012 12:05:59 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0 |
URL:
<http://savannah.gnu.org/bugs/?37295>
Summary: ipmiseld-common.c:160:5: error: format not a string
literal and no format arguments [-Werror=format-security]
Project: GNU FreeIPMI
Submitted by: demonccc
Submitted on: Fri 07 Sep 2012 12:05:58 PM GMT
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Installation Problem
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Operating System: GNU/Linux
_______________________________________________________
Details:
I debianized the new version of freeipmi (1.2.1) and upload it to
launchpad.net in order to create a new deb package for my PPA.
Launchpad sent me a email informing me that the build failed with the
following error:
Making all in ipmiseld
make[2]: Entering directory `/build/buildd/freeipmi-1.2.1/ipmiseld'
gcc -DHAVE_CONFIG_H -I. -I../config -I../common/toolcommon
-I../common/miscutil -I../common/parsecommon -I../common/portability
-I../libfreeipmi/include -I../libfreeipmi/include -D_GNU_SOURCE -D_REENTRANT
-DIPMISELD_LOCALSTATEDIR='"/var"' -D_FORTIFY_SOURCE=2 -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -c -o ipmiseld-ipmiseld.o `test -f 'ipmiseld.c' ||
echo './'`ipmiseld.c
gcc -DHAVE_CONFIG_H -I. -I../config -I../common/toolcommon
-I../common/miscutil -I../common/parsecommon -I../common/portability
-I../libfreeipmi/include -I../libfreeipmi/include -D_GNU_SOURCE -D_REENTRANT
-DIPMISELD_LOCALSTATEDIR='"/var"' -D_FORTIFY_SOURCE=2 -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -c -o ipmiseld-ipmiseld-argp.o `test -f
'ipmiseld-argp.c' || echo './'`ipmiseld-argp.c
gcc -DHAVE_CONFIG_H -I. -I../config -I../common/toolcommon
-I../common/miscutil -I../common/parsecommon -I../common/portability
-I../libfreeipmi/include -I../libfreeipmi/include -D_GNU_SOURCE -D_REENTRANT
-DIPMISELD_LOCALSTATEDIR='"/var"' -D_FORTIFY_SOURCE=2 -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -c -o ipmiseld-ipmiseld-cache.o `test -f
'ipmiseld-cache.c' || echo './'`ipmiseld-cache.c
gcc -DHAVE_CONFIG_H -I. -I../config -I../common/toolcommon
-I../common/miscutil -I../common/parsecommon -I../common/portability
-I../libfreeipmi/include -I../libfreeipmi/include -D_GNU_SOURCE -D_REENTRANT
-DIPMISELD_LOCALSTATEDIR='"/var"' -D_FORTIFY_SOURCE=2 -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -c -o ipmiseld-ipmiseld-common.o `test -f
'ipmiseld-common.c' || echo './'`ipmiseld-common.c
ipmiseld-common.c: In function '_ipmiseld_syslog':
ipmiseld-common.c:160:5: error: format not a string literal and no format
arguments [-Werror=format-security]
cc1: some warnings being treated as errors
make[2]: *** [ipmiseld-ipmiseld-common.o] Error 1
make[2]: Leaving directory `/build/buildd/freeipmi-1.2.1/ipmiseld'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/buildd/freeipmi-1.2.1'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
The line that has the issue is:
syslog (host_data->prog_data->log_priority, buf);
I researched about the syslog function and I found that the correct way to use
it is:
syslog(priority, "%s", string);
Regards.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?37295>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Freeipmi-devel] [bug #37295] ipmiseld-common.c:160:5: error: format not a string literal and no format arguments [-Werror=format-security],
Claudio Cesar Sanchez Tejeda <=