* Package: www-servers/nginx-0.8.53 * Repository: gentoo * Maintainer: hollow@gentoo.org dev-zero@gentoo.org * USE: amd64 elibc_glibc http http-cache ipv6 kernel_linux multilib nginx_modules_http_access nginx_modules_http_addition nginx_modules_http_auth_basic nginx_modules_http_autoindex nginx_modules_http_browser nginx_modules_http_cache_purge nginx_modules_http_charset nginx_modules_http_dav nginx_modules_http_degradation nginx_modules_http_empty_gif nginx_modules_http_fastcgi nginx_modules_http_flv nginx_modules_http_geo nginx_modules_http_geoip nginx_modules_http_gzip nginx_modules_http_gzip_static nginx_modules_http_headers_more nginx_modules_http_image_filter nginx_modules_http_limit_req nginx_modules_http_limit_zone nginx_modules_http_map nginx_modules_http_memcached nginx_modules_http_passenger nginx_modules_http_perl nginx_modules_http_proxy nginx_modules_http_push nginx_modules_http_random_index nginx_modules_http_realip nginx_modules_http_referer nginx_modules_http_rewrite nginx_modules_http_scgi nginx_modules_http_secure_link nginx_modules_http_split_clients nginx_modules_http_ssi nginx_modules_http_stub_status nginx_modules_http_sub nginx_modules_http_upstream_ip_hash nginx_modules_http_userid nginx_modules_http_uwsgi nginx_modules_http_xslt nginx_modules_mail_imap nginx_modules_mail_pop3 nginx_modules_mail_smtp pcre ruby_targets_ruby18 ssl userland_GNU * Creating nginx user and group ... * Adding group 'nginx' to your system ... * - Groupid: next available * Adding user 'nginx' to your system ... * - Userid: 115 * - Shell: /sbin/nologin * - Home: /dev/null * - Groups: nginx [ ok ] * Note that ipv6 support in nginx is still experimental. * Be sure to read comments on gentoo bug #274614 * http://bugs.gentoo.org/show_bug.cgi?id=274614 >>> Unpacking source... >>> Unpacking nginx-0.8.53.tar.gz to /tmp/portage/www-servers/nginx-0.8.53/work >>> Unpacking ngx-http-headers-more-0.13.tar.gz to /tmp/portage/www-servers/nginx-0.8.53/work >>> Unpacking passenger-2.2.15.tar.gz to /tmp/portage/www-servers/nginx-0.8.53/work >>> Unpacking nginx_http_push_module-0.692.tar.gz to /tmp/portage/www-servers/nginx-0.8.53/work >>> Unpacking ngx_cache_purge-1.2.tar.gz to /tmp/portage/www-servers/nginx-0.8.53/work >>> Source unpacked in /tmp/portage/www-servers/nginx-0.8.53/work >>> Preparing source in /tmp/portage/www-servers/nginx-0.8.53/work/nginx-0.8.53 ... * Applying passenger-CFLAGS.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /tmp/portage/www-servers/nginx-0.8.53/work/nginx-0.8.53 ... checking for OS + Linux 2.6.36-gentoo-r5 x86_64 checking for C compiler ... found + using GNU C compiler checking for --with-ld-opt="-L/usr/lib" ... found checking for gcc builtin atomic operations ... found checking for C99 variadic macros ... found checking for gcc variadic macros ... found checking for unistd.h ... found checking for inttypes.h ... found checking for limits.h ... found checking for sys/filio.h ... not found checking for sys/param.h ... found checking for sys/mount.h ... found checking for sys/statvfs.h ... found checking for crypt.h ... found checking for Linux specific features checking for epoll ... found checking for sendfile() ... found checking for sendfile64() ... found checking for sys/prctl.h ... found checking for prctl(PR_SET_DUMPABLE) ... found checking for sched_setaffinity() ... found checking for crypt_r() ... found checking for sys/vfs.h ... found checking for poll() ... found checking for /dev/poll ... not found checking for kqueue ... not found checking for crypt() ... not found checking for crypt() in libcrypt ... found checking for F_READAHEAD ... not found checking for posix_fadvise() ... found checking for O_DIRECT ... found checking for F_NOCACHE ... not found checking for directio() ... not found checking for statfs() ... found checking for statvfs() ... found checking for dlopen() ... not found checking for dlopen() in libdl ... found checking for sched_yield() ... found checking for SO_SETFIB ... not found configuring additional modules adding module in /tmp/portage/www-servers/nginx-0.8.53/work/agentzh-headers-more-nginx-module-9508330 + ngx_http_headers_more_filter_module was configured adding module in /tmp/portage/www-servers/nginx-0.8.53/work/passenger-2.2.15/ext/nginx *** The Phusion Passenger support files are not yet compiled. Compiling them for you... *** *** Running 'rake nginx' in /tmp/portage/www-servers/nginx-0.8.53/work/passenger-2.2.15/ext/nginx... *** (in /tmp/portage/www-servers/nginx-0.8.53/work/passenger-2.2.15) mkdir -p ext/nginx/libboost_oxt/boost g++ -Iext -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libboost_oxt/boost/thread.o -c ext/boost/src/pthread/thread.cpp g++ -Iext -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libboost_oxt/boost/once.o -c ext/boost/src/pthread/once.cpp g++ -Iext -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libboost_oxt/boost/exceptions.o -c ext/boost/src/pthread/exceptions.cpp mkdir -p ext/nginx/libboost_oxt/oxt g++ -Iext -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libboost_oxt/oxt/tracable_exception.o -c ext/oxt/tracable_exception.cpp g++ -Iext -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libboost_oxt/oxt/thread.o -c ext/oxt/thread.cpp g++ -Iext -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libboost_oxt/oxt/system_calls.o -c ext/oxt/system_calls.cpp g++ -Iext -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libboost_oxt/oxt/backtrace.o -c ext/oxt/backtrace.cpp mkdir -p ext/nginx/libboost_oxt/boost ext/nginx/libboost_oxt/oxt rm -rf ext/nginx/libboost_oxt.a ar cru ext/nginx/libboost_oxt.a ext/nginx/libboost_oxt/boost/*.o ext/nginx/libboost_oxt/oxt/*.o ranlib ext/nginx/libboost_oxt.a mkdir -p ext/nginx/libpassenger_common g++ -Iext -Iext/common -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libpassenger_common/Utils.o -c ext/common/Utils.cpp g++ -Iext -Iext/common -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libpassenger_common/Logging.o -c ext/common/Logging.cpp g++ -Iext -Iext/common -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libpassenger_common/SystemTime.o -c ext/common/SystemTime.cpp g++ -Iext -Iext/common -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libpassenger_common/CachedFileStat.o -c ext/common/CachedFileStat.cpp g++ -Iext -Iext/common -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS -o ext/nginx/libpassenger_common/Base64.o -c ext/common/Base64.cpp mkdir -p ext/nginx/libpassenger_common rm -rf ext/nginx/libpassenger_common.a ar cru ext/nginx/libpassenger_common.a ext/nginx/libpassenger_common/*.o ranlib ext/nginx/libpassenger_common.a g++ ext/nginx/HelperServer.cpp -o ext/nginx/HelperServer -Iext -Iext/common -D_REENTRANT -I/usr/local/include -Wall -march=core2 -O2 -DNDEBUG -DBOOST_DISABLE_ASSERTS ext/nginx/libpassenger_common.a ext/nginx/libboost_oxt.a -lpthread In file included from ext/common/Application.h:44, from ext/common/ApplicationPool.h:31, from ext/common/StandardApplicationPool.h:54, from ext/nginx/HelperServer.cpp:48: ext/common/MessageChannel.h: In member function 'int Passenger::MessageChannel::readFileDescriptor(bool)': ext/common/MessageChannel.h:581: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ext/boost/function/detail/prologue.hpp:17, from ext/boost/function.hpp:24, from ext/boost/thread/pthread/thread.hpp:13, from ext/boost/thread/thread.hpp:17, from ext/boost/thread.hpp:12, from ext/nginx/HelperServer.cpp:40: ext/boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, Allocator = std::allocator]': ext/boost/function/function_base.hpp:381: instantiated from 'static void boost::detail::function::functor_manager::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, Allocator = std::allocator]' ext/boost/function/function_base.hpp:408: instantiated from 'static void boost::detail::function::functor_manager::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, Allocator = std::allocator]' ext/boost/function/function_template.hpp:787: instantiated from 'void boost::function0::assign_to(const Functor&) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, R = void, Allocator = std::allocator]' ext/boost/function/function_template.hpp:624: instantiated from 'boost::function0::function0(Functor, typename boost::enable_if_c::type) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, R = void, Allocator = std::allocator]' ext/boost/function/function_template.hpp:886: instantiated from 'boost::function::function(Functor, typename boost::enable_if_c::type) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, R = void, Allocator = std::allocator]' ext/common/StandardApplicationPool.h:640: instantiated from here ext/boost/function/function_base.hpp:302: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, Allocator = std::allocator]': ext/boost/function/function_base.hpp:381: instantiated from 'static void boost::detail::function::functor_manager::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, Allocator = std::allocator]' ext/boost/function/function_base.hpp:408: instantiated from 'static void boost::detail::function::functor_manager::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, Allocator = std::allocator]' ext/boost/function/function_template.hpp:787: instantiated from 'void boost::function0::assign_to(const Functor&) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, R = void, Allocator = std::allocator]' ext/boost/function/function_template.hpp:624: instantiated from 'boost::function0::function0(Functor, typename boost::enable_if_c::type) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, R = void, Allocator = std::allocator]' ext/boost/function/function_template.hpp:886: instantiated from 'boost::function::function(Functor, typename boost::enable_if_c::type) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, R = void, Allocator = std::allocator]' ext/common/ApplicationPoolStatusReporter.h:296: instantiated from here ext/boost/function/function_base.hpp:302: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, Allocator = std::allocator]': ext/boost/function/function_base.hpp:381: instantiated from 'static void boost::detail::function::functor_manager::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, Allocator = std::allocator]' ext/boost/function/function_base.hpp:408: instantiated from 'static void boost::detail::function::functor_manager::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, Allocator = std::allocator]' ext/boost/function/function_template.hpp:787: instantiated from 'void boost::function0::assign_to(const Functor&) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, R = void, Allocator = std::allocator]' ext/boost/function/function_template.hpp:624: instantiated from 'boost::function0::function0(Functor, typename boost::enable_if_c::type) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, R = void, Allocator = std::allocator]' ext/boost/function/function_template.hpp:886: instantiated from 'boost::function::function(Functor, typename boost::enable_if_c::type) [with Functor = boost::_bi::bind_t, boost::_bi::list1 > >, R = void, Allocator = std::allocator]' ext/nginx/HelperServer.cpp:561: instantiated from here ext/boost/function/function_base.hpp:302: warning: dereferencing type-punned pointer will break strict-aliasing rules cd ext/phusion_passenger && /usr/bin/ruby18 extconf.rb creating Makefile cd ext/phusion_passenger && make x86_64-pc-linux-gnu-gcc -I. -I/usr/lib64/ruby/1.8/x86_64-linux -I/usr/lib64/ruby/1.8/x86_64-linux -I. -fPIC -march=core2 -O2 -fno-strict-aliasing -fPIC -c native_support.c x86_64-pc-linux-gnu-gcc -shared -o native_support.so native_support.o -L. -L/usr/lib64 -Wl,-R/usr/lib64 -L. -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby18 *** Phusion Passenger support files have been successfully compiled. *** + ngx_http_passenger_module was configured adding module in /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692 checking for http_push_module ... found + ngx_http_push_module was configured adding module in /tmp/portage/www-servers/nginx-0.8.53/work/ngx_cache_purge-1.2 + ngx_http_cache_purge_module was configured checking for PCRE library ... found checking for OpenSSL library ... found checking for zlib library ... found checking for libxslt ... found checking for libexslt ... found checking for GD library ... found checking for perl + perl version: This is perl 5, version 12, subversion 2 (v5.12.2) built for x86_64-linux checking for GeoIP library ... found creating objs/Makefile checking for int size ... 4 bytes checking for long size ... 8 bytes checking for long long size ... 8 bytes checking for void * size ... 8 bytes checking for uint64_t ... found checking for sig_atomic_t ... found checking for sig_atomic_t size ... 4 bytes checking for socklen_t ... found checking for in_addr_t ... found checking for in_port_t ... found checking for rlim_t ... found checking for uintptr_t ... uintptr_t found checking for system endianess ... little endianess checking for size_t size ... 8 bytes checking for off_t size ... 8 bytes checking for time_t size ... 8 bytes checking for AF_INET6 ... found checking for setproctitle() ... not found checking for pread() ... found checking for pwrite() ... found checking for strerror_r() ... found but is not working checking for gnu style strerror_r() ... found checking for sys_errlist[] ... found checking for localtime_r() ... found checking for posix_memalign() ... found checking for memalign() ... found checking for mmap(MAP_ANON|MAP_SHARED) ... found checking for mmap("/dev/zero", MAP_SHARED) ... found checking for System V shared memory ... found checking for struct msghdr.msg_control ... found checking for ioctl(FIONBIO) ... found checking for struct tm.tm_gmtoff ... found checking for struct dirent.d_namlen ... not found checking for struct dirent.d_type ... found Configuration summary + using system PCRE library + using system OpenSSL library + md5: using OpenSSL library + sha1 library is not used + using system zlib library nginx path prefix: "/usr" nginx binary file: "/usr/sbin/nginx" nginx configuration prefix: "/etc/nginx" nginx configuration file: "/etc/nginx/nginx.conf" nginx pid file: "/var/run/nginx.pid" nginx error log file: "/var/log/nginx/error_log" nginx http access log file: "/var/log/nginx/access_log" nginx http client request body temporary files: "/var/tmp/nginx/client" nginx http proxy temporary files: "/var/tmp/nginx/proxy" nginx http fastcgi temporary files: "/var/tmp/nginx/fastcgi" nginx http uwsgi temporary files: "/var/tmp/nginx/uwsgi" nginx http scgi temporary files: "/var/tmp/nginx/scgi" >>> Source configured. >>> Compiling source in /tmp/portage/www-servers/nginx-0.8.53/work/nginx-0.8.53 ... make -j5 'LINK=x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' make -f objs/Makefile make[1]: Entering directory `/tmp/portage/www-servers/nginx-0.8.53/work/nginx-0.8.53' x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/nginx.o \ src/core/nginx.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_log.o \ src/core/ngx_log.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_palloc.o \ src/core/ngx_palloc.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_array.o \ src/core/ngx_array.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_list.o \ src/core/ngx_list.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_hash.o \ src/core/ngx_hash.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_buf.o \ src/core/ngx_buf.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_queue.o \ src/core/ngx_queue.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_output_chain.o \ src/core/ngx_output_chain.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_string.o \ src/core/ngx_string.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_parse.o \ src/core/ngx_parse.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_inet.o \ src/core/ngx_inet.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_file.o \ src/core/ngx_file.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_crc32.o \ src/core/ngx_crc32.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_rbtree.o \ src/core/ngx_rbtree.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_radix_tree.o \ src/core/ngx_radix_tree.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_slab.o \ src/core/ngx_slab.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_times.o \ src/core/ngx_times.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_shmtx.o \ src/core/ngx_shmtx.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_connection.o \ src/core/ngx_connection.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_cycle.o \ src/core/ngx_cycle.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_spinlock.o \ src/core/ngx_spinlock.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_cpuinfo.o \ src/core/ngx_cpuinfo.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_conf_file.o \ src/core/ngx_conf_file.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_resolver.o \ src/core/ngx_resolver.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_open_file_cache.o \ src/core/ngx_open_file_cache.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/event/ngx_event.o \ src/event/ngx_event.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/event/ngx_event_timer.o \ src/event/ngx_event_timer.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/event/ngx_event_posted.o \ src/event/ngx_event_posted.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/event/ngx_event_busy_lock.o \ src/event/ngx_event_busy_lock.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/event/ngx_event_accept.o \ src/event/ngx_event_accept.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/event/ngx_event_connect.o \ src/event/ngx_event_connect.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/event/ngx_event_pipe.o \ src/event/ngx_event_pipe.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_time.o \ src/os/unix/ngx_time.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_errno.o \ src/os/unix/ngx_errno.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_alloc.o \ src/os/unix/ngx_alloc.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_files.o \ src/os/unix/ngx_files.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_socket.o \ src/os/unix/ngx_socket.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_recv.o \ src/os/unix/ngx_recv.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_readv_chain.o \ src/os/unix/ngx_readv_chain.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_udp_recv.o \ src/os/unix/ngx_udp_recv.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_send.o \ src/os/unix/ngx_send.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_writev_chain.o \ src/os/unix/ngx_writev_chain.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_channel.o \ src/os/unix/ngx_channel.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_shmem.o \ src/os/unix/ngx_shmem.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_process.o \ src/os/unix/ngx_process.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_daemon.o \ src/os/unix/ngx_daemon.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_setproctitle.o \ src/os/unix/ngx_setproctitle.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_posix_init.o \ src/os/unix/ngx_posix_init.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_user.o \ src/os/unix/ngx_user.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_process_cycle.o \ src/os/unix/ngx_process_cycle.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_linux_init.o \ src/os/unix/ngx_linux_init.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/event/modules/ngx_epoll_module.o \ src/event/modules/ngx_epoll_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/os/unix/ngx_linux_sendfile_chain.o \ src/os/unix/ngx_linux_sendfile_chain.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/event/ngx_event_openssl.o \ src/event/ngx_event_openssl.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/src/core/ngx_regex.o \ src/core/ngx_regex.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http.o \ src/http/ngx_http.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_core_module.o \ src/http/ngx_http_core_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_special_response.o \ src/http/ngx_http_special_response.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_request.o \ src/http/ngx_http_request.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_parse.o \ src/http/ngx_http_parse.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_header_filter_module.o \ src/http/ngx_http_header_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_write_filter_module.o \ src/http/ngx_http_write_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_copy_filter_module.o \ src/http/ngx_http_copy_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_log_module.o \ src/http/modules/ngx_http_log_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_request_body.o \ src/http/ngx_http_request_body.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_variables.o \ src/http/ngx_http_variables.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_script.o \ src/http/ngx_http_script.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_upstream.o \ src/http/ngx_http_upstream.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_upstream_round_robin.o \ src/http/ngx_http_upstream_round_robin.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_parse_time.o \ src/http/ngx_http_parse_time.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_static_module.o \ src/http/modules/ngx_http_static_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_index_module.o \ src/http/modules/ngx_http_index_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_chunked_filter_module.o \ src/http/modules/ngx_http_chunked_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_range_filter_module.o \ src/http/modules/ngx_http_range_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_headers_filter_module.o \ src/http/modules/ngx_http_headers_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \ src/http/modules/ngx_http_not_modified_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_busy_lock.o \ src/http/ngx_http_busy_lock.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_file_cache.o \ src/http/ngx_http_file_cache.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_gzip_filter_module.o \ src/http/modules/ngx_http_gzip_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/ngx_http_postpone_filter_module.o \ src/http/ngx_http_postpone_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_ssi_filter_module.o \ src/http/modules/ngx_http_ssi_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_charset_filter_module.o \ src/http/modules/ngx_http_charset_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_xslt_filter_module.o \ src/http/modules/ngx_http_xslt_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_image_filter_module.o \ src/http/modules/ngx_http_image_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_sub_filter_module.o \ src/http/modules/ngx_http_sub_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_addition_filter_module.o \ src/http/modules/ngx_http_addition_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_userid_filter_module.o \ src/http/modules/ngx_http_userid_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_gzip_static_module.o \ src/http/modules/ngx_http_gzip_static_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_dav_module.o \ src/http/modules/ngx_http_dav_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_autoindex_module.o \ src/http/modules/ngx_http_autoindex_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_random_index_module.o \ src/http/modules/ngx_http_random_index_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_auth_basic_module.o \ src/http/modules/ngx_http_auth_basic_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_access_module.o \ src/http/modules/ngx_http_access_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_limit_zone_module.o \ src/http/modules/ngx_http_limit_zone_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_limit_req_module.o \ src/http/modules/ngx_http_limit_req_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_realip_module.o \ src/http/modules/ngx_http_realip_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_geo_module.o \ src/http/modules/ngx_http_geo_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_geoip_module.o \ src/http/modules/ngx_http_geoip_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_map_module.o \ src/http/modules/ngx_http_map_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_split_clients_module.o \ src/http/modules/ngx_http_split_clients_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_referer_module.o \ src/http/modules/ngx_http_referer_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_rewrite_module.o \ src/http/modules/ngx_http_rewrite_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_ssl_module.o \ src/http/modules/ngx_http_ssl_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_proxy_module.o \ src/http/modules/ngx_http_proxy_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_fastcgi_module.o \ src/http/modules/ngx_http_fastcgi_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_uwsgi_module.o \ src/http/modules/ngx_http_uwsgi_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_scgi_module.o \ src/http/modules/ngx_http_scgi_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.12.2/x86_64-linux/CORE -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/perl/ngx_http_perl_module.o \ src/http/modules/perl/ngx_http_perl_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_memcached_module.o \ src/http/modules/ngx_http_memcached_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_empty_gif_module.o \ src/http/modules/ngx_http_empty_gif_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_browser_module.o \ src/http/modules/ngx_http_browser_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_secure_link_module.o \ src/http/modules/ngx_http_secure_link_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_degradation_module.o \ src/http/modules/ngx_http_degradation_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_flv_module.o \ src/http/modules/ngx_http_flv_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ src/http/modules/ngx_http_upstream_ip_hash_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl \ -o objs/src/http/modules/ngx_http_stub_status_module.o \ src/http/modules/ngx_http_stub_status_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail.o \ src/mail/ngx_mail.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_core_module.o \ src/mail/ngx_mail_core_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_handler.o \ src/mail/ngx_mail_handler.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_parse.o \ src/mail/ngx_mail_parse.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_ssl_module.o \ src/mail/ngx_mail_ssl_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_pop3_module.o \ src/mail/ngx_mail_pop3_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_pop3_handler.o \ src/mail/ngx_mail_pop3_handler.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_imap_module.o \ src/mail/ngx_mail_imap_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_imap_handler.o \ src/mail/ngx_mail_imap_handler.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_smtp_module.o \ src/mail/ngx_mail_smtp_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_smtp_handler.o \ src/mail/ngx_mail_smtp_handler.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_auth_http_module.o \ src/mail/ngx_mail_auth_http_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/mail \ -o objs/src/mail/ngx_mail_proxy_module.o \ src/mail/ngx_mail_proxy_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl -I src/mail \ -o objs/addon/src/ngx_http_headers_more_filter_module.o \ /tmp/portage/www-servers/nginx-0.8.53/work/agentzh-headers-more-nginx-module-9508330/src/ngx_http_headers_more_filter_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl -I src/mail \ -o objs/addon/src/ngx_http_headers_more_output_headers.o \ /tmp/portage/www-servers/nginx-0.8.53/work/agentzh-headers-more-nginx-module-9508330/src/ngx_http_headers_more_output_headers.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl -I src/mail \ -o objs/addon/src/ngx_http_headers_more_input_headers.o \ /tmp/portage/www-servers/nginx-0.8.53/work/agentzh-headers-more-nginx-module-9508330/src/ngx_http_headers_more_input_headers.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl -I src/mail \ -o objs/addon/src/ngx_http_headers_more_util.o \ /tmp/portage/www-servers/nginx-0.8.53/work/agentzh-headers-more-nginx-module-9508330/src/ngx_http_headers_more_util.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl -I src/mail \ -o objs/addon/nginx/ngx_http_passenger_module.o \ /tmp/portage/www-servers/nginx-0.8.53/work/passenger-2.2.15/ext/nginx/ngx_http_passenger_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl -I src/mail \ -o objs/addon/nginx/Configuration.o \ /tmp/portage/www-servers/nginx-0.8.53/work/passenger-2.2.15/ext/nginx/Configuration.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl -I src/mail \ -o objs/addon/nginx/ContentHandler.o \ /tmp/portage/www-servers/nginx-0.8.53/work/passenger-2.2.15/ext/nginx/ContentHandler.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl -I src/mail \ -o objs/addon/nginx/StaticContentHandler.o \ /tmp/portage/www-servers/nginx-0.8.53/work/passenger-2.2.15/ext/nginx/StaticContentHandler.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl -I src/mail \ -o objs/addon/src/ngx_http_push_module.o \ /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src/ngx_http_push_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/modules/perl -I src/mail \ -o objs/addon/ngx_cache_purge-1.2/ngx_cache_purge_module.o \ /tmp/portage/www-servers/nginx-0.8.53/work/ngx_cache_purge-1.2/ngx_cache_purge_module.c x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -I/usr/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /tmp/portage/www-servers/nginx-0.8.53/work/nginx_http_push_module-0.692/src -I /usr/include/libxml2 -I objs \ -o objs/ngx_modules.o \ objs/ngx_modules.c cp -p src/http/modules/perl/nginx.* objs/src/http/modules/perl/ cp -p src/http/modules/perl/typemap objs/src/http/modules/perl/ cp -p src/http/modules/perl/Makefile.PL objs/src/http/modules/perl/ cd objs/src/http/modules/perl && NGX_PM_CFLAGS="-fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.12.2/x86_64-linux/CORE -g -I/usr/include" NGX_PCRE=YES NGX_OBJS=objs perl Makefile.PL LIB= INSTALLSITEMAN3DIR= Writing Makefile for nginx cp -p src/http/modules/perl/nginx.* objs/src/http/modules/perl/ cd objs/src/http/modules/perl && make make[2]: Entering directory `/tmp/portage/www-servers/nginx-0.8.53/work/nginx-0.8.53/objs/src/http/modules/perl' /usr/bin/perl5.12.2 /usr/lib64/perl5/vendor_perl/5.12.2/ExtUtils/xsubpp -typemap /usr/lib64/perl5/5.12.2/ExtUtils/typemap -typemap typemap nginx.xs > nginx.xsc && mv nginx.xsc nginx.c Running Mkbootstrap for nginx () chmod 644 nginx.bs cp nginx.bs blib/arch/auto/nginx/nginx.bs chmod 644 blib/arch/auto/nginx/nginx.bs cp nginx.pm blib/lib/nginx.pm Please specify prototyping behavior for nginx.xs (see perlxs manual) x86_64-pc-linux-gnu-gcc -c -I ../../../../../src/core -I ../../../../../src/event -I ../../../../../src/os/unix -I ../../../../../src/http -I ../../../../../src/http/modules -I ../../../../../src/http/modules/perl -I ../../../../../objs -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/5.12.2/x86_64-linux/CORE -g -I/usr/include -O -DVERSION=\"0.8.53\" -DXS_VERSION=\"0.8.53\" -fPIC "-I/usr/lib64/perl5/5.12.2/x86_64-linux/CORE" nginx.c rm -f blib/arch/auto/nginx/nginx.so x86_64-pc-linux-gnu-gcc -shared -march=core2 -O2 -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu nginx.o -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o blib/arch/auto/nginx/nginx.so \ \ chmod 755 blib/arch/auto/nginx/nginx.so Manifying blib/man3/nginx.3pm make[2]: Leaving directory `/tmp/portage/www-servers/nginx-0.8.53/work/nginx-0.8.53/objs/src/http/modules/perl' rm -rf objs/install_perl x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o objs/nginx \ objs/src/core/nginx.o \ objs/src/core/ngx_log.o \ objs/src/core/ngx_palloc.o \ objs/src/core/ngx_array.o \ objs/src/core/ngx_list.o \ objs/src/core/ngx_hash.o \ objs/src/core/ngx_buf.o \ objs/src/core/ngx_queue.o \ objs/src/core/ngx_output_chain.o \ objs/src/core/ngx_string.o \ objs/src/core/ngx_parse.o \ objs/src/core/ngx_inet.o \ objs/src/core/ngx_file.o \ objs/src/core/ngx_crc32.o \ objs/src/core/ngx_rbtree.o \ objs/src/core/ngx_radix_tree.o \ objs/src/core/ngx_slab.o \ objs/src/core/ngx_times.o \ objs/src/core/ngx_shmtx.o \ objs/src/core/ngx_connection.o \ objs/src/core/ngx_cycle.o \ objs/src/core/ngx_spinlock.o \ objs/src/core/ngx_cpuinfo.o \ objs/src/core/ngx_conf_file.o \ objs/src/core/ngx_resolver.o \ objs/src/core/ngx_open_file_cache.o \ objs/src/event/ngx_event.o \ objs/src/event/ngx_event_timer.o \ objs/src/event/ngx_event_posted.o \ objs/src/event/ngx_event_busy_lock.o \ objs/src/event/ngx_event_accept.o \ objs/src/event/ngx_event_connect.o \ objs/src/event/ngx_event_pipe.o \ objs/src/os/unix/ngx_time.o \ objs/src/os/unix/ngx_errno.o \ objs/src/os/unix/ngx_alloc.o \ objs/src/os/unix/ngx_files.o \ objs/src/os/unix/ngx_socket.o \ objs/src/os/unix/ngx_recv.o \ objs/src/os/unix/ngx_readv_chain.o \ objs/src/os/unix/ngx_udp_recv.o \ objs/src/os/unix/ngx_send.o \ objs/src/os/unix/ngx_writev_chain.o \ objs/src/os/unix/ngx_channel.o \ objs/src/os/unix/ngx_shmem.o \ objs/src/os/unix/ngx_process.o \ objs/src/os/unix/ngx_daemon.o \ objs/src/os/unix/ngx_setproctitle.o \ objs/src/os/unix/ngx_posix_init.o \ objs/src/os/unix/ngx_user.o \ objs/src/os/unix/ngx_process_cycle.o \ objs/src/os/unix/ngx_linux_init.o \ objs/src/event/modules/ngx_epoll_module.o \ objs/src/os/unix/ngx_linux_sendfile_chain.o \ objs/src/event/ngx_event_openssl.o \ objs/src/core/ngx_regex.o \ objs/src/http/ngx_http.o \ objs/src/http/ngx_http_core_module.o \ objs/src/http/ngx_http_special_response.o \ objs/src/http/ngx_http_request.o \ objs/src/http/ngx_http_parse.o \ objs/src/http/ngx_http_header_filter_module.o \ objs/src/http/ngx_http_write_filter_module.o \ objs/src/http/ngx_http_copy_filter_module.o \ objs/src/http/modules/ngx_http_log_module.o \ objs/src/http/ngx_http_request_body.o \ objs/src/http/ngx_http_variables.o \ objs/src/http/ngx_http_script.o \ objs/src/http/ngx_http_upstream.o \ objs/src/http/ngx_http_upstream_round_robin.o \ objs/src/http/ngx_http_parse_time.o \ objs/src/http/modules/ngx_http_static_module.o \ objs/src/http/modules/ngx_http_index_module.o \ objs/src/http/modules/ngx_http_chunked_filter_module.o \ objs/src/http/modules/ngx_http_range_filter_module.o \ objs/src/http/modules/ngx_http_headers_filter_module.o \ objs/src/http/modules/ngx_http_not_modified_filter_module.o \ objs/src/http/ngx_http_busy_lock.o \ objs/src/http/ngx_http_file_cache.o \ objs/src/http/modules/ngx_http_gzip_filter_module.o \ objs/src/http/ngx_http_postpone_filter_module.o \ objs/src/http/modules/ngx_http_ssi_filter_module.o \ objs/src/http/modules/ngx_http_charset_filter_module.o \ objs/src/http/modules/ngx_http_xslt_filter_module.o \ objs/src/http/modules/ngx_http_image_filter_module.o \ objs/src/http/modules/ngx_http_sub_filter_module.o \ objs/src/http/modules/ngx_http_addition_filter_module.o \ objs/src/http/modules/ngx_http_userid_filter_module.o \ objs/src/http/modules/ngx_http_gzip_static_module.o \ objs/src/http/modules/ngx_http_dav_module.o \ objs/src/http/modules/ngx_http_autoindex_module.o \ objs/src/http/modules/ngx_http_random_index_module.o \ objs/src/http/modules/ngx_http_auth_basic_module.o \ objs/src/http/modules/ngx_http_access_module.o \ objs/src/http/modules/ngx_http_limit_zone_module.o \ objs/src/http/modules/ngx_http_limit_req_module.o \ objs/src/http/modules/ngx_http_realip_module.o \ objs/src/http/modules/ngx_http_geo_module.o \ objs/src/http/modules/ngx_http_geoip_module.o \ objs/src/http/modules/ngx_http_map_module.o \ objs/src/http/modules/ngx_http_split_clients_module.o \ objs/src/http/modules/ngx_http_referer_module.o \ objs/src/http/modules/ngx_http_rewrite_module.o \ objs/src/http/modules/ngx_http_ssl_module.o \ objs/src/http/modules/ngx_http_proxy_module.o \ objs/src/http/modules/ngx_http_fastcgi_module.o \ objs/src/http/modules/ngx_http_uwsgi_module.o \ objs/src/http/modules/ngx_http_scgi_module.o \ objs/src/http/modules/perl/ngx_http_perl_module.o \ objs/src/http/modules/ngx_http_memcached_module.o \ objs/src/http/modules/ngx_http_empty_gif_module.o \ objs/src/http/modules/ngx_http_browser_module.o \ objs/src/http/modules/ngx_http_secure_link_module.o \ objs/src/http/modules/ngx_http_degradation_module.o \ objs/src/http/modules/ngx_http_flv_module.o \ objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ objs/src/http/modules/ngx_http_stub_status_module.o \ objs/src/mail/ngx_mail.o \ objs/src/mail/ngx_mail_core_module.o \ objs/src/mail/ngx_mail_handler.o \ objs/src/mail/ngx_mail_parse.o \ objs/src/mail/ngx_mail_ssl_module.o \ objs/src/mail/ngx_mail_pop3_module.o \ objs/src/mail/ngx_mail_pop3_handler.o \ objs/src/mail/ngx_mail_imap_module.o \ objs/src/mail/ngx_mail_imap_handler.o \ objs/src/mail/ngx_mail_smtp_module.o \ objs/src/mail/ngx_mail_smtp_handler.o \ objs/src/mail/ngx_mail_auth_http_module.o \ objs/src/mail/ngx_mail_proxy_module.o \ objs/addon/src/ngx_http_headers_more_filter_module.o \ objs/addon/src/ngx_http_headers_more_output_headers.o \ objs/addon/src/ngx_http_headers_more_input_headers.o \ objs/addon/src/ngx_http_headers_more_util.o \ objs/addon/nginx/ngx_http_passenger_module.o \ objs/addon/nginx/Configuration.o \ objs/addon/nginx/ContentHandler.o \ objs/addon/nginx/StaticContentHandler.o \ objs/addon/src/ngx_http_push_module.o \ objs/addon/ngx_cache_purge-1.2/ngx_cache_purge_module.o \ objs/ngx_modules.o \ -L/usr/lib -lcrypt /tmp/portage/www-servers/nginx-0.8.53/work/passenger-2.2.15/ext/nginx/libpassenger_common.a /tmp/portage/www-servers/nginx-0.8.53/work/passenger-2.2.15/ext/nginx/libboost_oxt.a -lstdc++ -lpthread -lpcre -lssl -lcrypto -ldl -lz -lxml2 -lxslt -lexslt -lgd -lGeoIP \ -Wl,-E -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fstack-protector -L/usr/lib64/perl5/5.12.2/x86_64-linux/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lc objs/src/os/unix/ngx_process.o: In function `ngx_signal_handler': ngx_process.c:(.text+0x347): warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead ngx_process.c:(.text+0x33a): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead make[1]: Leaving directory `/tmp/portage/www-servers/nginx-0.8.53/work/nginx-0.8.53' >>> Source compiled. >>> Test phase [not enabled]: www-servers/nginx-0.8.53 >>> Install nginx-0.8.53 into /tmp/portage/www-servers/nginx-0.8.53/image/ category www-servers Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/portage/www-servers/nginx-0.8.53/image/usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux/auto/nginx/nginx.so Installing /tmp/portage/www-servers/nginx-0.8.53/image/usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux/auto/nginx/nginx.bs Installing /tmp/portage/www-servers/nginx-0.8.53/image/usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux/nginx.pm Installing /tmp/portage/www-servers/nginx-0.8.53/image/usr/share/man/man3/nginx.3pm >>> Completed installing nginx-0.8.53 into /tmp/portage/www-servers/nginx-0.8.53/image/ strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment usr/libexec/passenger/ext/nginx/HelperServer usr/lib64/ruby/1.8/x86_64-linux/phusion_passenger/native_support.so usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux/auto/nginx/nginx.so usr/sbin/nginx ecompressdir: bzip2 -9 /usr/share/man * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/libexec/passenger/ext/nginx/HelperServer * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * ext/common/MessageChannel.h:581: warning: dereferencing type-punned pointer will break strict-aliasing rules * ext/boost/function/function_base.hpp:302: warning: dereferencing type-punned pointer will break strict-aliasing rules * ext/boost/function/function_base.hpp:302: warning: dereferencing type-punned pointer will break strict-aliasing rules * ext/boost/function/function_base.hpp:302: warning: dereferencing type-punned pointer will break strict-aliasing rules * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://nginx.net/ * http://www.modrails.com/ * http://pushmodule.slact.net/ * http://labs.frickle.com/nginx_ngx_cache_purge/ * checking 90 files for package collisions --- /etc/ --- /etc/logrotate.d/ >>> /etc/logrotate.d/nginx >>> /etc/nginx/ >>> /etc/nginx/uwsgi_params >>> /etc/nginx/scgi_params >>> /etc/nginx/nginx.conf >>> /etc/nginx/mime.types >>> /etc/nginx/fastcgi_params >>> /etc/nginx/fastcgi.conf --- /etc/init.d/ >>> /etc/init.d/nginx --- /usr/ --- /usr/libexec/ >>> /usr/libexec/passenger/ >>> /usr/libexec/passenger/ext/ >>> /usr/libexec/passenger/ext/nginx/ >>> /usr/libexec/passenger/ext/nginx/HelperServer >>> /usr/libexec/passenger/bin/ >>> /usr/libexec/passenger/bin/passenger-spawn-server --- /usr/bin/ >>> /usr/bin/passenger-status >>> /usr/bin/passenger-memory-stats --- /usr/lib64/ --- /usr/lib64/ruby/ --- /usr/lib64/ruby/site_ruby/ --- /usr/lib64/ruby/site_ruby/1.8/ >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/ >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/abstract_installer.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/abstract_request_handler.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/abstract_server.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/abstract_server_collection.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/admin_tools.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/application.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/console_text_template.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/constants.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/dependencies.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/events.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/exceptions.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/html_template.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/message_channel.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/packaging.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/platform_info.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/simple_benchmarking.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/spawn_manager.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/utils.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/admin_tools/ >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/admin_tools/control_process.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/rack/ >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/rack/application_spawner.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/rack/request_handler.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/railz/ >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/railz/application_spawner.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/railz/cgi_fixed.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/railz/framework_spawner.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/railz/request_handler.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/ >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/app_exited_during_initialization.html.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/app_init_error.html.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/database_error.html.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/error_layout.css >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/error_layout.html.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/framework_init_error.html.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/general_error.html.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/invalid_app_root.html.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/load_error.html.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/version_not_found.html.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/apache2/ >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/apache2/config_snippets.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/apache2/deployment_example.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/apache2/no_write_permission_to_passenger_root.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/apache2/possible_solutions_for_compilation_and_installation_problems.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/apache2/run_installer_as_root.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/apache2/welcome.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/ >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/ask_for_extra_configure_flags.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/cannot_write_to_dir.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/config_snippets.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/config_snippets_inserted.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/confirm_extra_configure_flags.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/deployment_example.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/pcre_could_not_be_downloaded.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/pcre_could_not_be_extracted.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/possible_solutions_for_compilation_and_installation_problems.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/possible_solutions_for_download_and_extraction_problems.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/query_download_and_install.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/run_installer_as_root.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/templates/nginx/welcome.txt.erb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/utils/ >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/utils/rewindable_input.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/wsgi/ >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/wsgi/application_spawner.rb >>> /usr/lib64/ruby/site_ruby/1.8/phusion_passenger/wsgi/request_handler.py --- /usr/lib64/ruby/1.8/ --- /usr/lib64/ruby/1.8/x86_64-linux/ >>> /usr/lib64/ruby/1.8/x86_64-linux/phusion_passenger/ >>> /usr/lib64/ruby/1.8/x86_64-linux/phusion_passenger/native_support.so --- /usr/lib64/perl5/ --- /usr/lib64/perl5/vendor_perl/ --- /usr/lib64/perl5/vendor_perl/5.12.2/ --- /usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux/ >>> /usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux/nginx.pm --- /usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux/auto/ >>> /usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux/auto/nginx/ >>> /usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux/auto/nginx/nginx.bs >>> /usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux/auto/nginx/nginx.so --- /usr/share/ --- /usr/share/man/ --- /usr/share/man/man3/ >>> /usr/share/man/man3/nginx.3pm.bz2 --- /usr/share/doc/ >>> /usr/share/doc/nginx-0.8.53/ >>> /usr/share/doc/nginx-0.8.53/CHANGES.bz2 >>> /usr/share/doc/nginx-0.8.53/CHANGES.ru.bz2 >>> /usr/share/doc/nginx-0.8.53/README.bz2 >>> /usr/share/doc/nginx-0.8.53/ngx_cache_purge-1.2/ >>> /usr/share/doc/nginx-0.8.53/ngx_cache_purge-1.2/CHANGES.bz2 >>> /usr/share/doc/nginx-0.8.53/ngx_cache_purge-1.2/README.bz2 >>> /usr/share/doc/nginx-0.8.53/nginx_http_push_module-0.692/ >>> /usr/share/doc/nginx-0.8.53/nginx_http_push_module-0.692/changelog.txt.bz2 >>> /usr/share/doc/nginx-0.8.53/nginx_http_push_module-0.692/protocol.txt.bz2 >>> /usr/share/doc/nginx-0.8.53/nginx_http_push_module-0.692/README.bz2 --- /usr/sbin/ >>> /usr/sbin/nginx --- /var/ --- /var/tmp/ >>> /var/tmp/nginx/ >>> /var/tmp/nginx/uwsgi/ >>> /var/tmp/nginx/uwsgi/.keep_www-servers_nginx-0 >>> /var/tmp/nginx/scgi/ >>> /var/tmp/nginx/scgi/.keep_www-servers_nginx-0 >>> /var/tmp/nginx/fastcgi/ >>> /var/tmp/nginx/fastcgi/.keep_www-servers_nginx-0 >>> /var/tmp/nginx/proxy/ >>> /var/tmp/nginx/proxy/.keep_www-servers_nginx-0 >>> /var/tmp/nginx/client/ >>> /var/tmp/nginx/client/.keep_www-servers_nginx-0 --- /var/log/ >>> /var/log/nginx/ >>> /var/log/nginx/.keep_www-servers_nginx-0 * Generating OpenSSL configuration for CA ... [ ok ] * Generating 1024 bit RSA key for CA ... [ ok ] * Generating Certificate Signing Request for CA ... [ ok ] * Generating self-signed X.509 Certificate for CA ... [ ok ] * Generating OpenSSL configuration ... [ ok ] * Generating 1024 bit RSA key ... [ ok ] * Generating Certificate Signing Request ... [ ok ] * Generating authority-signed X.509 Certificate ... [ ok ] * Generating PEM Certificate ... [ ok ]