<86>Jan 26 05:49:41 userdel[10475]: delete user 'rooter' <86>Jan 26 05:49:41 userdel[10475]: removed group 'rooter' owned by 'rooter' <86>Jan 26 05:49:41 groupadd[10480]: group added to /etc/group: name=rooter, GID=534 <86>Jan 26 05:49:41 groupadd[10480]: group added to /etc/gshadow: name=rooter <86>Jan 26 05:49:41 groupadd[10480]: new group: name=rooter, GID=534 <86>Jan 26 05:49:41 useradd[10484]: new user: name=rooter, UID=534, GID=534, home=/root, shell=/bin/bash <86>Jan 26 05:49:41 userdel[10493]: delete user 'builder' <86>Jan 26 05:49:41 userdel[10493]: removed group 'builder' owned by 'builder' <86>Jan 26 05:49:41 userdel[10493]: removed shadow group 'builder' owned by 'builder' <86>Jan 26 05:49:41 groupadd[10498]: group added to /etc/group: name=builder, GID=535 <86>Jan 26 05:49:41 groupadd[10498]: group added to /etc/gshadow: name=builder <86>Jan 26 05:49:41 groupadd[10498]: new group: name=builder, GID=535 <86>Jan 26 05:49:41 useradd[10504]: new user: name=builder, UID=535, GID=535, home=/usr/src, shell=/bin/bash <13>Jan 26 05:49:46 rpmi: libtinfo-devel-5.9-alt8 1456756589 installed <13>Jan 26 05:49:46 rpmi: libncurses-devel-5.9-alt8 1456756589 installed <13>Jan 26 05:49:46 rpmi: libexpat-2.1.0-alt1 1347469773 installed <13>Jan 26 05:49:46 rpmi: python-modules-curses-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:46 rpmi: libverto-0.2.6-alt1_6 1455633232 installed <13>Jan 26 05:49:46 rpmi: libkeyutils-1.5.9-alt2 1464351238 installed <13>Jan 26 05:49:46 rpmi: libcom_err-1.42.13-alt2 1449075923 installed <13>Jan 26 05:49:46 rpmi: libgdbm-1.8.3-alt10 1454943334 installed <13>Jan 26 05:49:46 rpmi: ca-certificates-2016.09.28-alt1 1475233825 installed <13>Jan 26 05:49:46 rpmi: libcrypto10-1.0.2j-alt1 1474898021 installed <13>Jan 26 05:49:46 rpmi: libkrb5-1.14.2-alt2 1465464128 installed <13>Jan 26 05:49:46 rpmi: libssl10-1.0.2j-alt1 1474898021 installed <13>Jan 26 05:49:46 rpmi: python-modules-compiler-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:46 rpmi: python-modules-email-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:46 rpmi: python-modules-unittest-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:46 rpmi: python-modules-encodings-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:47 rpmi: python-modules-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:47 rpmi: python-modules-xml-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:47 rpmi: python-modules-hotshot-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:47 rpmi: python-modules-bsddb-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:47 rpmi: python-modules-ctypes-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:47 rpmi: python-modules-multiprocessing-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:47 rpmi: python-modules-logging-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:47 rpmi: python-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:47 rpmi: python-dev-2.7.11-alt3 1460726037 installed <13>Jan 26 05:49:47 rpmi: libxml2-devel-1:2.9.3.0.5.6511-alt1.1.1 1460073215 installed Installing uwsgi-0.9.6.5-alt1.2.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.24404 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf uwsgi-0.9.6.5 + echo 'Source #0 (uwsgi-0.9.6.5.tar):' Source #0 (uwsgi-0.9.6.5.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/uwsgi-0.9.6.5.tar + cd uwsgi-0.9.6.5 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (uwsgi-0.9.6.5-alt-no-Werror.patch):' Patch #0 (uwsgi-0.9.6.5-alt-no-Werror.patch): + /usr/bin/patch -p1 patching file uwsgiconfig.py + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.24404 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd uwsgi-0.9.6.5 + make make: Entering directory `/usr/src/RPM/BUILD/uwsgi-0.9.6.5' python uwsgiconfig.py --build In file included from utils.c:1:0: uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from pyutils.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from pyloader.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from protocol.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from socket.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from logging.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from master.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ *** uWSGI compiling *** i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o utils.o utils.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o pyutils.o pyutils.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o pyloader.o pyloader.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o protocol.o protocol.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o socket.o socket.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o logging.o logging.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o master.o master.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGIn file included from wsgi_handlers.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from wsgi_subhandler.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from wsgi_headers.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from uwsgi_handlers.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from plugins.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ uwsgi.c: In function 'uwsgi_eval_config': uwsgi.c:1709:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^~~ uwsgi.c: In function 'uwsgi_wsgi_file_config': uwsgi.c:1780:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^~~ In file included from uwsgi.c:32:0: uwsgi.c: At top level: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from uwsgi_pymodule.c:3:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ I_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o wsgi_handlers.o wsgi_handlers.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o wsgi_subhandler.o wsgi_subhandler.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o wsgi_headers.o wsgi_headers.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o uwsgi_handlers.o uwsgi_handlers.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o plugins.o plugins.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o main.o uwsgi.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o uwsgi_pymodule.o uwsgi_pymodule.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 In file included from async.c:3:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ In file included from nagios.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from ini.c:3:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from proxy.c:15:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ http.c: In function 'http_wait_end': http.c:34:8: warning: variable 'wp_p' set but not used [-Wunused-but-set-variable] pid_t wp_p; ^~~~ In file included from http.c:1:0: http.c: At top level: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from snmp.c:3:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from sendfile.c:3:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from xmlconf.c:3:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o async.o async.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o nagios.o nagios.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o ini.o ini.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o proxy.o proxy.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o http.o http.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o snmp.o snmp.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o sendfile.o sendfile.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o xmlconf.o xmlconf.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/incluIn file included from spooler.c:2:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ In file included from web3_subhandler.c:1:0: uwsgi.h:1178:12: warning: inline function 'uwsgi_strncmp' declared but never defined inline int uwsgi_strncmp(char *, int , char *, int ); ^~~~~~~~~~~~~ uwsgi.h:1076:29: warning: inline function 'current_wsgi_req' declared but never defined inline struct wsgi_request *current_wsgi_req(struct uwsgi_server *); ^~~~~~~~~~~~~~~~ uwsgi.h:981:29: warning: inline function 'next_wsgi_req' declared but never defined inline struct wsgi_request *next_wsgi_req(struct uwsgi_server *, struct wsgi_request *); ^~~~~~~~~~~~~ main.o: In function `warn_pipe': uwsgi.c:(.text+0x99): undefined reference to `current_wsgi_req' main.o: In function `what_i_am_doing': uwsgi.c:(.text+0x1db): undefined reference to `current_wsgi_req' protocol.o: In function `uwsgi_parse_vars': protocol.c:(.text+0xa6b): undefined reference to `uwsgi_strncmp' protocol.c:(.text+0xb2c): undefined reference to `uwsgi_strncmp' protocol.c:(.text+0xb79): undefined reference to `uwsgi_strncmp' protocol.c:(.text+0xbd9): undefined reference to `uwsgi_strncmp' protocol.c:(.text+0xc1f): undefined reference to `uwsgi_strncmp' protocol.o:protocol.c:(.text+0xc65): more undefined references to `uwsgi_strncmp' follow wsgi_handlers.o: In function `py_uwsgi_write': wsgi_handlers.c:(.text+0xd): undefined reference to `current_wsgi_req' wsgi_handlers.o: In function `py_eventfd_read': wsgi_handlers.c:(.text+0xca): undefined reference to `current_wsgi_req' wsgi_handlers.o: In function `py_eventfd_write': wsgi_handlers.c:(.text+0x14a): undefined reference to `current_wsgi_req' wsgi_headers.o: In function `py_uwsgi_spit': wsgi_headers.c:(.text+0x11): undefined reference to `current_wsgi_req' uwsgi_pymodule.o: In function `py_uwsgi_disconnect': uwsgi_pymodule.c:(.text+0x158a): undefined reference to `current_wsgi_req' uwsgi_pymodule.o:uwsgi_pymodule.c:(.text+0x185b): more undefined references to `current_wsgi_req' follow collect2: error: ld returned 1 exit status de/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o spooler.o spooler.c i586-alt-linux-gcc -pthread -c -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I/usr/include/python2.7 -I/usr/include/python2.7 -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_NAGIOS -DUWSGI_INI -DUWSGI_PROXY -DUWSGI_HTTP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_PASTE -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_WEB3 -o web3_subhandler.o web3_subhandler.c *** uWSGI linking *** i586-alt-linux-gcc -pthread -o uwsgi utils.o pyutils.o pyloader.o protocol.o socket.o logging.o master.o wsgi_handlers.o wsgi_subhandler.o wsgi_headers.o uwsgi_handlers.o plugins.o main.o uwsgi_pymodule.o async.o nagios.o ini.o proxy.o http.o snmp.o sendfile.o xmlconf.o spooler.o web3_subhandler.o -lpthread -rdynamic -lpthread -ldl -lutil -lm -lpython2.7 -lxml2 -ldl *** error linking uWSGI *** make: *** [all] Error 1 make: Leaving directory `/usr/src/RPM/BUILD/uwsgi-0.9.6.5' error: Bad exit status from /usr/src/tmp/rpm-tmp.24404 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.24404 (%build) Command exited with non-zero status 1 6.58user 0.79system 0:07.38elapsed 99%CPU (0avgtext+0avgdata 34924maxresident)k 0inputs+0outputs (0major+145358minor)pagefaults 0swaps hsh-rebuild: rebuild of `uwsgi-0.9.6.5-alt1.2.qa1.src.rpm' failed. Command exited with non-zero status 1 26.17user 5.45system 0:31.00elapsed 101%CPU (0avgtext+0avgdata 134108maxresident)k 0inputs+0outputs (0major+427040minor)pagefaults 0swaps