* Package: www-apache/mod_wsgi-3.3  * Repository: gentoo  * Maintainer: djc@gentoo.org apache  * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU  * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking mod_wsgi-3.3.tar.gz to /var/tmp/portage/www-apache/mod_wsgi-3.3/work >>> Source unpacked in /var/tmp/portage/www-apache/mod_wsgi-3.3/work >>> Preparing source in /var/tmp/portage/www-apache/mod_wsgi-3.3/work/mod_wsgi-3.3 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/www-apache/mod_wsgi-3.3/work/mod_wsgi-3.3 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-apxs=/usr/sbin/apxs2 checking Apache version... 2.2.17 checking for python... /usr/bin/python configure: creating ./config.status config.status: creating Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/www-apache/mod_wsgi-3.3/work/mod_wsgi-3.3 ... make -j2 /usr/sbin/apxs2 -c -I/usr/include/python3.2 -DNDEBUG -Wc,-march=core2 -Wc,-O2 -Wc,-fno-ident -Wc,-pipe -Wc,-Wall -Wc,-Werror=implicit-function-declaration -Wc,-Wpointer-sign mod_wsgi.c -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -Wl,--hash-style=gnu -Wl,--sort-common -L/usr/lib64 -L/usr/lib64/python3.2/config -lpython3.2 -lpthread -ldl -lutil -lm /usr/bin/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -march=core2 -O2 -fno-ident -pipe -Wall -Wpointer-sign -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/db5.1 -march=core2 -O2 -fno-ident -pipe -Wall -Werror=implicit-function-declaration -Wpointer-sign -I/usr/include/python3.2 -DNDEBUG -c -o mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo In file included from /usr/include/python3.2/Python.h:8:0, from mod_wsgi.c:135: /usr/include/python3.2/pyconfig.h:1173:0: warning: "_POSIX_C_SOURCE" redefined /usr/include/features.h:162:0: note: this is the location of the previous definition /usr/include/python3.2/pyconfig.h:1195:0: warning: "_XOPEN_SOURCE" redefined /usr/include/features.h:164:0: note: this is the location of the previous definition mod_wsgi.c: In function ‘wsgi_server_group’: mod_wsgi.c:949:17: warning: unused variable ‘value’ mod_wsgi.c: In function ‘Log_isatty’: mod_wsgi.c:1606:15: warning: unused variable ‘result’ mod_wsgi.c: In function ‘Log_writelines’: mod_wsgi.c:1743:17: warning: unused variable ‘msg’ mod_wsgi.c: In function ‘Adapter_output’: mod_wsgi.c:3022:9: warning: unused variable ‘n’ mod_wsgi.c: In function ‘Adapter_environ’: mod_wsgi.c:3601:9: error: implicit declaration of function ‘PyCObject_FromVoidPtr’ mod_wsgi.c:3601:16: warning: assignment makes pointer from integer without a cast mod_wsgi.c: In function ‘Adapter_file_wrapper’: mod_wsgi.c:4036:15: warning: unused variable ‘result’ mod_wsgi.c: In function ‘wsgi_python_term’: mod_wsgi.c:5643:20: warning: unused variable ‘tstate’ mod_wsgi.c:5642:25: warning: unused variable ‘interp’ mod_wsgi.c: In function ‘wsgi_python_child_init’: mod_wsgi.c:6792:17: warning: unused variable ‘l’ mod_wsgi.c:6690:25: warning: unused variable ‘interp’ mod_wsgi.c: In function ‘wsgi_add_import_script’: mod_wsgi.c:7443:17: warning: unused variable ‘error’ mod_wsgi.c: In function ‘wsgi_add_handler_script’: mod_wsgi.c:7891:26: warning: unused variable ‘dconfig’ mod_wsgi.c:7890:23: warning: unused variable ‘sconfig’ mod_wsgi.c: In function ‘Dispatch_environ’: mod_wsgi.c:8372:16: warning: assignment makes pointer from integer without a cast mod_wsgi.c: In function ‘wsgi_hook_handler’: mod_wsgi.c:8937:13: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8939:13: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8941:13: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8945:39: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8965:13: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8967:13: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8970:13: warning: suggest parentheses around assignment used as truth value mod_wsgi.c: In function ‘wsgi_daemon_worker’: mod_wsgi.c:10279:20: warning: unused variable ‘duration’ mod_wsgi.c:10278:20: warning: unused variable ‘start’ mod_wsgi.c: In function ‘wsgi_hook_daemon_handler’: mod_wsgi.c:12499:9: warning: unused variable ‘i’ mod_wsgi.c:12497:30: warning: unused variable ‘elts’ mod_wsgi.c:12496:31: warning: unused variable ‘head’ mod_wsgi.c: In function ‘Auth_environ’: mod_wsgi.c:13375:16: warning: assignment makes pointer from integer without a cast mod_wsgi.c: At top level: mod_wsgi.c:7152:20: warning: ‘wsgi_set_py3k_warning_flag’ defined but not used mod_wsgi.c:7854:20: warning: ‘wsgi_set_user_authoritative’ defined but not used mod_wsgi.c:14413:12: warning: ‘wsgi_hook_check_user_id’ defined but not used apxs:Error: Command failed with rc=65536 . make: *** [mod_wsgi.la] Error 1 emake failed * ERROR: www-apache/mod_wsgi-3.3 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 942: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =www-apache/mod_wsgi-3.3', * the complete build log and the output of 'emerge -pqv =www-apache/mod_wsgi-3.3'. * The complete build log is located at '/var/log/portage/build/www-apache/mod_wsgi-3.3:20110422-214026.log'. * The ebuild environment file is located at '/var/tmp/portage/www-apache/mod_wsgi-3.3/temp/environment'. * S: '/var/tmp/portage/www-apache/mod_wsgi-3.3/work/mod_wsgi-3.3'