| Summary: | openser FTBFS if "-Werror=format-security" flag is used | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dhiru Kholia <dkholia> |
| Component: | openser | Assignee: | Orphan Owner <extras-orphan> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | bressers, dhiru, extras-orphan, ondrejj, ppisar |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-18 09:46:13 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1038083 | ||
|
Description
Dhiru Kholia
2013-12-03 03:26:40 UTC
openser has been orphaned for Fedora/EPEL and has no active development upstream. It's replacement is opensips (available in Fedora/EPEL). Closing as WONTFIX. openser-1.3.4-31.fc21 fails to build in F21 due the -Werror=format-security:
Compiling timer.c
gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -Wca
st-align -DNAME='"openser"' -DVERSION='"1.3.4-tls"' -DARCH='"x86_64"' -DOS='"linux"' -DCOMPILER='"gcc 4.8.2"' -D__CPU_x86_64 -D__OS_linux -D__SMP_yes -DCFG_DIR='"/etc/openser/"' -DP
KG_MALLOC -DSHM_MEM -DSHM_MMAP -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DSTATISTICS -DCHANGEABLE_DEBUG_LEVEL -DF_MALLOC -DUSE_TLS -DFAST_LOCK -DADAPTIVE_WA
IT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_EPOLL -DHA
VE_SIGIO_RT -DHAVE_SELECT -c timer.c -o timer.o
In file included from parser/msg_parser.h:46:0,
from action.h:27,
from action.c:44:
parser/../ip_addr.h: In function 'matchnet':
parser/../ip_addr.h:184:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
int ret;
^
In file included from mem/../lock_ops.h:68:0,
from mem/shm_mem.h:68,
from ut.h:52,
from action.c:54:
mem/../fastlock.h: In function 'release_lock':
mem/../fastlock.h:199:7: warning: variable 'val' set but not used [-Wunused-but-set-variable]
char val;
^
action.c: In function 'do_action':
action.c:361:4: error: format not a string literal and no format arguments [-Werror=format-security]
LOG(a->elem[0].u.number, a->elem[1].u.string);
^
action.c:361:4: error: format not a string literal and no format arguments [-Werror=format-security]
action.c:361:4: error: format not a string literal and no format arguments [-Werror=format-security]
action.c:361:4: error: format not a string literal and no format arguments [-Werror=format-security]
action.c:361:4: error: format not a string literal and no format arguments [-Werror=format-security]
action.c:361:4: error: format not a string literal and no format arguments [-Werror=format-security]
action.c:361:4: error: format not a string literal and no format arguments [-Werror=format-security]
cc1: some warnings being treated as errors
make: *** [action.o] Error 1
If you cannot fix it, retire this package instead just an orphaning.
Hi Jan, Have you seen http://www.kamailio.org/ page? This package has been retired in F21: Renamed to Kamailio. Fedora users should switch to OpenSIPS. |