Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1464541 Details for
Bug 1604915
nagios-plugins: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-20 01:08:10 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 01:08:10 UTC
Size:
32.00 KB
patch
obsolete
>g type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L16(x) (((uint16_t*)&x)[0]) > ^ >check_ntp.c:167:33: note: in expansion of macro 'L16' > #define NTP32asDOUBLE(x) (ntohs(L16(x)) + (double)ntohs(R16(x))/65536.0) > ^~~ >check_ntp.c:461:23: note: in expansion of macro 'NTP32asDOUBLE' > servers[i].rtdisp=NTP32asDOUBLE(req[i].rtdisp); > ^~~~~~~~~~~~~ >check_ntp.c:156:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L16(x) (((uint16_t*)&x)[0]) > ^ >check_ntp.c:167:33: note: in expansion of macro 'L16' > #define NTP32asDOUBLE(x) (ntohs(L16(x)) + (double)ntohs(R16(x))/65536.0) > ^~~ >check_ntp.c:462:24: note: in expansion of macro 'NTP32asDOUBLE' > servers[i].rtdelay=NTP32asDOUBLE(req[i].rtdelay); > ^~~~~~~~~~~~~ >check_ntp.c:358:11: warning: unused variable 'j' [-Wunused-variable] > int i=0, j=0, ga_result=0, num_hosts=0, *socklist=NULL, respnum=0; > ^ >check_ntp.c:431:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] > write(socklist[i], &req[i], sizeof(ntp_message)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_ntp.c:452:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] > read(ufds[i].fd, &req[i], sizeof(ntp_message)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_ntp.c: In function 'jitter_request': >check_ntp.c:547:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] > write(conn, &req, SIZEOF_NTPCM(req)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_ntp.c:552:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] > read(conn, &req, SIZEOF_NTPCM(req)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_ntp.c:607:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] > write(conn, &req, SIZEOF_NTPCM(req)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_ntp.c:612:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] > read(conn, &req, SIZEOF_NTPCM(req)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_ntp_peer.c: In function 'ntp_request': >check_ntp_peer.c:242:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] > write(conn, &req, SIZEOF_NTPCM(req)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_ntp_peer.c:316:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] > write(conn, &req, SIZEOF_NTPCM(req)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_ntp_peer.c:322:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] > read(conn, &req, SIZEOF_NTPCM(req)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_ntp_peer.c: In function 'main': >check_ntp_peer.c:651:13: warning: 'jresult' may be used uninitialized in this function [-Wmaybe-uninitialized] > } else if (jresult == STATE_CRITICAL) { > ^ >check_ntp_peer.c:661:13: warning: 'sresult' may be used uninitialized in this function [-Wmaybe-uninitialized] > } else if (sresult == STATE_CRITICAL) { > ^ >check_ntp_peer.c:671:13: warning: 'tresult' may be used uninitialized in this function [-Wmaybe-uninitialized] > } else if (tresult == STATE_CRITICAL) { > ^ >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_nwstat.o check_nwstat.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_overcr.o check_overcr.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_ping.o check_ping.c >check_ping.c: In function 'run_ping': >check_ping.c:464:28: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[256]' [-Wformat=] > if(sscanf(buf, "PING %255s (%63[^)]", &ping_name, &ping_ip_addr)) > ~~~~^ ~~~~~~~~~~ >check_ping.c:464:36: warning: format '%[^)' expects argument of type 'char *', but argument 4 has type 'char (*)[64]' [-Wformat=] > if(sscanf(buf, "PING %255s (%63[^)]", &ping_name, &ping_ip_addr)) > ~~~~~^ ~~~~~~~~~~~~~ >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_real.o check_real.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_smtp.o check_smtp.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_ssh.o check_ssh.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_tcp.o check_tcp.c >check_tcp.c: In function 'process_arguments': >check_tcp.c:577:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation] > if (!is_intnonneg (optarg)) > ^~ >check_tcp.c:578:97: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' > usage2 (_("Invalid certificate expiration period"), optarg); days_till_exp_warn = atoi(optarg); > ^~~~~~~~~~~~~~~~~~ >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_time.o check_time.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_ntp_time.o check_ntp_time.c >In file included from netutils.h:36, > from check_ntp_time.c:42: >check_ntp_time.c: In function 'calc_offset': >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:154:33: note: in expansion of macro 'L32' > (ntohl(L32(n))-EPOCHDIFF) + \ > ^~~ >check_ntp_time.c:194:14: note: in expansion of macro 'NTP64asDOUBLE' > client_tx = NTP64asDOUBLE(m->origts); > ^~~~~~~~~~~~~ >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:154:33: note: in expansion of macro 'L32' > (ntohl(L32(n))-EPOCHDIFF) + \ > ^~~ >check_ntp_time.c:195:12: note: in expansion of macro 'NTP64asDOUBLE' > peer_rx = NTP64asDOUBLE(m->rxts); > ^~~~~~~~~~~~~ >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:154:33: note: in expansion of macro 'L32' > (ntohl(L32(n))-EPOCHDIFF) + \ > ^~~ >check_ntp_time.c:196:12: note: in expansion of macro 'NTP64asDOUBLE' > peer_tx = NTP64asDOUBLE(m->txts); > ^~~~~~~~~~~~~ >check_ntp_time.c: In function 'print_ntp_message': >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:165:19: note: in expansion of macro 'L32' > t.tv_sec=ntohl(L32(n))-EPOCHDIFF; \ > ^~~ >check_ntp_time.c:205:2: note: in expansion of macro 'NTP64toTV' > NTP64toTV(p->refts,ref); > ^~~~~~~~~ >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:165:19: note: in expansion of macro 'L32' > t.tv_sec=ntohl(L32(n))-EPOCHDIFF; \ > ^~~ >check_ntp_time.c:206:2: note: in expansion of macro 'NTP64toTV' > NTP64toTV(p->origts,orig); > ^~~~~~~~~ >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:165:19: note: in expansion of macro 'L32' > t.tv_sec=ntohl(L32(n))-EPOCHDIFF; \ > ^~~ >check_ntp_time.c:207:2: note: in expansion of macro 'NTP64toTV' > NTP64toTV(p->rxts,rx); > ^~~~~~~~~ >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:165:19: note: in expansion of macro 'L32' > t.tv_sec=ntohl(L32(n))-EPOCHDIFF; \ > ^~~ >check_ntp_time.c:208:2: note: in expansion of macro 'NTP64toTV' > NTP64toTV(p->txts,tx); > ^~~~~~~~~ >check_ntp_time.c:139:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L16(x) (((uint16_t*)&x)[0]) > ^ >check_ntp_time.c:150:33: note: in expansion of macro 'L16' > #define NTP32asDOUBLE(x) (ntohs(L16(x)) + (double)ntohs(R16(x))/65536.0) > ^~~ >check_ntp_time.c:218:33: note: in expansion of macro 'NTP32asDOUBLE' > printf("\trtdelay = %-.16g\n", NTP32asDOUBLE(p->rtdelay)); > ^~~~~~~~~~~~~ >check_ntp_time.c:139:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L16(x) (((uint16_t*)&x)[0]) > ^ >check_ntp_time.c:150:33: note: in expansion of macro 'L16' > #define NTP32asDOUBLE(x) (ntohs(L16(x)) + (double)ntohs(R16(x))/65536.0) > ^~~ >check_ntp_time.c:219:32: note: in expansion of macro 'NTP32asDOUBLE' > printf("\trtdisp = %-.16g\n", NTP32asDOUBLE(p->rtdisp)); > ^~~~~~~~~~~~~ >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:154:33: note: in expansion of macro 'L32' > (ntohl(L32(n))-EPOCHDIFF) + \ > ^~~ >check_ntp_time.c:221:31: note: in expansion of macro 'NTP64asDOUBLE' > printf("\trefts = %-.16g\n", NTP64asDOUBLE(p->refts)); > ^~~~~~~~~~~~~ >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:154:33: note: in expansion of macro 'L32' > (ntohl(L32(n))-EPOCHDIFF) + \ > ^~~ >check_ntp_time.c:222:32: note: in expansion of macro 'NTP64asDOUBLE' > printf("\torigts = %-.16g\n", NTP64asDOUBLE(p->origts)); > ^~~~~~~~~~~~~ >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:154:33: note: in expansion of macro 'L32' > (ntohl(L32(n))-EPOCHDIFF) + \ > ^~~ >check_ntp_time.c:223:30: note: in expansion of macro 'NTP64asDOUBLE' > printf("\trxts = %-.16g\n", NTP64asDOUBLE(p->rxts)); > ^~~~~~~~~~~~~ >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:154:33: note: in expansion of macro 'L32' > (ntohl(L32(n))-EPOCHDIFF) + \ > ^~~ >check_ntp_time.c:224:30: note: in expansion of macro 'NTP64asDOUBLE' > printf("\ttxts = %-.16g\n", NTP64asDOUBLE(p->txts)); > ^~~~~~~~~~~~~ >check_ntp_time.c: In function 'setup_request': >check_ntp_time.c:139:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L16(x) (((uint16_t*)&x)[0]) > ^ >check_ntp_time.c:236:2: note: in expansion of macro 'L16' > L16(p->rtdelay)=htons(1); > ^~~ >check_ntp_time.c:139:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L16(x) (((uint16_t*)&x)[0]) > ^ >check_ntp_time.c:237:2: note: in expansion of macro 'L16' > L16(p->rtdisp)=htons(1); > ^~~ >check_ntp_time.c:143:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L32(x) (((uint32_t*)&x)[0]) > ^ >check_ntp_time.c:174:4: note: in expansion of macro 'L32' > L32(n)=htonl(t.tv_sec + EPOCHDIFF); \ > ^~~ >check_ntp_time.c:240:2: note: in expansion of macro 'TVtoNTP64' > TVtoNTP64(t,p->txts); > ^~~~~~~~~ >check_ntp_time.c: In function 'best_offset_server': >check_ntp_time.c:247:6: warning: unused variable 'i' [-Wunused-variable] > int i=0, cserver=0, best_server=-1; > ^ >In file included from netutils.h:36, > from check_ntp_time.c:42: >check_ntp_time.c: In function 'offset_request': >check_ntp_time.c:139:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L16(x) (((uint16_t*)&x)[0]) > ^ >check_ntp_time.c:150:33: note: in expansion of macro 'L16' > #define NTP32asDOUBLE(x) (ntohs(L16(x)) + (double)ntohs(R16(x))/65536.0) > ^~~ >check_ntp_time.c:410:23: note: in expansion of macro 'NTP32asDOUBLE' > servers[i].rtdisp=NTP32asDOUBLE(req[i].rtdisp); > ^~~~~~~~~~~~~ >check_ntp_time.c:139:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > #define L16(x) (((uint16_t*)&x)[0]) > ^ >check_ntp_time.c:150:33: note: in expansion of macro 'L16' > #define NTP32asDOUBLE(x) (ntohs(L16(x)) + (double)ntohs(R16(x))/65536.0) > ^~~ >check_ntp_time.c:411:24: note: in expansion of macro 'NTP32asDOUBLE' > servers[i].rtdelay=NTP32asDOUBLE(req[i].rtdelay); > ^~~~~~~~~~~~~ >check_ntp_time.c:381:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] > write(socklist[i], &req[i], sizeof(ntp_message)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_ntp_time.c:401:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] > read(ufds[i].fd, &req[i], sizeof(ntp_message)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_ups.o check_ups.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_users.o check_users.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o negate.o negate.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o remove_perfdata.o remove_perfdata.c >negate.c: In function 'main': >negate.c:63:8: warning: unused variable 'buf' [-Wunused-variable] > char *buf, *sub; > ^~~ >negate.c:62:6: warning: unused variable 'found' [-Wunused-variable] > int found = 0, result = STATE_UNKNOWN; > ^~~~~ >remove_perfdata.c: In function 'main': >remove_perfdata.c:61:11: warning: unused variable 'sub' [-Wunused-variable] > char *sub; > ^~~ >remove_perfdata.c:60:11: warning: unused variable 'buf' [-Wunused-variable] > char *buf; > ^~~ >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o urlize.o urlize.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_pgsql.o check_pgsql.c >check_pgsql.c: In function 'main': >check_pgsql.c:183:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] > asprintf (&conninfo, "%s ", pgparams); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_pgsql.c:185:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] > asprintf (&conninfo, "%sdbname = '%s'", conninfo ? conninfo : "", dbName); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_pgsql.c:187:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] > asprintf (&conninfo, "%s host = '%s'", conninfo, pghost); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_pgsql.c:189:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] > asprintf (&conninfo, "%s port = '%s'", conninfo, pgport); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_pgsql.c:191:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] > asprintf (&conninfo, "%s options = '%s'", conninfo, pgoptions); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_pgsql.c:194:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] > asprintf (&conninfo, "%s user = '%s'", conninfo, pguser); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_pgsql.c:201:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] > asprintf (&conninfo, "%s password = '%s'", conninfo, pgpasswd); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_pgsql.c: In function 'process_arguments': >check_pgsql.c:360:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] > asprintf (&pgparams, "%s %s", pgparams, optarg); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >check_pgsql.c:362:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] > asprintf (&pgparams, "%s", optarg); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_dbi.o check_dbi.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_radius.o check_radius.c >check_dbi.c: In function 'main': >check_dbi.c:139:2: warning: 'dbi_initialize' is deprecated [-Wdeprecated-declarations] > if (dbi_initialize (NULL) < 0) { > ^~ >In file included from check_dbi.c:48: >/usr/include/dbi/dbi.h:169:27: note: declared here > int LIBDBI_API_DEPRECATED dbi_initialize(const char *driverdir); > ^~~~~~~~~~~~~~ >check_dbi.c:147:2: warning: 'dbi_driver_open' is deprecated [-Wdeprecated-declarations] > driver = dbi_driver_open (np_dbi_driver); > ^~~~~~ >In file included from check_dbi.c:48: >/usr/include/dbi/dbi.h:180:34: note: declared here > dbi_driver LIBDBI_API_DEPRECATED dbi_driver_open(const char *name); /* goes thru linked list until it finds the right one */ > ^~~~~~~~~~~~~~~ >check_dbi.c:153:3: warning: 'dbi_driver_list' is deprecated [-Wdeprecated-declarations] > for (driver = dbi_driver_list (NULL); driver; driver = dbi_driver_list (driver)) { > ^~~ >In file included from check_dbi.c:48: >/usr/include/dbi/dbi.h:178:34: note: declared here > dbi_driver LIBDBI_API_DEPRECATED dbi_driver_list(dbi_driver Current); /* returns next driver. if current is NULL, return first driver. */ > ^~~~~~~~~~~~~~~ >check_dbi.c:153:3: warning: 'dbi_driver_list' is deprecated [-Wdeprecated-declarations] > for (driver = dbi_driver_list (NULL); driver; driver = dbi_driver_list (driver)) { > ^~~ >In file included from check_dbi.c:48: >/usr/include/dbi/dbi.h:178:34: note: declared here > dbi_driver LIBDBI_API_DEPRECATED dbi_driver_list(dbi_driver Current); /* returns next driver. if current is NULL, return first driver. */ > ^~~~~~~~~~~~~~~ >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_ldap.o check_ldap.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_ide_smart.o check_ide_smart.c >check_ldap.c: In function 'main': >check_ldap.c:191:11: warning: implicit declaration of function 'ldap_check_cert'; did you mean 'ldap_sync_init'? [-Wimplicit-function-declaration] > return ldap_check_cert(ld); > ^~~~~~~~~~~~~~~ > ldap_sync_init >check_ldap.c:106:15: warning: unused variable 'next_entry' [-Wunused-variable] > LDAPMessage *next_entry; > ^~~~~~~~~~ >check_ldap.c: In function 'process_arguments': >check_ldap.c:429:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] > if (!is_intnonneg (temp)) > ^~ >check_ldap.c:431:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' > days_till_exp_crit = atoi (temp); > ^~~~~~~~~~~~~~~~~~ >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/include -DNP_VERSION='"2.2.1.git"' -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_uptime.o check_uptime.c >gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap -I/include -I/include -I/usr/include/mysql -I/usr/include/mysql -I/include -DNP_VERSION='"2.2.1.git"' -I/usr/include/mysql -I/usr/include/mysql -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o check_mysql-check_mysql.o `test -f 'check_mysql.c' || echo './'`check_mysql.c >check_uptime.c: In function 'process_arguments': >check_uptime.c:133:8: warning: unused variable 'temp' [-Wunused-variable] > char *temp; > ^~~~ >check_uptime.c:132:6: warning: unused variable 'escape' [-Wunused-variable] > int escape = 0; > ^~~~~~ >In file included from check_uptime.c:29: >check_uptime.c: In function 'print_help': >utils.h:128:19: warning: too many arguments for format [-Wformat-extra-args] > #define COPYRIGHT "Copyright (c) %s Nagios Plugin Development Team\n\ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > \t<%s>\n\n" > ~~~~~~~~~~~ >utils.h:128:19: note: in definition of macro 'COPYRIGHT' > #define COPYRIGHT "Copyright (c) %s Nagios Plugin Development Team\n\ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > \t<%s>\n\n" > ~~~~~~~~~~~ >check_mysql.c:44:10: fatal error: server/mysql.h: No such file or directory > #include <server/mysql.h> > ^~~~~~~~~~~~~~~~ >compilation terminated. >make[2]: *** [Makefile:2267: check_mysql-check_mysql.o] Error 1 >make[2]: *** Waiting for unfinished jobs.... >make[2]: Leaving directory '/builddir/build/BUILD/nagios-plugins-5c7eb5b9d5a7ed20ce27dcd81f23ecdb6720c2d6/plugins' >make[1]: *** [Makefile:1540: all-recursive] Error 1 >make[1]: Leaving directory '/builddir/build/BUILD/nagios-plugins-5c7eb5b9d5a7ed20ce27dcd81f23ecdb6720c2d6' >make: *** [Makefile:1464: all] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.6MvBOJ (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.6MvBOJ (%build) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/nagios-plugins.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1604915
: 1464541 |
1464542
|
1464543