* * Selected default MPM: prefork * * Please note that you need SysV IPC support in your kernel. * Make sure CONFIG_SYSVIPC=y is set. * >>> Unpacking source... >>> Unpacking httpd-2.2.8.tar.bz2 to /var/tmp/portage/www-servers/apache-2.2.8-r2/work >>> Unpacking gentoo-apache-2.2.8-r2-20080322.tar.bz2 to /var/tmp/portage/www-servers/apache-2.2.8-r2/work * Applying 00_all_gentoo_base.patch ...  [ ok ] * Applying 01_all_mod_rewrite_ampescape.patch ...  [ ok ] * Applying 03_all_gentoo_apache-tools.patch ...  [ ok ] * Applying 20_all_peruser_0.3.0.patch ...  [ ok ] * Applying 21_all_itk_20080105.patch ...  [ ok ] * Running eautoreconf in '/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8' ... * Running aclocal -I build ...  [ ok ] * Running autoconf ...  [ ok ] * Running autoheader ...  [ ok ] * Running elibtoolize in: httpd-2.2.8/build * Applying portage-1.5.10.patch ... * Applying max_cmd_len-1.5.20.patch ... * Applying sed-1.5.6.patch ... * Running elibtoolize in: httpd-2.2.8/srclib/apr/build * Applying portage-1.5.10.patch ... * Applying max_cmd_len-1.5.20.patch ... * Applying sed-1.5.6.patch ... * Running elibtoolize in: httpd-2.2.8/srclib/apr-util/xml/expat/conftools * Applying install-sh-1.5.patch ... * Applying portage-1.5.10.patch ... * Applying max_cmd_len-1.5.20.patch ... * Applying sed-1.5.6.patch ... >>> Source unpacked. >>> Compiling source in /var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8 ... * econf: updating httpd-2.2.8/build/config.guess with /usr/share/gnuconfig/config.guess * econf: updating httpd-2.2.8/build/config.sub with /usr/share/gnuconfig/config.sub * econf: updating httpd-2.2.8/srclib/apr/build/config.guess with /usr/share/gnuconfig/config.guess * econf: updating httpd-2.2.8/srclib/apr/build/config.sub with /usr/share/gnuconfig/config.sub * econf: updating httpd-2.2.8/srclib/apr-util/xml/expat/conftools/config.guess with /usr/share/gnuconfig/config.guess * econf: updating httpd-2.2.8/srclib/apr-util/xml/expat/conftools/config.sub with /usr/share/gnuconfig/config.sub * econf: updating httpd-2.2.8/srclib/apr-util/build/config.guess with /usr/share/gnuconfig/config.guess * econf: updating httpd-2.2.8/srclib/apr-util/build/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --host=powerpc64-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --includedir=/usr/include/apache2 --libexecdir=/usr/lib64/apache2/modules --datadir=/var/www/localhost --sysconfdir=/etc/apache2 --localstatedir=/var --with-mpm=prefork --with-perl=/usr/bin/perl --with-apr=/usr --with-apr-util=/usr --with-pcre=/usr --with-z=/usr --with-port=80 --with-program-name=apache2 --enable-layout=Gentoo --enable-so=static --disable-authnz_ldap --disable-ldap --with-ssl=/usr --enable-ssl=shared --enable-cgi=shared --disable-suexec --enable-actions=shared --enable-alias=shared --disable-asis --enable-auth_basic=shared --disable-auth_digest --enable-authn_alias=shared --enable-authn_anon=shared --disable-authn_dbd --enable-authn_dbm=shared --enable-authn_default=shared --enable-authn_file=shared --enable-authz_dbm=shared --enable-authz_default=shared --enable-authz_groupfile=shared --enable-authz_host=shared --enable-authz_owner=shared --enable-authz_user=shared --enable-autoindex=shared --enable-cache=shared --disable-cern_meta --disable-charset_lite --enable-dav=shared --enable-dav_fs=shared --enable-dav_lock=shared --disable-dbd --enable-deflate=shared --enable-dir=shared --enable-disk_cache=shared --disable-dumpio --enable-env=shared --enable-expires=shared --enable-ext_filter=shared --enable-file_cache=shared --enable-filter=shared --enable-headers=shared --disable-ident --disable-imagemap --enable-include=shared --enable-info=shared --enable-log_config=shared --disable-log_forensic --enable-logio=shared --enable-mem_cache=shared --enable-mime=shared --enable-mime_magic=shared --enable-negotiation=shared --disable-proxy --disable-proxy_ajp --disable-proxy_balancer --disable-proxy_connect --disable-proxy_ftp --disable-proxy_http --enable-rewrite=shared --enable-setenvif=shared --enable-speling=shared --enable-status=shared --disable-substitute --enable-unique_id=shared --enable-userdir=shared --enable-usertrack=shared --disable-version --enable-vhost_alias=shared --libdir=/usr/lib64 --build=powerpc64-unknown-linux-gnu configure: WARNING: Unrecognized options: --with-perl checking for chosen layout... Gentoo checking for working mkdir -p... yes checking build system type... powerpc64-unknown-linux-gnu checking host system type... powerpc64-unknown-linux-gnu checking target system type... powerpc64-unknown-linux-gnu Configuring Apache Portable Runtime library ... checking for APR... yes setting CC to "powerpc64-unknown-linux-gnu-gcc" setting CPP to "powerpc64-unknown-linux-gnu-gcc -E" adding "-pthread" to CFLAGS setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE" Configuring Apache Portable Runtime Utility library... checking for APR-util... yes adding "-L/usr/lib64" to LDFLAGS checking for powerpc64-unknown-linux-gnu-gcc... powerpc64-unknown-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether powerpc64-unknown-linux-gnu-gcc accepts -g... yes checking for powerpc64-unknown-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... powerpc64-unknown-linux-gnu-gcc -E configure: Using external PCRE library from /usr/bin/pcre-config setting LIBS to "-L/usr/lib64 -lpcre" Configuring Apache httpd ... setting INCLUDES to "-I." adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES adding "-I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)" to INCLUDES adding "-I$(top_srcdir)/modules/http" to INCLUDES adding "-I$(top_srcdir)/modules/filters" to INCLUDES adding "-I$(top_srcdir)/modules/proxy" to INCLUDES adding "-I$(top_srcdir)/include" to INCLUDES adding "-I$(top_srcdir)/modules/generators" to INCLUDES adding "-I$(top_srcdir)/modules/mappers" to INCLUDES adding "-I$(top_srcdir)/modules/database" to INCLUDES adding "-I/usr/include/apr-1" to INCLUDES adding "-I/usr/include/db4.5" to INCLUDES Applying OS-specific hints for httpd ... forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1" forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1" checking for rm... /bin/rm checking for pkg-config... /usr/bin/pkg-config checking for rsync... /usr/bin/rsync checking for gawk... gawk checking whether ln -s works... yes checking for powerpc64-unknown-linux-gnu-ranlib... powerpc64-unknown-linux-gnu-ranlib checking for lynx... lynx checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... (cached) yes checking for APR version 1.2.0 or later... yes checking for APR-util version 1.2.0 or later... yes checking for ANSI C header files... (cached) yes checking for string.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for strings.h... (cached) yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking sys/processor.h usability... no checking sys/processor.h presence... no checking for sys/processor.h... no checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for an ANSI C-conforming const... yes checking for library containing sqrt... -lm checking for getpwnam... yes checking for getgrnam... yes checking for initgroups... yes checking for bindprocessor... no checking for prctl... yes checking for timegm... yes checking for getpgid... yes checking for void pointer length... no checking for tm_gmtoff in struct tm... yes checking whether to enable mod_authn_file... shared checking whether to enable mod_authn_dbm... shared checking whether to enable mod_authn_anon... shared checking whether to enable mod_authn_dbd... no checking whether to enable mod_authn_default... shared checking whether to enable mod_authn_alias... shared checking whether to enable mod_authz_host... shared checking whether to enable mod_authz_groupfile... shared checking whether to enable mod_authz_user... shared checking whether to enable mod_authz_dbm... shared checking whether to enable mod_authz_owner... shared checking whether to enable mod_authnz_ldap... no checking whether to enable mod_authz_default... shared checking whether to enable mod_auth_basic... shared checking whether to enable mod_auth_digest... no checking whether to enable mod_isapi... no checking whether to enable mod_file_cache... shared checking whether to enable mod_cache... shared checking whether to enable mod_disk_cache... shared checking whether to enable mod_mem_cache... shared checking whether to enable mod_dbd... no checking whether to enable mod_bucketeer... no checking whether to enable mod_dumpio... no checking whether to enable mod_echo... no checking whether to enable mod_example... no checking whether to enable mod_case_filter... no checking whether to enable mod_case_filter_in... no checking whether to enable mod_ext_filter... shared checking whether to enable mod_include... shared checking whether to enable mod_filter... shared checking whether to enable mod_substitute... no checking whether to enable mod_charset_lite... no checking whether to enable mod_deflate... checking dependencies adding "-lz" to LIBS checking for zlib library... found forcing MOD_DEFLATE_LDADD to "-lz" removed "-lz" from LIBS checking whether to enable mod_deflate... shared checking whether to enable mod_ldap... no checking whether to enable mod_log_config... shared checking whether to enable mod_log_forensic... no checking whether to enable mod_logio... shared checking whether to enable mod_env... shared checking whether to enable mod_mime_magic... shared checking whether to enable mod_cern_meta... no checking whether to enable mod_expires... shared checking whether to enable mod_headers... shared checking whether to enable mod_ident... no checking whether to enable mod_usertrack... checking dependencies checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for times... yes checking whether to enable mod_usertrack... shared checking whether to enable mod_unique_id... shared checking whether to enable mod_setenvif... shared checking whether to enable mod_version... no checking whether to enable mod_proxy... no checking whether to enable mod_proxy_connect... no checking whether to enable mod_proxy_ftp... no checking whether to enable mod_proxy_http... no checking whether to enable mod_proxy_ajp... no checking whether to enable mod_proxy_balancer... no adding "-I$(top_srcdir)/modules/proxy/../generators" to INCLUDES checking whether to enable mod_ssl... checking dependencies checking for SSL/TLS toolkit base... /usr checking for OpenSSL version... checking openssl/opensslv.h usability... yes checking openssl/opensslv.h presence... yes checking for openssl/opensslv.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes OK checking openssl/engine.h usability... yes checking openssl/engine.h presence... yes checking for openssl/engine.h... yes checking for SSLeay_version in -lcrypto... yes checking for SSL_CTX_new in -lssl... yes checking for ENGINE_init... yes checking for ENGINE_load_builtin_engines... yes checking for SSL_set_cert_store... no adding "-I/usr/include" to INCLUDES adding "-L/usr/lib" to LDFLAGS forcing SSL_LIBS to "-lssl -lcrypto" adding "-ldl" to SSL_LIBS forcing MOD_SSL_LDADD to "$(SSL_LIBS)" checking whether Distcache is required... no (default) adding "-export-symbols-regex" to MOD_SSL_LDADD adding "ssl_module" to MOD_SSL_LDADD checking whether to enable mod_ssl... shared adding "-I$(top_srcdir)/modules/ssl" to INCLUDES checking whether to enable mod_optional_hook_export... no checking whether to enable mod_optional_hook_import... no checking whether to enable mod_optional_fn_import... no checking whether to enable mod_optional_fn_export... no checking for target platform... unix checking for rlim_t... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for sys/sem.h... (cached) yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking for setsid... yes checking for killpg... yes checking bstring.h usability... no checking bstring.h presence... no checking for bstring.h... no checking for unistd.h... (cached) yes checking for syslog... yes checking for sys/times.h... (cached) yes checking for times... (cached) yes checking which MPM to use... prefork ./configure: line 17597: prefork: command not found checking whether to enable mod_http... yes checking whether to enable mod_mime... shared checking for extra modules... none checking whether to enable mod_dav... shared adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES checking whether to enable mod_status... shared checking whether to enable mod_autoindex... shared checking whether to enable mod_asis... no checking whether to enable mod_info... shared checking whether to enable mod_suexec... no checking whether to enable mod_cgi... shared checking whether to enable mod_cgid... no checking whether to enable mod_dav_fs... shared checking whether to enable mod_dav_lock... shared checking whether to enable mod_vhost_alias... shared checking whether to enable mod_negotiation... shared checking whether to enable mod_dir... shared checking whether to enable mod_imagemap... no checking whether to enable mod_actions... shared checking whether to enable mod_speling... shared checking whether to enable mod_userdir... shared checking whether to enable mod_alias... shared checking whether to enable mod_rewrite... shared setting HTTPD_LDFLAGS to "-export-dynamic" checking whether to enable mod_so... yes Restore user-defined environment settings... restoring CPPFLAGS to "" setting EXTRA_CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE" restoring CFLAGS to "-O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec" setting EXTRA_CFLAGS to " -pthread" restoring CXXFLAGS to "-O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec" setting EXTRA_CXXFLAGS to "" restoring LDFLAGS to " -Wl,--no-as-needed" setting EXTRA_LDFLAGS to "-Wl,--no-as-needed -L/usr/lib64 -L/usr/lib" restoring LIBS to "" setting EXTRA_LIBS to " -lm -L/usr/lib64 -lpcre" restoring INCLUDES to "" setting EXTRA_INCLUDES to "-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I$(top_srcdir)/modules/proxy/../generators -I/usr/include -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/dav/main" Construct makefiles and header files... creating config_vars.mk configure: creating ./config.status creating modules/aaa/Makefile creating modules/arch/win32/Makefile creating modules/cache/Makefile creating modules/database/Makefile creating modules/debug/Makefile creating modules/echo/Makefile creating modules/experimental/Makefile creating modules/filters/Makefile creating modules/ldap/Makefile creating modules/loggers/Makefile creating modules/metadata/Makefile creating modules/proxy/Makefile creating modules/ssl/Makefile creating modules/test/Makefile creating os/unix/Makefile creating server/mpm/Makefile creating server/mpm/prefork/Makefile creating modules/http/Makefile creating modules/dav/main/Makefile creating modules/generators/Makefile creating modules/dav/fs/Makefile creating modules/dav/lock/Makefile creating modules/mappers/Makefile creating Makefile creating modules/Makefile creating srclib/Makefile creating os/Makefile creating server/Makefile creating support/Makefile creating srclib/pcre/Makefile creating test/Makefile config.status: creating docs/conf/httpd.conf config.status: creating docs/conf/extra/httpd-autoindex.conf config.status: creating docs/conf/extra/httpd-dav.conf config.status: creating docs/conf/extra/httpd-default.conf config.status: creating docs/conf/extra/httpd-info.conf config.status: creating docs/conf/extra/httpd-languages.conf config.status: creating docs/conf/extra/httpd-manual.conf config.status: creating docs/conf/extra/httpd-mpm.conf config.status: creating docs/conf/extra/httpd-multilang-errordoc.conf config.status: creating docs/conf/extra/httpd-ssl.conf config.status: creating docs/conf/extra/httpd-userdir.conf config.status: creating docs/conf/extra/httpd-vhosts.conf config.status: creating include/ap_config_layout.h config.status: creating support/apxs config.status: creating support/apachectl config.status: creating support/dbmmanage config.status: creating support/envvars-std config.status: creating support/log_server_status config.status: creating support/logresolve.pl config.status: creating support/phf_abuse_log.cgi config.status: creating support/split-logfile config.status: creating build/rules.mk config.status: creating build/pkg/pkginfo config.status: creating build/config_vars.sh config.status: creating include/ap_config_auto.h config.status: executing default commands configure: WARNING: Unrecognized options: --with-perl Making all in srclib make[1]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/srclib' make[1]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/srclib' Making all in os make[1]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os' Making all in unix make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix' make[3]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix' /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c unixd.c && touch unixd.lo /usr/bin/libtool --silent --mode=link powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -Wl,--no-as-needed -L/usr/lib64 -L/usr/lib -Wl,--no-as-needed -o libos.la -static unixd.lo make[3]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix' make[1]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os' Making all in server make[1]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server' Making all in mpm make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm' Making all in prefork make[3]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork' make[4]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork' /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c prefork.c && touch prefork.lo /usr/bin/libtool --silent --mode=link powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -Wl,--no-as-needed -L/usr/lib64 -L/usr/lib -Wl,--no-as-needed -o libprefork.la -static prefork.lo make[4]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork' make[3]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm' make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server' /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c gen_test_char.c && touch gen_test_char.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c util_debug.c && touch util_debug.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c config.c && touch config.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c log.c && touch log.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c main.c && touch main.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c vhost.c && touch vhost.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c util_script.c && touch util_script.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c util_md5.c && touch util_md5.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c util_cfgtree.c && touch util_cfgtree.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c util_ebcdic.c && touch util_ebcdic.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c util_time.c && touch util_time.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c connection.c && touch connection.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c listen.c && touch listen.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mpm_common.c && touch mpm_common.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c util_charset.c && touch util_charset.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c util_xml.c && touch util_xml.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c util_filter.c && touch util_filter.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c util_pcre.c && touch util_pcre.lo tmp=export_files_unsorted.txt; \ rm -f $tmp && touch $tmp; \ for dir in /var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include /var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix /var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http; do \ ls $dir/*.h >> $tmp; \ done; \ for dir in /usr/include/apr-1 /usr/include/apr-1; do \ (ls $dir/ap[ru].h $dir/ap[ru]_*.h >> $tmp 2>/dev/null); \ done; \ sort -u $tmp > export_files; \ rm -f $tmp /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c scoreboard.c && touch scoreboard.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c error_bucket.c && touch error_bucket.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c protocol.c && touch protocol.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c core.c && touch core.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c request.c && touch request.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c provider.c && touch provider.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c eoc_bucket.c && touch eoc_bucket.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c core_filters.c && touch core_filters.lo gawk -f /var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/build/make_var_export.awk `cat export_files` > export_vars.h /usr/bin/libtool --silent --mode=link powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -Wl,--no-as-needed -L/usr/lib64 -L/usr/lib -Wl,--no-as-needed -o gen_test_char -Wl,--no-as-needed -L/usr/lib64 -L/usr/lib gen_test_char.lo util_debug.lo -lm -L/usr/lib64 -lpcre gawk -f /var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/build/make_exports.awk `cat export_files` > exports.c ./gen_test_char > test_char.h /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c util.c && touch util.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c exports.c && touch exports.lo powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main exports.c | grep "ap_hack_" | grep -v apr_ | sed -e 's/^.*[)]\(.*\);$/\1/' >> httpd.exp /usr/bin/libtool --silent --mode=link powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -Wl,--no-as-needed -L/usr/lib64 -L/usr/lib -Wl,--no-as-needed -o libmain.la -static test_char.h config.lo log.lo main.lo vhost.lo util.lo util_script.lo util_md5.lo util_cfgtree.lo util_ebcdic.lo util_time.lo connection.lo listen.lo mpm_common.lo util_charset.lo util_debug.lo util_xml.lo util_filter.lo util_pcre.lo exports.lo scoreboard.lo error_bucket.lo protocol.lo core.lo request.lo provider.lo eoc_bucket.lo core_filters.lo powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main export_vars.h | grep -v apr_ | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> httpd.exp make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server' make[1]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server' Making all in modules make[1]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules' Making all in aaa make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/aaa' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/aaa' Making all in cache make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/cache' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/cache' Making all in filters make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters' Making all in loggers make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/loggers' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/loggers' Making all in metadata make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/metadata' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/metadata' Making all in ssl make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl' Making all in http make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http' make[3]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http' /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c http_core.c && touch http_core.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c http_protocol.c && touch http_protocol.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c http_request.c && touch http_request.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c http_filters.c && touch http_filters.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c chunk_filter.c && touch chunk_filter.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c byterange_filter.c && touch byterange_filter.lo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c http_etag.c && touch http_etag.lo /usr/bin/libtool --silent --mode=link powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -static -Wl,--no-as-needed -L/usr/lib64 -L/usr/lib -Wl,--no-as-needed -o libmod_http.la http_core.lo http_protocol.lo http_request.lo http_filters.lo chunk_filter.lo byterange_filter.lo http_etag.lo make[3]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http' Making all in dav/main make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main' Making all in generators make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators' Making all in dav/fs make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/fs' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/fs' Making all in dav/lock make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/lock' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/lock' Making all in mappers make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers' make[3]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers' /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_so.c && touch mod_so.lo /usr/bin/libtool --silent --mode=link powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -static -Wl,--no-as-needed -L/usr/lib64 -L/usr/lib -Wl,--no-as-needed -o libmod_so.la mod_so.lo make[3]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers' make[1]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules' Making all in support make[1]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/support' make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/support' make[2]: Nothing to be done for `local-all'. make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/support' make[1]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/support' make[1]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8' /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c modules.c && touch modules.lo make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os' make[3]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix' make[3]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os' make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server' make[3]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm' make[4]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork' make[4]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork' make[3]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm' make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server' make[2]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules' make[3]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/aaa' Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_default.la mod_authn_alias.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_default.la mod_auth_basic.la make[4]: Entering directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/aaa' /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_authn_file.c && touch mod_authn_file.slo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_authn_dbm.c && touch mod_authn_dbm.slo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_authn_anon.c && touch mod_authn_anon.slo powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c /var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/buildmark.c /usr/bin/libtool --silent --mode=link powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -Wl,--no-as-needed -L/usr/lib64 -L/usr/lib -Wl,--no-as-needed -o apache2 modules.lo buildmark.o -export-dynamic server/libmain.la modules/http/libmod_http.la modules/mappers/libmod_so.la server/mpm/prefork/libprefork.la os/unix/libos.la -lm -L/usr/lib64 -lpcre /usr/lib64/libaprutil-1.la -lgdbm -ldb -lexpat /usr/lib64/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_authn_default.c && touch mod_authn_default.slo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_authn_alias.c && touch mod_authn_alias.slo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_authz_host.c && touch mod_authz_host.slo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_authz_groupfile.c && touch mod_authz_groupfile.slo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_authz_user.c && touch mod_authz_user.slo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_authz_dbm.c && touch mod_authz_dbm.slo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_authz_owner.c && touch mod_authz_owner.slo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_authz_default.c && touch mod_authz_default.slo /usr/bin/libtool --silent --mode=compile powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/os/unix -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/server/mpm/prefork -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/http -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/filters -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/generators -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/mappers -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/database -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/proxy/../generators -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/ssl -I/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/dav/main -c mod_auth_basic.c && touch mod_auth_basic.slo /bin/sh /var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/shlibtool --silent --mode=link powerpc64-unknown-linux-gnu-gcc -pthread -O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -Wl,--no-as-needed -L/usr/lib64 -L/usr/lib -Wl,--no-as-needed -o mod_authn_file.la -rpath /usr/lib64/apache2/modules -module -avoid-version mod_authn_file.lo /bin/sh: /var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/shlibtool: No such file or directory make[4]: *** [mod_authn_file.la] Error 127 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/aaa' make[3]: *** [shared-build-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules/aaa' make[2]: *** [shared-build-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8/modules' make[1]: *** [shared-build-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/www-servers/apache-2.2.8-r2/work/httpd-2.2.8' make: *** [all-recursive] Error 1 * * ERROR: www-servers/apache-2.2.8-r2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3523: Called apache-2_src_compile * environment, line 458: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/www-servers/apache-2.2.8-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/www-servers/apache-2.2.8-r2/temp/environment'. *