* Package: www-servers/apache-2.4.1-r1  * Repository: gentoo  * Maintainer: apache-bugs@gentoo.org pva@gentoo.org,patrick@gentoo.org,mail@ghelm.de  * USE: amd64 apache2_modules_alias apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_authn_anon apache2_modules_authn_default apache2_modules_authn_file apache2_modules_authz_dbm apache2_modules_authz_default apache2_modules_authz_host apache2_modules_authz_user apache2_modules_autoindex apache2_modules_cgid apache2_modules_deflate apache2_modules_dir apache2_modules_env apache2_modules_expires apache2_modules_filter apache2_modules_headers apache2_modules_include apache2_modules_log_config apache2_modules_logio apache2_modules_mime apache2_modules_rewrite apache2_modules_setenvif apache2_mpms_itk doc elibc_glibc kernel_linux multilib ssl userland_GNU  * FEATURES: sandbox * * Selected MPM: itk * * Please note that you need SysV IPC support in your kernel. * Make sure CONFIG_SYSVIPC=y is set. * >>> Unpacking source... >>> Unpacking httpd-2.4.1.tar.bz2 to /var/tmp/portage/www-servers/apache-2.4.1-r1/work >>> Unpacking gentoo-apache-2.4.1-20120401.tar.bz2 to /var/tmp/portage/www-servers/apache-2.4.1-r1/work >>> Source unpacked in /var/tmp/portage/www-servers/apache-2.4.1-r1/work >>> Preparing source in /var/tmp/portage/www-servers/apache-2.4.1-r1/work/httpd-2.4.1 ... * Applying 00_all_gentoo_base.patch ...  [ ok ] * Applying 01_all_mod_rewrite_ampescape.patch ...  [ ok ] * Applying 03_all_gentoo_apache-tools.patch ...  [ ok ] * Applying 10_all_apxs_ldflags.patch ...  [ ok ] * Applying 25_all-apply_to_2.2.21-CVE-2011-3368.patch ...  [ ok ] * Running eautoreconf in '/var/tmp/portage/www-servers/apache-2.4.1-r1/work/httpd-2.4.1' ... * Running aclocal -I build ...  [ ok ] * Running autoconf -I build ...  [ ok ] * Running autoheader -I build ...  [ ok ] * Running elibtoolize in: httpd-2.4.1/build/ * Applying portage/1.2.0 patch ... * Applying sed/1.5.6 patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/www-servers/apache-2.4.1-r1/work/httpd-2.4.1 ... * econf: updating httpd-2.4.1/build/config.sub with /usr/share/gnuconfig/config.sub * econf: updating httpd-2.4.1/build/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --includedir=/usr/include/apache2 --libexecdir=/usr/lib64/apache2/modules --datadir=/var/www/localhost --sysconfdir=/etc/apache2 --localstatedir=/var --with-mpm=itk --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 --disable-suexec --disable-actions --enable-alias=shared --disable-asis --enable-auth_basic=shared --enable-auth_digest=shared --disable-authn_alias --enable-authn_anon=shared --disable-authn_dbd --disable-authn_dbm --enable-authn_default=shared --enable-authn_file=shared --enable-authz_dbm=shared --enable-authz_default=shared --disable-authz_groupfile --enable-authz_host=shared --disable-authz_owner --enable-authz_user=shared --enable-autoindex=shared --disable-cache --disable-cern_meta --disable-charset_lite --disable-cgi --enable-cgid=shared --disable-dav --disable-dav_fs --disable-dav_lock --disable-dbd --enable-deflate=shared --enable-dir=shared --disable-disk_cache --disable-dumpio --enable-env=shared --enable-expires=shared --disable-ext_filter --disable-file_cache --enable-filter=shared --enable-headers=shared --disable-ident --disable-imagemap --enable-include=shared --disable-info --enable-log_config=shared --disable-log_forensic --enable-logio=shared --disable-mem_cache --enable-mime=shared --disable-mime_magic --disable-negotiation --disable-proxy --disable-proxy_ajp --disable-proxy_balancer --disable-proxy_connect --disable-proxy_ftp --disable-proxy_http --disable-proxy_scgi --enable-rewrite=shared --disable-reqtimeout --enable-setenvif=shared --disable-speling --disable-status --disable-substitute --disable-unique_id --disable-userdir --disable-usertrack --disable-version --disable-vhost_alias checking for chosen layout... Gentoo checking for working mkdir -p... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu Configuring Apache Portable Runtime library ... checking for APR... yes setting CC to "x86_64-pc-linux-gnu-gcc" setting CPP to "x86_64-pc-linux-gnu-gcc -E" adding "-pthread" to CFLAGS setting CPPFLAGS to " -D_REENTRANT -D_GNU_SOURCE" Configuring Apache Portable Runtime Utility library... checking for APR-util... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99 checking for pcre-config... /usr/bin/pcre-config configure: Using external PCRE library from /usr/bin/pcre-config setting PCRE_INCLUDES to "" setting PCRE_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)/include" to INCLUDES adding "-I/usr/include/apr-1" to INCLUDES Applying OS-specific hints for httpd ... 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 x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for lynx... lynx 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 APR version 1.3.0 or later... yes checking for APR-util version 1.3.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 sys/sdt.h usability... no checking sys/sdt.h presence... no checking for sys/sdt.h... no 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 library containing crypt... -lcrypt 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 fopen64... yes checking for void pointer length... no checking for gettid()... yes checking for tm_gmtoff in struct tm... yes checking whether to enable mod_authn_file... shared checking whether to enable mod_authn_dbm... no checking whether to enable mod_authn_anon... shared checking whether to enable mod_authn_dbd... no checking whether to enable mod_authn_socache... shared (most) checking whether to enable mod_authn_core... shared checking whether to enable mod_authz_host... shared checking whether to enable mod_authz_groupfile... no checking whether to enable mod_authz_user... shared checking whether to enable mod_authz_dbm... shared checking whether to enable mod_authz_owner... no checking whether to enable mod_authz_dbd... shared (most) checking whether to enable mod_authz_core... shared checking whether to enable mod_authnz_ldap... no checking whether to enable mod_access_compat... shared checking whether to enable mod_auth_basic... shared checking whether to enable mod_auth_form... shared (most) checking whether to enable mod_auth_digest... checking dependencies checking whether to enable mod_auth_digest... shared checking whether to enable mod_allowmethods... shared (most) adding "-I$(top_srcdir)/modules/aaa" to INCLUDES checking whether to enable mod_isapi... no checking whether to enable mod_file_cache... no checking whether to enable mod_cache... no checking whether to enable mod_cache_disk... checking dependencies configure: WARNING: "mod_cache is disabled but required for mod_cache_disk" checking whether to enable mod_cache_disk... no (disabled) checking whether to enable mod_socache_shmcb... shared (most) checking whether to enable mod_socache_dbm... shared (most) checking whether to enable mod_socache_memcache... shared (most) checking whether to enable mod_socache_dc... no adding "-I$(top_srcdir)/modules/cache" to INCLUDES setting HTTPD_LDFLAGS to "-export-dynamic" checking whether to enable mod_so... static setting AP_LIBS to "$(MOD_SO_LDADD)" checking whether to enable mod_watchdog... no adding "-I$(top_srcdir)/modules/core" to INCLUDES checking whether to enable mod_dbd... no adding "-I$(top_srcdir)/modules/database" to INCLUDES 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_hooks... no checking whether to enable mod_case_filter... no checking whether to enable mod_case_filter_in... no checking whether to enable mod_example_ipc... no checking whether to enable mod_buffer... shared (most) checking whether to enable mod_data... no checking whether to enable mod_ratelimit... shared (most) checking whether to enable mod_reqtimeout... no checking whether to enable mod_ext_filter... no checking whether to enable mod_request... shared (most) checking whether to enable mod_include... shared checking whether to enable mod_filter... shared checking whether to enable mod_reflector... no checking whether to enable mod_substitute... no checking whether to enable mod_sed... shared (most) checking whether to enable mod_charset_lite... no checking whether to enable mod_deflate... checking dependencies setting LIBS to "-lz" checking for zlib library... found setting MOD_DEFLATE_LDADD to " -lz" nulling LIBS checking whether to enable mod_deflate... shared checking whether to enable mod_xml2enc... no checking whether to enable mod_proxy_html... no adding "-I$(top_srcdir)/modules/filters" to INCLUDES checking whether to enable mod_http... static adding "$(MOD_HTTP_LDADD)" to AP_LIBS checking whether to enable mod_mime... shared checking whether to enable mod_ldap... no adding "-I$(top_srcdir)/modules/ldap" to INCLUDES checking whether to enable mod_log_config... shared checking whether to enable mod_log_debug... shared (most) checking whether to enable mod_log_forensic... no checking whether to enable mod_logio... shared adding "-I$(top_srcdir)/modules/loggers" to INCLUDES checking whether to enable mod_lua... no adding "-I$(top_srcdir)/modules/lua" to INCLUDES checking whether to enable mod_env... shared checking whether to enable mod_mime_magic... no 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... no checking whether to enable mod_unique_id... no checking whether to enable mod_setenvif... shared checking whether to enable mod_version... no checking whether to enable mod_remoteip... shared (most) 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_fcgi... checking dependencies configure: WARNING: "mod_proxy is disabled but required for mod_proxy_fcgi" checking whether to enable mod_proxy_fcgi... no (disabled) checking whether to enable mod_proxy_scgi... no checking whether to enable mod_proxy_fdpass... no checking whether to enable mod_proxy_ajp... no checking whether to enable mod_proxy_balancer... no checking whether to enable mod_proxy_express... checking dependencies configure: WARNING: "mod_proxy is disabled but required for mod_proxy_express" checking whether to enable mod_proxy_express... no (disabled) adding "-I$(top_srcdir)/modules/proxy" to INCLUDES checking whether to enable mod_session... shared (most) checking whether to enable mod_session_cookie... checking dependencies checking whether to enable mod_session_cookie... shared (most) configure: WARNING: Your APR does not include SSL/EVP support. checking whether to enable mod_session_crypto... no checking whether to enable mod_session_dbd... checking dependencies checking whether to enable mod_session_dbd... shared (most) adding "-I$(top_srcdir)/modules/session" to INCLUDES checking whether to enable mod_slotmem_shm... shared (most) checking whether to enable mod_slotmem_plain... no checking whether to enable mod_ssl... checking dependencies checking for OpenSSL... checking for user-provided OpenSSL base directory... /usr setting SSL_LIBS to " " checking for OpenSSL version >= 0.9.7... OK adding "-lssl" to SSL_LIBS adding "-lcrypto" to SSL_LIBS adding "-luuid" to SSL_LIBS adding "-lrt" to SSL_LIBS adding "-lcrypt" to SSL_LIBS adding "-lpthread" to SSL_LIBS adding "-ldl" to SSL_LIBS setting LIBS to "-lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl" checking openssl/engine.h usability... yes checking openssl/engine.h presence... yes checking for openssl/engine.h... yes checking for SSLeay_version... yes checking for SSL_CTX_new... yes checking for ENGINE_init... yes checking for ENGINE_load_builtin_engines... yes yes setting MOD_SSL_LDADD to "$(SSL_LIBS)" 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 whether to enable mod_dialup... no adding "-I$(top_srcdir)/modules/test" to INCLUDES 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 sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for times... yes adding "-I$(top_srcdir)/server" to INCLUDES checking whether APR supports thread-safe pollsets... checking for kqueue... no checking for port_create... no checking for epoll_create... yes yes checking if event MPM supports this platform... yes checking if mpmt_os2 MPM supports this platform... no checking if prefork MPM supports this platform... yes checking if WinNT MPM supports this platform... no checking if worker MPM supports this platform... yes checking whether to enable mod_lbmethod_byrequests... shared (most) checking whether to enable mod_lbmethod_bytraffic... shared (most) checking whether to enable mod_lbmethod_bybusyness... shared (most) checking whether to enable mod_lbmethod_heartbeat... shared (most) checking which MPM to use by default... itk configure: error: MPM itk is not supported on this platform. !!! Please attach the following file when seeking support: !!! /var/tmp/portage/www-servers/apache-2.4.1-r1/work/httpd-2.4.1/config.log * ERROR: www-servers/apache-2.4.1-r1 failed (configure phase): * econf failed * * Call stack: * ebuild.sh, line 85: Called src_configure * environment, line 3356: Called apache-2_src_configure * environment, line 576: Called econf '--includedir=/usr/include/apache2' '--libexecdir=/usr/lib64/apache2/modules' '--datadir=/var/www/localhost' '--sysconfdir=/etc/apache2' '--localstatedir=/var' '--with-mpm=itk' '--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' '--disable-suexec' '--disable-actions' '--enable-alias=shared' '--disable-asis' '--enable-auth_basic=shared' '--enable-auth_digest=shared' '--disable-authn_alias' '--enable-authn_anon=shared' '--disable-authn_dbd' '--disable-authn_dbm' '--enable-authn_default=shared' '--enable-authn_file=shared' '--enable-authz_dbm=shared' '--enable-authz_default=shared' '--disable-authz_groupfile' '--enable-authz_host=shared' '--disable-authz_owner' '--enable-authz_user=shared' '--enable-autoindex=shared' '--disable-cache' '--disable-cern_meta' '--disable-charset_lite' '--disable-cgi' '--enable-cgid=shared' '--disable-dav' '--disable-dav_fs' '--disable-dav_lock' '--disable-dbd' '--enable-deflate=shared' '--enable-dir=shared' '--disable-disk_cache' '--disable-dumpio' '--enable-env=shared' '--enable-expires=shared' '--disable-ext_filter' '--disable-file_cache' '--enable-filter=shared' '--enable-headers=shared' '--disable-ident' '--disable-imagemap' '--enable-include=shared' '--disable-info' '--enable-log_config=shared' '--disable-log_forensic' '--enable-logio=shared' '--disable-mem_cache' '--enable-mime=shared' '--disable-mime_magic' '--disable-negotiation' '--disable-proxy' '--disable-proxy_ajp' '--disable-proxy_balancer' '--disable-proxy_connect' '--disable-proxy_ftp' '--disable-proxy_http' '--disable-proxy_scgi' '--enable-rewrite=shared' '--disable-reqtimeout' '--enable-setenvif=shared' '--disable-speling' '--disable-status' '--disable-substitute' '--disable-unique_id' '--disable-userdir' '--disable-usertrack' '--disable-version' '--disable-vhost_alias' * phase-helpers.sh, line 467: Called die * The specific snippet of code: * die "econf failed" * * If you need support, post the output of 'emerge --info =www-servers/apache-2.4.1-r1', * the complete build log and the output of 'emerge -pqv =www-servers/apache-2.4.1-r1'. * The complete build log is located at '/var/log/portage/www-servers:apache-2.4.1-r1:20120401-162616.log'. * The ebuild environment file is located at '/var/tmp/portage/www-servers/apache-2.4.1-r1/temp/environment'. * S: '/var/tmp/portage/www-servers/apache-2.4.1-r1/work/httpd-2.4.1'