Created
October 14, 2018 14:50
-
-
Save madumlao/af03514c6cc5321788fd5bcdf3bdc74c to your computer and use it in GitHub Desktop.
httpd on Ubuntu 16.04.5 LTS - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for httpd on Ubuntu 16.04.5 LTS | |
Build date: 2018-10-14 22:44:01 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.7.7 | |
ORIGIN: https://github.com/Linuxbrew/brew | |
HEAD: 765540726cda3a2871c13d00cdf9faa3166e8c77 | |
Last commit: 2 days ago | |
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
Core tap HEAD: 7ec9297fd142bbf3281609a26eab6cba3f8b3fd9 | |
Core tap last commit: 5 hours ago | |
HOMEBREW_PREFIX: /home/madumlao/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/madumlao/.linuxbrew/Homebrew | |
HOMEBREW_CELLAR: /home/madumlao/.linuxbrew/Cellar | |
HOMEBREW_CACHE: /home/madumlao/.cache/Homebrew | |
HOMEBREW_GITHUB_API_TOKEN: set | |
CPU: quad-core 64-bit sandybridge | |
Homebrew Ruby: 2.3.7 => /home/madumlao/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby | |
Clang: N/A | |
Git: 2.7.4 => /usr/bin/git | |
Curl: 7.47.0 => /usr/bin/curl | |
Java: 9.0.4 | |
Kernel: Linux 4.15.0-36-generic x86_64 GNU/Linux | |
OS: Ubuntu 16.04.5 LTS (xenial) | |
Host glibc: 2.23 | |
/usr/bin/gcc: 5.4.0 | |
glibc: N/A | |
gcc: N/A | |
xorg: N/A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/Magick++-config | |
/usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/Magick-config | |
/usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/MagickCore-config | |
/usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/Wand-config | |
/usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/MagickWand-config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
httpd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-10-14 22:43:32 +0800 | |
./configure | |
--enable-layout=Slackware-FHS | |
--prefix=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35 | |
--sbindir=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/bin | |
--mandir=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/share/man | |
--sysconfdir=/home/madumlao/.linuxbrew/etc/httpd | |
--datadir=/home/madumlao/.linuxbrew/var/www | |
--localstatedir=/home/madumlao/.linuxbrew/var | |
--enable-mpms-shared=all | |
--enable-mods-shared=all | |
--enable-authnz-fcgi | |
--enable-cgi | |
--enable-pie | |
--enable-suexec | |
--with-suexec-bin=/home/madumlao/.linuxbrew/opt/httpd/bin/suexec | |
--with-suexec-caller=_www | |
--with-port=8080 | |
--with-sslport=8443 | |
--with-apr=/home/madumlao/.linuxbrew/opt/apr | |
--with-apr-util=/home/madumlao/.linuxbrew/opt/apr-util | |
--with-brotli=/home/madumlao/.linuxbrew/opt/brotli | |
--with-mpm=prefork | |
--with-nghttp2=/home/madumlao/.linuxbrew/opt/nghttp2 | |
--with-ssl=/home/madumlao/.linuxbrew/opt/openssl | |
--with-pcre=/home/madumlao/.linuxbrew/opt/pcre | |
--with-libxml2=/home/madumlao/.linuxbrew/opt/libxml2 | |
--disable-lua | |
--disable-luajit | |
checking for chosen layout... Slackware-FHS | |
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 | |
configure: | |
configure: Configuring Apache Portable Runtime library... | |
configure: | |
checking for APR... yes | |
setting CPP to "gcc-5 -E" | |
setting CFLAGS to " -g -O2 -pthread" | |
setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE" | |
setting LDFLAGS to " " | |
configure: | |
configure: Configuring Apache Portable Runtime Utility library... | |
configure: | |
checking for APR-util... yes | |
adding "-L/home/madumlao/.linuxbrew/opt/openssl/lib" to LDFLAGS | |
checking for gcc... gcc-5 | |
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 gcc-5 accepts -g... yes | |
checking for gcc-5 option to accept ISO C89... none needed | |
checking how to run the C preprocessor... gcc-5 -E | |
checking for gcc-5 option to accept ISO C99... none needed | |
checking for pcre-config... /home/madumlao/.linuxbrew/opt/pcre/bin/pcre-config | |
configure: Using external PCRE library from /home/madumlao/.linuxbrew/opt/pcre/bin/pcre-config | |
setting PCRE_INCLUDES to "-I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include" | |
setting PCRE_LIBS to "-L/home/madumlao/.linuxbrew/Cellar/pcre/8.42/lib -lpcre" | |
configure: | |
configure: Configuring Apache httpd... | |
configure: | |
setting INCLUDES to "-I." | |
adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES | |
adding "-I$(top_srcdir)/include" to INCLUDES | |
adding "-I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1" to INCLUDES | |
adding "-I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1" to INCLUDES | |
adding "-I/home/madumlao/.linuxbrew/opt/openssl/include" to INCLUDES | |
adding "-I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include" to INCLUDES | |
configure: | |
configure: Applying OS-specific hints for httpd... | |
configure: | |
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 ranlib... ranlib | |
checking for lynx... no | |
checking for links... no | |
checking for elinks... no | |
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 sys/loadavg.h usability... no | |
checking sys/loadavg.h presence... no | |
checking for sys/loadavg.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 getloadavg... yes | |
checking for void pointer length... no | |
checking for gettid()... yes | |
checking for tm_gmtoff in struct tm... yes | |
checking whether gcc-5 accepts PIE flags... yes | |
checking whether to enable mod_authn_file... shared | |
checking whether to enable mod_authn_dbm... shared (all) | |
checking whether to enable mod_authn_anon... shared (all) | |
checking whether to enable mod_authn_dbd... shared (all) | |
checking whether to enable mod_authn_socache... shared (all) | |
checking whether to enable mod_authn_core... 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 (all) | |
checking whether to enable mod_authz_owner... shared (all) | |
checking whether to enable mod_authz_dbd... shared (all) | |
checking whether to enable mod_authz_core... shared | |
checking whether to enable mod_authnz_ldap... checking dependencies | |
checking for ldap support in apr/apr-util... no | |
configure: WARNING: apr/apr-util is compiled without ldap support | |
checking whether to enable mod_authnz_ldap... no (disabled) | |
checking whether to enable mod_authnz_fcgi... shared | |
checking whether to enable mod_access_compat... shared | |
checking whether to enable mod_auth_basic... shared | |
checking whether to enable mod_auth_form... shared (all) | |
checking whether to enable mod_auth_digest... checking dependencies | |
checking whether to enable mod_auth_digest... shared (all) | |
checking whether to enable mod_allowmethods... shared (all) | |
adding "-I$(top_srcdir)/modules/aaa" to INCLUDES | |
checking whether to enable mod_isapi... no | |
checking whether to enable mod_file_cache... shared (all) | |
checking whether to enable mod_cache... shared (all) | |
checking whether to enable mod_cache_disk... checking dependencies | |
checking whether to enable mod_cache_disk... shared (all) | |
checking whether to enable mod_cache_socache... shared (all) | |
checking whether to enable mod_socache_shmcb... shared (all) | |
checking whether to enable mod_socache_dbm... shared (all) | |
checking whether to enable mod_socache_memcache... shared (all) | |
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... checking dependencies | |
checking whether to enable mod_watchdog... shared (all) | |
checking whether to enable mod_macro... shared (all) | |
adding "-I$(top_srcdir)/modules/core" to INCLUDES | |
checking whether to enable mod_dbd... shared (all) | |
adding "-I$(top_srcdir)/modules/database" to INCLUDES | |
checking whether to enable mod_bucketeer... no | |
checking whether to enable mod_dumpio... shared (all) | |
checking whether to enable mod_echo... shared (all) | |
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 (all) | |
checking whether to enable mod_data... shared (all) | |
checking whether to enable mod_ratelimit... shared (all) | |
checking whether to enable mod_reqtimeout... shared | |
checking whether to enable mod_ext_filter... shared (all) | |
checking whether to enable mod_request... shared (all) | |
checking whether to enable mod_include... shared (all) | |
checking whether to enable mod_filter... shared | |
checking whether to enable mod_reflector... shared (all) | |
checking whether to enable mod_substitute... shared (all) | |
checking whether to enable mod_sed... checking dependencies | |
setting MOD_SED_LDADD to "-export-symbols-regex sed_module" | |
checking whether to enable mod_sed... shared (all) | |
checking whether to enable mod_charset_lite... shared (all) | |
checking whether to enable mod_deflate... checking dependencies | |
checking for zlib location... /usr | |
setting LIBS to "-lz" | |
checking for zlib library... found | |
setting MOD_DEFLATE_LDADD to " -lz" | |
nulling LIBS | |
checking whether to enable mod_deflate... shared (all) | |
checking whether to enable mod_xml2enc... checking dependencies | |
checking for libxml2... checking for libxml2... yes | |
setting MOD_CFLAGS to "-I/home/madumlao/.linuxbrew/opt/libxml2/include/libxml2" | |
setting MOD_XML2ENC_LDADD to "-lxml2" | |
checking whether to enable mod_xml2enc... shared (all) | |
checking whether to enable mod_proxy_html... checking dependencies | |
checking for libxml2... (cached) yes | |
setting MOD_PROXY_HTML_LDADD to "-lxml2" | |
checking whether to enable mod_proxy_html... shared (all) | |
checking whether to enable mod_brotli... checking dependencies | |
adding "-I/home/madumlao/.linuxbrew/opt/brotli/include" to CPPFLAGS | |
checking for Brotli library >= 0.6.0 via prefix... yes | |
adding "-I/home/madumlao/.linuxbrew/opt/brotli/include" to MOD_CFLAGS | |
setting MOD_BROTLI_LDADD to "-L/home/madumlao/.linuxbrew/opt/brotli/lib -lbrotlienc -lbrotlicommon" | |
adding "-export-symbols-regex" to MOD_BROTLI_LDADD | |
adding "brotli_module" to MOD_BROTLI_LDADD | |
checking whether to enable mod_brotli... shared (all) | |
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... checking dependencies | |
checking for ldap support in apr/apr-util... (cached) no | |
configure: WARNING: apr/apr-util is compiled without ldap support | |
checking whether to enable mod_ldap... no (disabled) | |
adding "-I$(top_srcdir)/modules/ldap" to INCLUDES | |
checking whether to enable mod_log_config... shared | |
checking whether to enable mod_log_debug... shared (all) | |
checking whether to enable mod_log_forensic... shared (all) | |
adding "-I$(top_builddir)/server" to INCLUDES | |
checking whether to enable mod_logio... shared (all) | |
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... shared (all) | |
checking whether to enable mod_cern_meta... no | |
checking whether to enable mod_expires... shared (all) | |
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 (all) | |
checking whether to enable mod_unique_id... shared (all) | |
checking whether to enable mod_setenvif... shared | |
checking whether to enable mod_version... shared | |
checking whether to enable mod_remoteip... shared (all) | |
checking whether to enable mod_proxy... shared (all) | |
checking whether to enable mod_proxy_connect... checking dependencies | |
checking whether to enable mod_proxy_connect... shared (most) | |
checking whether to enable mod_proxy_ftp... checking dependencies | |
checking whether to enable mod_proxy_ftp... shared (most) | |
checking whether to enable mod_proxy_http... checking dependencies | |
checking whether to enable mod_proxy_http... shared (most) | |
checking whether to enable mod_proxy_fcgi... checking dependencies | |
checking whether to enable mod_proxy_fcgi... shared (most) | |
checking whether to enable mod_proxy_scgi... checking dependencies | |
checking whether to enable mod_proxy_scgi... shared (most) | |
checking whether to enable mod_proxy_uwsgi... checking dependencies | |
checking whether to enable mod_proxy_uwsgi... shared (most) | |
checking whether to enable mod_proxy_fdpass... checking dependencies | |
checking whether CMSG_DATA is declared... yes | |
checking whether to enable mod_proxy_fdpass... shared (most) | |
checking whether to enable mod_proxy_wstunnel... checking dependencies | |
checking whether to enable mod_proxy_wstunnel... shared (most) | |
checking whether to enable mod_proxy_ajp... checking dependencies | |
checking whether to enable mod_proxy_ajp... shared (most) | |
checking whether to enable mod_proxy_balancer... checking dependencies | |
checking whether to enable mod_proxy_balancer... shared (most) | |
checking whether to enable mod_proxy_express... checking dependencies | |
checking whether to enable mod_proxy_express... shared (most) | |
checking whether to enable mod_proxy_hcheck... checking dependencies | |
checking whether to enable mod_proxy_hcheck... shared (most) | |
adding "-I$(top_srcdir)/modules/proxy" to INCLUDES | |
adding "-I$(top_srcdir)/modules/http2" to INCLUDES | |
checking whether to enable mod_session... shared (all) | |
checking whether to enable mod_session_cookie... checking dependencies | |
checking whether to enable mod_session_cookie... shared (all) | |
checking whether to enable mod_session_crypto... checking dependencies | |
checking whether to enable mod_session_crypto... shared (all) | |
checking whether to enable mod_session_dbd... checking dependencies | |
checking whether to enable mod_session_dbd... shared (all) | |
adding "-I$(top_srcdir)/modules/session" to INCLUDES | |
checking whether to enable mod_slotmem_shm... shared (all) | |
checking whether to enable mod_slotmem_plain... shared (all) | |
checking whether to enable mod_ssl... checking dependencies | |
checking for OpenSSL... checking for user-provided OpenSSL base directory... /home/madumlao/.linuxbrew/opt/openssl | |
adding "-I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include" to CPPFLAGS | |
setting MOD_CFLAGS to "-I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include" | |
setting ab_CFLAGS to "-I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include" | |
adding "-L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib" to LDFLAGS | |
setting MOD_LDFLAGS to "-L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib" | |
checking for OpenSSL version >= 0.9.8a... OK | |
adding "-lssl" to MOD_LDFLAGS | |
adding "-lcrypto" to MOD_LDFLAGS | |
adding "-luuid" to MOD_LDFLAGS | |
adding "-lrt" to MOD_LDFLAGS | |
adding "-lcrypt" to MOD_LDFLAGS | |
adding "-lpthread" to MOD_LDFLAGS | |
adding "-ldl" to MOD_LDFLAGS | |
setting LIBS to "-lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl" | |
forcing ab_LIBS to "-L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib -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 SSL_CTX_new... yes | |
checking for ENGINE_init... yes | |
checking for ENGINE_load_builtin_engines... yes | |
checking for RAND_egd... yes | |
yes | |
setting MOD_SSL_LDADD to "-export-symbols-regex ssl_module" | |
checking whether to enable mod_ssl... shared (all) | |
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... shared (all) | |
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 for sys/times.h... (cached) yes | |
checking for times... (cached) 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_http2... checking dependencies | |
checking for OpenSSL... (cached) yes | |
setting MOD_LDFLAGS to "-L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl" | |
setting MOD_CFLAGS to "-I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include" | |
setting MOD_CPPFLAGS to "-DH2_OPENSSL" | |
checking for nghttp2... checking for user-provided nghttp2 base directory... /home/madumlao/.linuxbrew/opt/nghttp2 | |
checking for pkg-config along /home/madumlao/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/openssl/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/sqlite/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/zlib/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/python@2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libbsd/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/expat/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/brotli/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/c-ares/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jansson/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libevent/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jemalloc/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/nghttp2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/pcre/lib/pkgconfig... adding "-I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include" to CPPFLAGS | |
adding "-I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include" to MOD_CFLAGS | |
adding "-L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib" to LDFLAGS | |
adding "-L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib" to MOD_LDFLAGS | |
checking for nghttp2 version >= 1.2.1... OK | |
adding "-lnghttp2" to MOD_LDFLAGS | |
setting LIBS to "-lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl" | |
checking nghttp2/nghttp2.h usability... yes | |
checking nghttp2/nghttp2.h presence... yes | |
checking for nghttp2/nghttp2.h... yes | |
checking for nghttp2_session_server_new2... yes | |
checking for nghttp2_stream_get_weight... yes | |
checking for nghttp2_session_change_stream_priority... yes | |
adding "-DH2_NG2_CHANGE_PRIO" to MOD_CPPFLAGS | |
checking for nghttp2_session_callbacks_set_on_invalid_header_callback... yes | |
adding "-DH2_NG2_INVALID_HEADER_CB" to MOD_CPPFLAGS | |
checking for nghttp2_session_get_stream_local_window_size... yes | |
adding "-DH2_NG2_LOCAL_WIN_SIZE" to MOD_CPPFLAGS | |
yes | |
setting MOD_HTTP2_LDADD to "-export-symbols-regex http2_module" | |
checking whether to enable mod_http2... shared (all) | |
checking whether to enable mod_proxy_http2... no | |
adding "-I$(top_srcdir)/modules/md" to INCLUDES | |
checking whether to enable mod_md... checking dependencies | |
checking for OpenSSL... (cached) yes | |
setting MOD_LDFLAGS to "-L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl" | |
setting MOD_CFLAGS to "-I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include" | |
checking for jansson... checking for user-provided jansson base directory... none | |
checking for pkg-config along /home/madumlao/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/openssl/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/sqlite/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/zlib/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/python@2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libbsd/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/expat/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/brotli/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/c-ares/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jansson/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libevent/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jemalloc/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/nghttp2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/pcre/lib/pkgconfig... OK | |
adding "-ljansson" to MOD_LDFLAGS | |
setting LIBS to "-ljansson -luuid -lrt -lcrypt -lpthread -ldl" | |
yes | |
checking for curl... checking for user-provided curl base directory... none | |
checking for pkg-config along /home/madumlao/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/openssl/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/sqlite/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/zlib/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/python@2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libbsd/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/expat/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/brotli/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/c-ares/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jansson/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libevent/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jemalloc/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/nghttp2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/pcre/lib/pkgconfig... checking curl/curl.h usability... yes | |
checking curl/curl.h presence... yes | |
checking for curl/curl.h... yes | |
checking for curl version >= 7.50... OK | |
adding "-lcurl" to MOD_LDFLAGS | |
setting LIBS to "-lcurl -luuid -lrt -lcrypt -lpthread -ldl" | |
yes | |
checking for arc4random_buf... no | |
checking whether to enable mod_md... shared (all) | |
checking whether to enable mod_lbmethod_byrequests... checking dependencies | |
checking whether to enable mod_lbmethod_byrequests... shared | |
checking whether to enable mod_lbmethod_bytraffic... checking dependencies | |
checking whether to enable mod_lbmethod_bytraffic... shared | |
checking whether to enable mod_lbmethod_bybusyness... checking dependencies | |
checking whether to enable mod_lbmethod_bybusyness... shared | |
checking whether to enable mod_lbmethod_heartbeat... checking dependencies | |
checking whether to enable mod_lbmethod_heartbeat... shared | |
checking which MPM to use by default... prefork | |
checking for pthread_kill... yes | |
checking for pthread_kill... (cached) yes | |
checking whether to enable mod_unixd... shared | |
checking whether to enable mod_privileges... no | |
adding "-I$(top_srcdir)/modules/arch/unix" to INCLUDES | |
checking whether to enable mod_heartbeat... checking dependencies | |
checking whether to enable mod_heartbeat... shared (all) | |
checking whether to enable mod_heartmonitor... shared (all) | |
checking whether to enable mod_dav... shared (all) | |
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... shared (all) | |
checking whether to enable mod_info... shared (all) | |
checking whether to enable mod_suexec... checking dependencies | |
checking whether to enable mod_suexec... shared | |
checking whether to enable mod_cgid... checking dependencies | |
checking whether to enable mod_cgid... shared (all) | |
checking whether to enable mod_cgi... shared | |
adding "-I$(top_srcdir)/modules/generators" to INCLUDES | |
checking whether to enable mod_dav_fs... checking dependencies | |
checking whether to enable mod_dav_fs... shared | |
checking whether to enable mod_dav_lock... checking dependencies | |
checking whether to enable mod_dav_lock... shared (all) | |
checking for extra modules... none | |
checking whether to enable mod_vhost_alias... shared (all) | |
checking whether to enable mod_negotiation... shared (all) | |
checking whether to enable mod_dir... shared | |
checking whether to enable mod_imagemap... no | |
checking whether to enable mod_actions... shared (all) | |
checking whether to enable mod_speling... shared (all) | |
checking whether to enable mod_userdir... shared (all) | |
checking whether to enable mod_alias... shared | |
checking whether to enable mod_rewrite... shared (all) | |
adding "-I$(top_srcdir)/modules/mappers" to INCLUDES | |
configure: | |
configure: Restore user-defined environment settings... | |
configure: | |
restoring CPPFLAGS to "" | |
setting EXTRA_CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE" | |
restoring CFLAGS to "" | |
setting EXTRA_CFLAGS to " -g -O2 -pthread" | |
restoring CXXFLAGS to "" | |
setting EXTRA_CXXFLAGS to "" | |
restoring LDFLAGS to "" | |
setting EXTRA_LDFLAGS to " -L/home/madumlao/.linuxbrew/opt/openssl/lib" | |
restoring LIBS to "" | |
setting EXTRA_LIBS to "" | |
restoring INCLUDES to "" | |
setting EXTRA_INCLUDES to "-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_builddir)/server -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/http2 -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server -I$(top_srcdir)/modules/md -I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers" | |
configure: | |
configure: Construct makefiles and header files... | |
configure: | |
configure: creating config_vars.mk | |
configure: creating ./config.status | |
creating modules/aaa/Makefile | |
creating modules/arch/win32/Makefile | |
creating modules/cache/Makefile | |
creating modules/core/Makefile | |
creating modules/database/Makefile | |
creating modules/debugging/Makefile | |
creating modules/echo/Makefile | |
creating modules/examples/Makefile | |
creating modules/experimental/Makefile | |
creating modules/filters/Makefile | |
creating modules/http/Makefile | |
creating modules/ldap/Makefile | |
creating modules/loggers/Makefile | |
creating modules/lua/Makefile | |
creating modules/metadata/Makefile | |
creating modules/proxy/Makefile | |
creating modules/session/Makefile | |
creating modules/slotmem/Makefile | |
creating modules/ssl/Makefile | |
creating modules/test/Makefile | |
creating os/unix/Makefile | |
creating modules/http2/Makefile | |
creating modules/md/Makefile | |
creating modules/proxy/balancers/Makefile | |
creating server/mpm/Makefile | |
creating server/mpm/event/Makefile | |
creating server/mpm/prefork/Makefile | |
creating server/mpm/worker/Makefile | |
creating modules/arch/unix/Makefile | |
creating modules/cluster/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 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 docs/conf/extra/proxy-html.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: summary of build options: | |
Server Version: 2.4.35 | |
Install prefix: /home/madumlao/.linuxbrew/Cellar/httpd/2.4.35 | |
C compiler: gcc-5 | |
CFLAGS: -g -O2 -pthread | |
CPPFLAGS: -DLINUX -D_REENTRANT -D_GNU_SOURCE | |
LDFLAGS: -L/home/madumlao/.linuxbrew/opt/openssl/lib | |
LIBS: | |
C preprocessor: gcc-5 -E | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc-5 called with: -E /tmp/cgmv4qiK/dummy.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E /tmp/cgmv4qiK/dummy.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: --version | |
superenv added: -pipe -O2 -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native --version -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -v | |
superenv executed: gcc-5 -v | |
gcc-5 called with: -V | |
superenv added: -pipe -O2 -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -V -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -qversion | |
superenv added: -pipe -O2 -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -qversion -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -O2 -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -lm | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -lm -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -lcrypt | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -lcrypt -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -fPIE -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib -pie conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -fPIE -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib -pie conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -lz | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -lz -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/opt/brotli/include conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/opt/brotli/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_builddir)/server -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/http2 -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_builddir)/server -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/http2 -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -O2 -march=native -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c | |
superenv added: -pipe -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -O2 -march=native -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_builddir)/server -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/http2 -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server -I$(top_srcdir)/modules/md -I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers conftest.c | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_builddir)/server -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/http2 -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server -I$(top_srcdir)/modules/md -I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers conftest.c -isystem/home/madumlao/.linuxbrew/include | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-10-14 22:43:47 +0800 | |
make | |
Making all in srclib | |
make[1]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/srclib' | |
make[1]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/srclib' | |
Making all in os | |
make[1]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os' | |
Making all in unix | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix' | |
make[3]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix' | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c unixd.c && touch unixd.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-5 -g -O2 -pthread -pie -L/home/madumlao/.linuxbrew/opt/openssl/lib -o libos.la -static unixd.lo | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[3]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix' | |
make[1]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os' | |
Making all in server | |
make[1]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server' | |
Making all in mpm | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server/mpm' | |
Making all in prefork | |
make[3]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server/mpm/prefork' | |
make[3]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server/mpm/prefork' | |
Making all in event | |
make[3]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server/mpm/event' | |
make[3]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server/mpm/event' | |
Making all in worker | |
make[3]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server/mpm/worker' | |
make[3]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server/mpm/worker' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server/mpm' | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server' | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c config.c && touch config.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c log.c && touch log.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c main.c && touch main.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c vhost.c && touch vhost.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c gen_test_char.c && touch gen_test_char.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_fcgi.c && touch util_fcgi.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_script.c && touch util_script.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_md5.c && touch util_md5.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_cfgtree.c && touch util_cfgtree.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_ebcdic.c && touch util_ebcdic.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_time.c && touch util_time.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c connection.c && touch connection.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c listen.c && touch listen.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_mutex.c && touch util_mutex.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c mpm_common.c && touch mpm_common.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c mpm_unix.c && touch mpm_unix.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c mpm_fdqueue.c && touch mpm_fdqueue.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_charset.c && touch util_charset.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_cookies.c && touch util_cookies.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_debug.c && touch util_debug.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_xml.c && touch util_xml.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_filter.c && touch util_filter.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_pcre.c && touch util_pcre.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_regex.c && touch util_regex.lo | |
( for dir in /tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include /tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix; do \ | |
ls $dir/*.h ; \ | |
done; \ | |
echo "/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server/mpm_fdqueue.h"; \ | |
for dir in /home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 /home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1; do \ | |
ls $dir/ap[ru].h $dir/ap[ru]_*.h 2>/dev/null; \ | |
done; \ | |
) | sed -e s,//,/,g | sort -u > export_files | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c scoreboard.c && touch scoreboard.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c error_bucket.c && touch error_bucket.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c protocol.c && touch protocol.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c core.c && touch core.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c request.c && touch request.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c provider.c && touch provider.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c eoc_bucket.c && touch eoc_bucket.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c eor_bucket.c && touch eor_bucket.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c core_filters.c && touch core_filters.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_expr_parse.c && touch util_expr_parse.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_expr_scan.c && touch util_expr_scan.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util_expr_eval.c && touch util_expr_eval.lo | |
gawk -f /tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/build/make_var_export.awk `cat export_files` > export_vars.h | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-5 -g -O2 -pthread -pie -L/home/madumlao/.linuxbrew/opt/openssl/lib -o gen_test_char -L/home/madumlao/.linuxbrew/opt/openssl/lib gen_test_char.lo | |
gawk -f /tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/build/make_exports.awk `cat export_files` > exports.c | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c exports.c && touch exports.lo | |
gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers exports.c | grep "ap_hack_" | grep -v apr_ | sed -e 's/^.*[)]\(.*\);$/\1/' >> httpd.exp | |
./gen_test_char > test_char.h | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c util.c && touch util.lo | |
gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers export_vars.h | grep -v apr_ | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> httpd.exp | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-5 -g -O2 -pthread -pie -L/home/madumlao/.linuxbrew/opt/openssl/lib -o libmain.la -static config.lo log.lo main.lo vhost.lo util.lo util_fcgi.lo util_script.lo util_md5.lo util_cfgtree.lo util_ebcdic.lo util_time.lo connection.lo listen.lo util_mutex.lo mpm_common.lo mpm_unix.lo mpm_fdqueue.lo util_charset.lo util_cookies.lo util_debug.lo util_xml.lo util_filter.lo util_pcre.lo util_regex.lo exports.lo scoreboard.lo error_bucket.lo protocol.lo core.lo request.lo provider.lo eoc_bucket.lo eor_bucket.lo core_filters.lo util_expr_parse.lo util_expr_scan.lo util_expr_eval.lo | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server' | |
make[1]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server' | |
Making all in modules | |
make[1]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules' | |
Making all in aaa | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa' | |
Making all in cache | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache' | |
Making all in core | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core' | |
make[3]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core' | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c mod_so.c && touch mod_so.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-5 -g -O2 -pthread -static -L/home/madumlao/.linuxbrew/opt/openssl/lib -o libmod_so.la mod_so.lo | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[3]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core' | |
Making all in database | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database' | |
Making all in debugging | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/debugging' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/debugging' | |
Making all in echo | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/echo' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/echo' | |
Making all in filters | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters' | |
Making all in http | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http' | |
make[3]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http' | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c http_core.c && touch http_core.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c http_protocol.c && touch http_protocol.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c http_request.c && touch http_request.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c http_filters.c && touch http_filters.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c chunk_filter.c && touch chunk_filter.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c byterange_filter.c && touch byterange_filter.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c http_etag.c && touch http_etag.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-5 -g -O2 -pthread -static -L/home/madumlao/.linuxbrew/opt/openssl/lib -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 | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[3]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http' | |
Making all in loggers | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers' | |
Making all in metadata | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/metadata' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/metadata' | |
Making all in proxy | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy' | |
Making all in session | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session' | |
Making all in slotmem | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/slotmem' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/slotmem' | |
Making all in ssl | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl' | |
Making all in test | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test' | |
Making all in http2 | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2' | |
Making all in md | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md' | |
Making all in proxy/balancers | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy/balancers' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy/balancers' | |
Making all in arch/unix | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix' | |
Making all in cluster | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cluster' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cluster' | |
Making all in dav/main | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main' | |
Making all in generators | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators' | |
Making all in dav/fs | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/fs' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/fs' | |
Making all in dav/lock | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/lock' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/lock' | |
Making all in mappers | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers' | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers' | |
make[1]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules' | |
Making all in support | |
make[1]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/support' | |
make[2]: Entering directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/support' | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c htpasswd.c && touch htpasswd.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c passwd_common.c && touch passwd_common.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c htdigest.c && touch htdigest.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c htdbm.c && touch htdbm.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE \ | |
-I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c ab.c && touch ab.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c logresolve.c && touch logresolve.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c httxt2dbm.c && touch httxt2dbm.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c htcacheclean.c && touch htcacheclean.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c rotatelogs.c && touch rotatelogs.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c checkgid.c && touch checkgid.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -fPIE -prefer-non-pic -static -c fcgistarter.c && touch fcgistarter.lo | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-5 -g -O2 -pthread -pie -L/home/madumlao/.linuxbrew/opt/openssl/lib -o htpasswd htpasswd.lo passwd_common.lo -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -R/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib -R/home/madumlao/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -lcrypt | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-5 -g -O2 -pthread -pie -L/home/madumlao/.linuxbrew/opt/openssl/lib -o htdigest htdigest.lo -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -R/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib -R/home/madumlao/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-5 -g -O2 -pthread -pie -L/home/madumlao/.linuxbrew/opt/openssl/lib -o htdbm htdbm.lo passwd_common.lo -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -R/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib -R/home/madumlao/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -lcrypt | |
/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-5 -g -O2 -pthread -pie \ | |
-L/home/madumlao/.linuxbrew/opt/openssl/lib -o ab ab.lo -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -R/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib -R/home/madumlao/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -lm -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl | |
/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib/libaprutil-1.so: undefined reference to `apr_allocator_align' | |
collect2: error: ld returned 1 exit status | |
Makefile:48: recipe for target 'htpasswd' failed | |
make[2]: *** [htpasswd] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib/libaprutil-1.so: undefined reference to `apr_allocator_align' | |
collect2: error: ld returned 1 exit status | |
Makefile:52: recipe for target 'htdigest' failed | |
make[2]: *** [htdigest] Error 1 | |
/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib/libaprutil-1.so: undefined reference to `apr_allocator_align' | |
collect2: error: ld returned 1 exit status | |
Makefile:65: recipe for target 'htdbm' failed | |
make[2]: *** [htdbm] Error 1 | |
/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib/libaprutil-1.so: undefined reference to `apr_allocator_align' | |
collect2: error: ld returned 1 exit status | |
Makefile:73: recipe for target 'ab' failed | |
make[2]: *** [ab] Error 1 | |
make[2]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/support' | |
/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/build/rules.mk:75: recipe for target 'all-recursive' failed | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory '/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/support' | |
/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/build/rules.mk:75: recipe for target 'all-recursive' failed | |
make: *** [all-recursive] Error 1 | |
HOMEBREW_VERSION: 1.7.7 | |
ORIGIN: https://github.com/Linuxbrew/brew | |
HEAD: 765540726cda3a2871c13d00cdf9faa3166e8c77 | |
Last commit: 2 days ago | |
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
Core tap HEAD: 7ec9297fd142bbf3281609a26eab6cba3f8b3fd9 | |
Core tap last commit: 5 hours ago | |
HOMEBREW_PREFIX: /home/madumlao/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/madumlao/.linuxbrew/Homebrew | |
HOMEBREW_CELLAR: /home/madumlao/.linuxbrew/Cellar | |
HOMEBREW_CACHE: /home/madumlao/.cache/Homebrew | |
CPU: quad-core 64-bit sandybridge | |
Homebrew Ruby: 2.3.7 => /home/madumlao/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby | |
Clang: N/A | |
Git: 2.7.4 => /usr/bin/git | |
Curl: 7.47.0 => /usr/bin/curl | |
Java: 9.0.4 | |
Kernel: Linux 4.15.0-36-generic x86_64 GNU/Linux | |
OS: Ubuntu 16.04.5 LTS (xenial) | |
Host glibc: 2.23 | |
/usr/bin/gcc: 5.4.0 | |
glibc: N/A | |
gcc: N/A | |
xorg: N/A | |
HOMEBREW_CC: gcc-5 | |
HOMEBREW_CXX: g++-5 | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /home/madumlao/.linuxbrew | |
PKG_CONFIG_PATH: /home/madumlao/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/openssl/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/sqlite/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/zlib/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/python@2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libbsd/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/expat/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/brotli/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/c-ares/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jansson/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libevent/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jemalloc/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/nghttp2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/pcre/lib/pkgconfig | |
HOMEBREW_GIT: git | |
ACLOCAL_PATH: /home/madumlao/.linuxbrew/share/aclocal | |
PATH: /home/madumlao/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/home/madumlao/.linuxbrew/opt/ncurses/bin:/home/madumlao/.linuxbrew/opt/gdbm/bin:/home/madumlao/.linuxbrew/opt/openssl/bin:/home/madumlao/.linuxbrew/opt/sqlite/bin:/home/madumlao/.linuxbrew/opt/bzip2/bin:/home/madumlao/.linuxbrew/opt/python@2/bin:/home/madumlao/.linuxbrew/opt/util-linux/bin:/home/madumlao/.linuxbrew/opt/apr/bin:/home/madumlao/.linuxbrew/opt/expat/bin:/home/madumlao/.linuxbrew/opt/apr-util/bin:/home/madumlao/.linuxbrew/opt/brotli/bin:/home/madumlao/.linuxbrew/opt/libevent/bin:/home/madumlao/.linuxbrew/opt/libxml2/bin:/home/madumlao/.linuxbrew/opt/jemalloc/bin:/home/madumlao/.linuxbrew/opt/nghttp2/bin:/home/madumlao/.linuxbrew/opt/pcre/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c unixd.c -fPIE -o unixd.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c unixd.c -fPIE -o unixd.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c config.c -fPIE -o config.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c config.c -fPIE -o config.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c log.c -fPIE -o log.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c log.c -fPIE -o log.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c main.c -fPIE -o main.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c main.c -fPIE -o main.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c vhost.c -fPIE -o vhost.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c vhost.c -fPIE -o vhost.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c gen_test_char.c -fPIE -o gen_test_char.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c gen_test_char.c -fPIE -o gen_test_char.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_fcgi.c -fPIE -o util_fcgi.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_fcgi.c -fPIE -o util_fcgi.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_script.c -fPIE -o util_script.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_script.c -fPIE -o util_script.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_md5.c -fPIE -o util_md5.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_md5.c -fPIE -o util_md5.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_cfgtree.c -fPIE -o util_cfgtree.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_cfgtree.c -fPIE -o util_cfgtree.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_ebcdic.c -fPIE -o util_ebcdic.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_ebcdic.c -fPIE -o util_ebcdic.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_time.c -fPIE -o util_time.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_time.c -fPIE -o util_time.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c connection.c -fPIE -o connection.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c connection.c -fPIE -o connection.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c listen.c -fPIE -o listen.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c listen.c -fPIE -o listen.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_mutex.c -fPIE -o util_mutex.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_mutex.c -fPIE -o util_mutex.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c mpm_common.c -fPIE -o mpm_common.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c mpm_common.c -fPIE -o mpm_common.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c mpm_unix.c -fPIE -o mpm_unix.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c mpm_unix.c -fPIE -o mpm_unix.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c mpm_fdqueue.c -fPIE -o mpm_fdqueue.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c mpm_fdqueue.c -fPIE -o mpm_fdqueue.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_charset.c -fPIE -o util_charset.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_charset.c -fPIE -o util_charset.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_cookies.c -fPIE -o util_cookies.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_cookies.c -fPIE -o util_cookies.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_debug.c -fPIE -o util_debug.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_debug.c -fPIE -o util_debug.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_xml.c -fPIE -o util_xml.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_xml.c -fPIE -o util_xml.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_filter.c -fPIE -o util_filter.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_filter.c -fPIE -o util_filter.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_pcre.c -fPIE -o util_pcre.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_pcre.c -fPIE -o util_pcre.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_regex.c -fPIE -o util_regex.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_regex.c -fPIE -o util_regex.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c scoreboard.c -fPIE -o scoreboard.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c scoreboard.c -fPIE -o scoreboard.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c error_bucket.c -fPIE -o error_bucket.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c error_bucket.c -fPIE -o error_bucket.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c protocol.c -fPIE -o protocol.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c protocol.c -fPIE -o protocol.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c core.c -fPIE -o core.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c core.c -fPIE -o core.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c request.c -fPIE -o request.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c request.c -fPIE -o request.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c provider.c -fPIE -o provider.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c provider.c -fPIE -o provider.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c eoc_bucket.c -fPIE -o eoc_bucket.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c eoc_bucket.c -fPIE -o eoc_bucket.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c eor_bucket.c -fPIE -o eor_bucket.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c eor_bucket.c -fPIE -o eor_bucket.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c core_filters.c -fPIE -o core_filters.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c core_filters.c -fPIE -o core_filters.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_expr_parse.c -fPIE -o util_expr_parse.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_expr_parse.c -fPIE -o util_expr_parse.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_expr_scan.c -fPIE -o util_expr_scan.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_expr_scan.c -fPIE -o util_expr_scan.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_expr_eval.c -fPIE -o util_expr_eval.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util_expr_eval.c -fPIE -o util_expr_eval.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -pie -o gen_test_char gen_test_char.o -L/home/madumlao/.linuxbrew/opt/openssl/lib -pthread | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -pie -o gen_test_char gen_test_char.o -L/home/madumlao/.linuxbrew/opt/openssl/lib -pthread -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers exports.c | |
superenv removed: -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers exports.c -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c exports.c -fPIE -o exports.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c exports.c -fPIE -o exports.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers export_vars.h | |
superenv removed: -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers export_vars.h -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util.c -fPIE -o util.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c util.c -fPIE -o util.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c mod_so.c -fPIE -o mod_so.o | |
superenv removed: -g -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c mod_so.c -fPIE -o mod_so.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c http_protocol.c -fPIE -o http_protocol.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c http_protocol.c -fPIE -o http_protocol.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c http_core.c -fPIE -o http_core.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c http_core.c -fPIE -o http_core.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c http_request.c -fPIE -o http_request.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c http_request.c -fPIE -o http_request.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c http_filters.c -fPIE -o http_filters.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c http_filters.c -fPIE -o http_filters.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c chunk_filter.c -fPIE -o chunk_filter.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c chunk_filter.c -fPIE -o chunk_filter.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c byterange_filter.c -fPIE -o byterange_filter.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c byterange_filter.c -fPIE -o byterange_filter.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c http_etag.c -fPIE -o http_etag.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c http_etag.c -fPIE -o http_etag.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c htdigest.c -fPIE -o htdigest.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c htdigest.c -fPIE -o htdigest.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c passwd_common.c -fPIE -o passwd_common.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c passwd_common.c -fPIE -o passwd_common.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c htpasswd.c -fPIE -o htpasswd.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c htpasswd.c -fPIE -o htpasswd.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c htdbm.c -fPIE -o htdbm.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c htdbm.c -fPIE -o htdbm.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c logresolve.c -fPIE -o logresolve.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c logresolve.c -fPIE -o logresolve.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c ab.c -fPIE -o ab.o | |
superenv removed: -g -I/home/madumlao/.linuxbrew/opt/openssl/include | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c ab.c -fPIE -o ab.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c httxt2dbm.c -fPIE -o httxt2dbm.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c httxt2dbm.c -fPIE -o httxt2dbm.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c htcacheclean.c -fPIE -o htcacheclean.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c htcacheclean.c -fPIE -o htcacheclean.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c rotatelogs.c -fPIE -o rotatelogs.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c rotatelogs.c -fPIE -o rotatelogs.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c checkgid.c -fPIE -o checkgid.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c checkgid.c -fPIE -o checkgid.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c fcgistarter.c -fPIE -o fcgistarter.o | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/os/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/aaa -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/cache -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/core -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/database -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/filters -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ldap -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/server -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/loggers -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/lua -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/proxy -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/http2 -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/session -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/ssl -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/test -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/md -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/arch/unix -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/dav/main -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/generators -I/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/modules/mappers -c fcgistarter.c -fPIE -o fcgistarter.o -isystem/home/madumlao/.linuxbrew/include | |
gcc-5 called with: -g -O2 -pthread -pie -o htpasswd htpasswd.o passwd_common.o -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 /usr/lib/x86_64-linux-gnu/libexpat.so -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib /usr/lib/x86_64-linux-gnu/libapr-1.so -luuid -lrt -lpthread -ldl -lcrypt -pthread -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr/libexec/lib | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -pie -o htpasswd htpasswd.o passwd_common.o -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 /usr/lib/x86_64-linux-gnu/libexpat.so -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib /usr/lib/x86_64-linux-gnu/libapr-1.so -luuid -lrt -lpthread -ldl -lcrypt -pthread -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr/libexec/lib -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -g -O2 -pthread -pie -o htdigest htdigest.o -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 /usr/lib/x86_64-linux-gnu/libexpat.so -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib /usr/lib/x86_64-linux-gnu/libapr-1.so -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr/libexec/lib | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -pie -o htdigest htdigest.o -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 /usr/lib/x86_64-linux-gnu/libexpat.so -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib /usr/lib/x86_64-linux-gnu/libapr-1.so -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr/libexec/lib -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -g -O2 -pthread -pie -o htdbm htdbm.o passwd_common.o -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 /usr/lib/x86_64-linux-gnu/libexpat.so -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib /usr/lib/x86_64-linux-gnu/libapr-1.so -luuid -lrt -lpthread -ldl -lcrypt -pthread -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr/libexec/lib | |
superenv removed: -g | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -pie -o htdbm htdbm.o passwd_common.o -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 /usr/lib/x86_64-linux-gnu/libexpat.so -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib /usr/lib/x86_64-linux-gnu/libapr-1.so -luuid -lrt -lpthread -ldl -lcrypt -pthread -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr/libexec/lib -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
gcc-5 called with: -g -O2 -pthread -pie -o ab ab.o -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 /usr/lib/x86_64-linux-gnu/libexpat.so -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib /usr/lib/x86_64-linux-gnu/libapr-1.so -lm -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr/libexec/lib | |
superenv removed: -g -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib | |
superenv added: -pipe -w -march=native -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
superenv executed: gcc-5 -pipe -w -O2 -march=native -pthread -pie -o ab ab.o -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 /usr/lib/x86_64-linux-gnu/libexpat.so -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib /usr/lib/x86_64-linux-gnu/libapr-1.so -lm -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/madumlao/.linuxbrew/opt/apr/libexec/lib -isystem/home/madumlao/.linuxbrew/include -L/home/madumlao/.linuxbrew/lib -B/home/madumlao/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib -Wl,-rpath=/home/madumlao/.linuxbrew/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/madumlao/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/madumlao/.linuxbrew/lib/ld.so | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --enable-layout=Slackware-FHS --prefix=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35 --sbindir=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/bin --mandir=/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/share/man --sysconfdir=/home/madumlao/.linuxbrew/etc/httpd --datadir=/home/madumlao/.linuxbrew/var/www --localstatedir=/home/madumlao/.linuxbrew/var --enable-mpms-shared=all --enable-mods-shared=all --enable-authnz-fcgi --enable-cgi --enable-pie --enable-suexec --with-suexec-bin=/home/madumlao/.linuxbrew/opt/httpd/bin/suexec --with-suexec-caller=_www --with-port=8080 --with-sslport=8443 --with-apr=/home/madumlao/.linuxbrew/opt/apr --with-apr-util=/home/madumlao/.linuxbrew/opt/apr-util --with-brotli=/home/madumlao/.linuxbrew/opt/brotli --with-mpm=prefork --with-nghttp2=/home/madumlao/.linuxbrew/opt/nghttp2 --with-ssl=/home/madumlao/.linuxbrew/opt/openssl --with-pcre=/home/madumlao/.linuxbrew/opt/pcre --with-libxml2=/home/madumlao/.linuxbrew/opt/libxml2 --disable-lua --disable-luajit | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = lezard | |
uname -m = x86_64 | |
uname -r = 4.15.0-36-generic | |
uname -s = Linux | |
uname -v = #39~16.04.1-Ubuntu SMP Tue Sep 25 08:59:23 UTC 2018 | |
/usr/bin/uname -p = unknown | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = unknown | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /home/madumlao/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super | |
PATH: /home/madumlao/.linuxbrew/opt/ncurses/bin | |
PATH: /home/madumlao/.linuxbrew/opt/gdbm/bin | |
PATH: /home/madumlao/.linuxbrew/opt/openssl/bin | |
PATH: /home/madumlao/.linuxbrew/opt/sqlite/bin | |
PATH: /home/madumlao/.linuxbrew/opt/bzip2/bin | |
PATH: /home/madumlao/.linuxbrew/opt/python@2/bin | |
PATH: /home/madumlao/.linuxbrew/opt/util-linux/bin | |
PATH: /home/madumlao/.linuxbrew/opt/apr/bin | |
PATH: /home/madumlao/.linuxbrew/opt/expat/bin | |
PATH: /home/madumlao/.linuxbrew/opt/apr-util/bin | |
PATH: /home/madumlao/.linuxbrew/opt/brotli/bin | |
PATH: /home/madumlao/.linuxbrew/opt/libevent/bin | |
PATH: /home/madumlao/.linuxbrew/opt/libxml2/bin | |
PATH: /home/madumlao/.linuxbrew/opt/jemalloc/bin | |
PATH: /home/madumlao/.linuxbrew/opt/nghttp2/bin | |
PATH: /home/madumlao/.linuxbrew/opt/pcre/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3131: checking for chosen layout | |
configure:3133: result: Slackware-FHS | |
configure:3936: checking for working mkdir -p | |
configure:3952: result: yes | |
configure:3961: checking for grep that handles long lines and -e | |
configure:4019: result: /bin/grep | |
configure:4024: checking for egrep | |
configure:4086: result: /bin/grep -E | |
configure:4102: checking build system type | |
configure:4116: result: x86_64-pc-linux-gnu | |
configure:4136: checking host system type | |
configure:4149: result: x86_64-pc-linux-gnu | |
configure:4169: checking target system type | |
configure:4182: result: x86_64-pc-linux-gnu | |
configure:4212: | |
configure:4214: Configuring Apache Portable Runtime library... | |
configure:4216: | |
configure:4257: checking for APR | |
configure:4402: result: yes | |
configure:4662: | |
configure:4664: Configuring Apache Portable Runtime Utility library... | |
configure:4666: | |
configure:4703: checking for APR-util | |
configure:4782: result: yes | |
configure:5043: checking for gcc | |
configure:5070: result: gcc-5 | |
configure:5299: checking for C compiler version | |
configure:5308: gcc-5 --version >&5 | |
gcc-5 (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609 | |
Copyright (C) 2015 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:5319: $? = 0 | |
configure:5308: gcc-5 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=gcc-5 | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper | |
Target: x86_64-linux-gnu | |
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.10' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
Thread model: posix | |
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10) | |
configure:5319: $? = 0 | |
configure:5308: gcc-5 -V >&5 | |
gcc-5: error: unrecognized command line option '-V' | |
configure:5319: $? = 1 | |
configure:5308: gcc-5 -qversion >&5 | |
gcc-5: error: unrecognized command line option '-qversion' | |
configure:5319: $? = 1 | |
configure:5339: checking whether the C compiler works | |
configure:5361: gcc-5 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:5365: $? = 0 | |
configure:5413: result: yes | |
configure:5416: checking for C compiler default output file name | |
configure:5418: result: a.out | |
configure:5424: checking for suffix of executables | |
configure:5431: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:5435: $? = 0 | |
configure:5457: result: | |
configure:5479: checking whether we are cross compiling | |
configure:5487: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:5491: $? = 0 | |
configure:5498: ./conftest | |
configure:5502: $? = 0 | |
configure:5517: result: no | |
configure:5522: checking for suffix of object files | |
configure:5544: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:5548: $? = 0 | |
configure:5569: result: o | |
configure:5573: checking whether we are using the GNU C compiler | |
configure:5592: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:5592: $? = 0 | |
configure:5601: result: yes | |
configure:5610: checking whether gcc-5 accepts -g | |
configure:5630: gcc-5 -c -g -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:5630: $? = 0 | |
configure:5671: result: yes | |
configure:5688: checking for gcc-5 option to accept ISO C89 | |
configure:5751: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:5751: $? = 0 | |
configure:5764: result: none needed | |
configure:5789: checking how to run the C preprocessor | |
configure:5859: result: gcc-5 -E | |
configure:5879: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:5879: $? = 0 | |
configure:5893: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:5893: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5922: checking for gcc-5 option to accept ISO C99 | |
configure:6071: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:6071: $? = 0 | |
configure:6084: result: none needed | |
configure:6115: checking for pcre-config | |
configure:6133: found /home/madumlao/.linuxbrew/opt/pcre/bin/pcre-config | |
configure:6146: result: /home/madumlao/.linuxbrew/opt/pcre/bin/pcre-config | |
configure:6169: Using external PCRE library from /home/madumlao/.linuxbrew/opt/pcre/bin/pcre-config | |
configure:6221: | |
configure:6223: Configuring Apache httpd... | |
configure:6225: | |
configure:6365: | |
configure:6367: Applying OS-specific hints for httpd... | |
configure:6369: | |
configure:6535: checking for rm | |
configure:6553: found /bin/rm | |
configure:6565: result: /bin/rm | |
configure:6575: checking for pkg-config | |
configure:6593: found /usr/bin/pkg-config | |
configure:6605: result: /usr/bin/pkg-config | |
configure:6615: checking for rsync | |
configure:6633: found /usr/bin/rsync | |
configure:6645: result: /usr/bin/rsync | |
configure:6657: checking for gawk | |
configure:6673: found /usr/bin/gawk | |
configure:6684: result: gawk | |
configure:6695: checking whether ln -s works | |
configure:6699: result: yes | |
configure:6749: checking for ranlib | |
configure:6765: found /usr/bin/ranlib | |
configure:6776: result: ranlib | |
configure:6802: checking for lynx | |
configure:6832: result: no | |
configure:6802: checking for links | |
configure:6832: result: no | |
configure:6802: checking for elinks | |
configure:6832: result: no | |
configure:6857: checking for ANSI C header files | |
configure:6877: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:6877: $? = 0 | |
configure:6950: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:6950: $? = 0 | |
configure:6950: ./conftest | |
configure:6950: $? = 0 | |
configure:6961: result: yes | |
configure:6974: checking for sys/types.h | |
configure:6974: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:6974: $? = 0 | |
configure:6974: result: yes | |
configure:6974: checking for sys/stat.h | |
configure:6974: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:6974: $? = 0 | |
configure:6974: result: yes | |
configure:6974: checking for stdlib.h | |
configure:6974: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:6974: $? = 0 | |
configure:6974: result: yes | |
configure:6974: checking for string.h | |
configure:6974: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:6974: $? = 0 | |
configure:6974: result: yes | |
configure:6974: checking for memory.h | |
configure:6974: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:6974: $? = 0 | |
configure:6974: result: yes | |
configure:6974: checking for strings.h | |
configure:6974: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:6974: $? = 0 | |
configure:6974: result: yes | |
configure:6974: checking for inttypes.h | |
configure:6974: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:6974: $? = 0 | |
configure:6974: result: yes | |
configure:6974: checking for stdint.h | |
configure:6974: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:6974: $? = 0 | |
configure:6974: result: yes | |
configure:6974: checking for unistd.h | |
configure:6974: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:6974: $? = 0 | |
configure:6974: result: yes | |
configure:6987: checking minix/config.h usability | |
configure:6987: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
conftest.c:52:26: fatal error: minix/config.h: No such file or directory | |
compilation terminated. | |
configure:6987: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <minix/config.h> | |
configure:6987: result: no | |
configure:6987: checking minix/config.h presence | |
configure:6987: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
conftest.c:19:26: fatal error: minix/config.h: No such file or directory | |
compilation terminated. | |
configure:6987: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <minix/config.h> | |
configure:6987: result: no | |
configure:6987: checking for minix/config.h | |
configure:6987: result: no | |
configure:7008: checking whether it is safe to define __EXTENSIONS__ | |
configure:7026: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:7026: $? = 0 | |
configure:7033: result: yes | |
configure:7049: checking for library containing strerror | |
configure:7080: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:7080: $? = 0 | |
configure:7097: result: none required | |
configure:7119: checking for APR version 1.3.0 or later | |
configure:7143: result: yes | |
configure:7176: checking for APR-util version 1.3.0 or later | |
configure:7200: result: yes | |
configure:7302: checking for ANSI C header files | |
configure:7406: result: yes | |
configure:7430: checking for string.h | |
configure:7430: result: yes | |
configure:7430: checking limits.h usability | |
configure:7430: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking limits.h presence | |
configure:7430: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking for limits.h | |
configure:7430: result: yes | |
configure:7430: checking for unistd.h | |
configure:7430: result: yes | |
configure:7430: checking sys/socket.h usability | |
configure:7430: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking sys/socket.h presence | |
configure:7430: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking for sys/socket.h | |
configure:7430: result: yes | |
configure:7430: checking pwd.h usability | |
configure:7430: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking pwd.h presence | |
configure:7430: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking for pwd.h | |
configure:7430: result: yes | |
configure:7430: checking grp.h usability | |
configure:7430: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking grp.h presence | |
configure:7430: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking for grp.h | |
configure:7430: result: yes | |
configure:7430: checking for strings.h | |
configure:7430: result: yes | |
configure:7430: checking sys/prctl.h usability | |
configure:7430: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking sys/prctl.h presence | |
configure:7430: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking for sys/prctl.h | |
configure:7430: result: yes | |
configure:7430: checking sys/processor.h usability | |
configure:7430: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
conftest.c:66:27: fatal error: sys/processor.h: No such file or directory | |
compilation terminated. | |
configure:7430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/processor.h> | |
configure:7430: result: no | |
configure:7430: checking sys/processor.h presence | |
configure:7430: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
conftest.c:33:27: fatal error: sys/processor.h: No such file or directory | |
compilation terminated. | |
configure:7430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/processor.h> | |
configure:7430: result: no | |
configure:7430: checking for sys/processor.h | |
configure:7430: result: no | |
configure:7430: checking sys/sem.h usability | |
configure:7430: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking sys/sem.h presence | |
configure:7430: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:7430: $? = 0 | |
configure:7430: result: yes | |
configure:7430: checking for sys/sem.h | |
configure:7430: result: yes | |
configure:7430: checking sys/sdt.h usability | |
configure:7430: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
conftest.c:67:21: fatal error: sys/sdt.h: No such file or directory | |
compilation terminated. | |
configure:7430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/sdt.h> | |
configure:7430: result: no | |
configure:7430: checking sys/sdt.h presence | |
configure:7430: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
conftest.c:34:21: fatal error: sys/sdt.h: No such file or directory | |
compilation terminated. | |
configure:7430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/sdt.h> | |
configure:7430: result: no | |
configure:7430: checking for sys/sdt.h | |
configure:7430: result: no | |
configure:7430: checking sys/loadavg.h usability | |
configure:7430: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
conftest.c:67:25: fatal error: sys/loadavg.h: No such file or directory | |
compilation terminated. | |
configure:7430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/loadavg.h> | |
configure:7430: result: no | |
configure:7430: checking sys/loadavg.h presence | |
configure:7430: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
conftest.c:34:25: fatal error: sys/loadavg.h: No such file or directory | |
compilation terminated. | |
configure:7430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/loadavg.h> | |
configure:7430: result: no | |
configure:7430: checking for sys/loadavg.h | |
configure:7430: result: no | |
configure:7440: checking for sys/wait.h that is POSIX.1 compatible | |
configure:7466: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:7466: $? = 0 | |
configure:7473: result: yes | |
configure:7483: checking for an ANSI C-conforming const | |
configure:7549: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:7549: $? = 0 | |
configure:7556: result: yes | |
configure:7567: checking for library containing sqrt | |
configure:7598: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
conftest.c:42:6: warning: conflicting types for built-in function 'sqrt' | |
char sqrt (); | |
^ | |
/tmp/ccGRTP2W.o: In function `main': | |
/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/conftest.c:46: undefined reference to `sqrt' | |
collect2: error: ld returned 1 exit status | |
configure:7598: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sqrt (); | |
| int | |
| main () | |
| { | |
| return sqrt (); | |
| ; | |
| return 0; | |
| } | |
configure:7598: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -lm >&5 | |
conftest.c:42:6: warning: conflicting types for built-in function 'sqrt' | |
char sqrt (); | |
^ | |
configure:7598: $? = 0 | |
configure:7615: result: -lm | |
configure:7632: checking for library containing crypt | |
configure:7663: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
/tmp/ccakXGwc.o: In function `main': | |
/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/conftest.c:46: undefined reference to `crypt' | |
collect2: error: ld returned 1 exit status | |
configure:7663: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char crypt (); | |
| int | |
| main () | |
| { | |
| return crypt (); | |
| ; | |
| return 0; | |
| } | |
configure:7663: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -lcrypt >&5 | |
configure:7663: $? = 0 | |
configure:7680: result: -lcrypt | |
configure:7709: checking for getpwnam | |
configure:7709: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:7709: $? = 0 | |
configure:7709: result: yes | |
configure:7709: checking for getgrnam | |
configure:7709: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:7709: $? = 0 | |
configure:7709: result: yes | |
configure:7709: checking for initgroups | |
configure:7709: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:7709: $? = 0 | |
configure:7709: result: yes | |
configure:7709: checking for bindprocessor | |
configure:7709: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
/tmp/ccrnADFP.o: In function `main': | |
/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/conftest.c:72: undefined reference to `bindprocessor' | |
collect2: error: ld returned 1 exit status | |
configure:7709: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETGRNAM 1 | |
| #define HAVE_INITGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define bindprocessor to an innocuous variant, in case <limits.h> declares bindprocessor. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define bindprocessor innocuous_bindprocessor | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char bindprocessor (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef bindprocessor | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char bindprocessor (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_bindprocessor || defined __stub___bindprocessor | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return bindprocessor (); | |
| ; | |
| return 0; | |
| } | |
configure:7709: result: no | |
configure:7709: checking for prctl | |
configure:7709: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:7709: $? = 0 | |
configure:7709: result: yes | |
configure:7709: checking for timegm | |
configure:7709: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:7709: $? = 0 | |
configure:7709: result: yes | |
configure:7709: checking for getpgid | |
configure:7709: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:7709: $? = 0 | |
configure:7709: result: yes | |
configure:7709: checking for fopen64 | |
configure:7709: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:7709: $? = 0 | |
configure:7709: result: yes | |
configure:7709: checking for getloadavg | |
configure:7709: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:7709: $? = 0 | |
configure:7709: result: yes | |
configure:7721: checking for void pointer length | |
configure:7737: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:7737: $? = 0 | |
configure:7737: ./conftest | |
configure:7737: $? = 0 | |
configure:7747: result: no | |
configure:7755: checking for gettid() | |
configure:7772: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
conftest.c:43:0: warning: "_GNU_SOURCE" redefined | |
#define _GNU_SOURCE | |
^ | |
conftest.c:20:0: note: this is the location of the previous definition | |
#define _GNU_SOURCE 1 | |
^ | |
configure:7772: $? = 0 | |
configure:7772: ./conftest | |
configure:7772: $? = 0 | |
configure:7782: result: yes | |
configure:7790: checking for tm_gmtoff in struct tm | |
configure:7807: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:7807: $? = 0 | |
configure:7814: result: yes | |
configure:9395: checking whether gcc-5 accepts PIE flags | |
configure:9412: gcc-5 -o conftest -g -O2 -pthread -fPIE -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib -pie conftest.c >&5 | |
configure:9412: $? = 0 | |
configure:9412: ./conftest | |
configure:9412: $? = 0 | |
configure:9425: result: yes | |
configure:9549: checking whether to enable mod_authn_file | |
configure:9610: result: shared | |
configure:9690: checking whether to enable mod_authn_dbm | |
configure:9751: result: shared (all) | |
configure:9831: checking whether to enable mod_authn_anon | |
configure:9892: result: shared (all) | |
configure:9972: checking whether to enable mod_authn_dbd | |
configure:10033: result: shared (all) | |
configure:10113: checking whether to enable mod_authn_socache | |
configure:10174: result: shared (all) | |
configure:10255: checking whether to enable mod_authn_core | |
configure:10316: result: shared | |
configure:10397: checking whether to enable mod_authz_host | |
configure:10458: result: shared | |
configure:10538: checking whether to enable mod_authz_groupfile | |
configure:10599: result: shared | |
configure:10679: checking whether to enable mod_authz_user | |
configure:10740: result: shared | |
configure:10820: checking whether to enable mod_authz_dbm | |
configure:10881: result: shared (all) | |
configure:10961: checking whether to enable mod_authz_owner | |
configure:11022: result: shared (all) | |
configure:11102: checking whether to enable mod_authz_dbd | |
configure:11163: result: shared (all) | |
configure:11244: checking whether to enable mod_authz_core | |
configure:11305: result: shared | |
configure:11386: checking whether to enable mod_authnz_ldap | |
configure:11445: result: checking dependencies | |
configure:11450: checking for ldap support in apr/apr-util | |
configure:11478: result: no | |
configure:11510: WARNING: apr/apr-util is compiled without ldap support | |
configure:11516: checking whether to enable mod_authnz_ldap | |
configure:11526: result: no (disabled) | |
configure:11607: checking whether to enable mod_authnz_fcgi | |
configure:11668: result: shared | |
configure:11749: checking whether to enable mod_access_compat | |
configure:11810: result: shared | |
configure:11892: checking whether to enable mod_auth_basic | |
configure:11953: result: shared | |
configure:12033: checking whether to enable mod_auth_form | |
configure:12094: result: shared (all) | |
configure:12174: checking whether to enable mod_auth_digest | |
configure:12233: result: checking dependencies | |
configure:12266: checking whether to enable mod_auth_digest | |
configure:12276: result: shared (all) | |
configure:12357: checking whether to enable mod_allowmethods | |
configure:12418: result: shared (all) | |
configure:12554: checking whether to enable mod_isapi | |
configure:12615: result: no | |
configure:12729: checking whether to enable mod_file_cache | |
configure:12790: result: shared (all) | |
configure:12884: checking whether to enable mod_cache | |
configure:12945: result: shared (all) | |
configure:13025: checking whether to enable mod_cache_disk | |
configure:13084: result: checking dependencies | |
configure:13097: checking whether to enable mod_cache_disk | |
configure:13107: result: shared (all) | |
configure:13187: checking whether to enable mod_cache_socache | |
configure:13248: result: shared (all) | |
configure:13331: checking whether to enable mod_socache_shmcb | |
configure:13392: result: shared (all) | |
configure:13472: checking whether to enable mod_socache_dbm | |
configure:13533: result: shared (all) | |
configure:13613: checking whether to enable mod_socache_memcache | |
configure:13674: result: shared (all) | |
configure:13754: checking whether to enable mod_socache_dc | |
configure:14128: result: no | |
configure:14346: checking whether to enable mod_so | |
configure:14407: result: static | |
configure:14488: checking whether to enable mod_watchdog | |
configure:14547: result: checking dependencies | |
configure:14580: checking whether to enable mod_watchdog | |
configure:14590: result: shared (all) | |
configure:14671: checking whether to enable mod_macro | |
configure:14732: result: shared (all) | |
configure:14867: checking whether to enable mod_dbd | |
configure:14928: result: shared (all) | |
configure:15063: checking whether to enable mod_bucketeer | |
configure:15124: result: no | |
configure:15204: checking whether to enable mod_dumpio | |
configure:15265: result: shared (all) | |
configure:15379: checking whether to enable mod_echo | |
configure:15440: result: shared (all) | |
configure:15553: checking whether to enable mod_example_hooks | |
configure:15614: result: no | |
configure:15694: checking whether to enable mod_case_filter | |
configure:15755: result: no | |
configure:15835: checking whether to enable mod_case_filter_in | |
configure:15896: result: no | |
configure:15976: checking whether to enable mod_example_ipc | |
configure:16037: result: no | |
configure:16183: checking whether to enable mod_buffer | |
configure:16244: result: shared (all) | |
configure:16324: checking whether to enable mod_data | |
configure:16385: result: shared (all) | |
configure:16465: checking whether to enable mod_ratelimit | |
configure:16526: result: shared (all) | |
configure:16606: checking whether to enable mod_reqtimeout | |
configure:16667: result: shared | |
configure:16747: checking whether to enable mod_ext_filter | |
configure:16808: result: shared (all) | |
configure:16888: checking whether to enable mod_request | |
configure:16949: result: shared (all) | |
configure:17029: checking whether to enable mod_include | |
configure:17090: result: shared (all) | |
configure:17170: checking whether to enable mod_filter | |
configure:17231: result: shared | |
configure:17311: checking whether to enable mod_reflector | |
configure:17372: result: shared (all) | |
configure:17452: checking whether to enable mod_substitute | |
configure:17513: result: shared (all) | |
configure:17595: checking whether to enable mod_sed | |
configure:17654: result: checking dependencies | |
configure:17685: checking whether to enable mod_sed | |
configure:17695: result: shared (all) | |
configure:17921: checking whether to enable mod_charset_lite | |
configure:17982: result: shared (all) | |
configure:18065: checking whether to enable mod_deflate | |
configure:18124: result: checking dependencies | |
configure:18140: checking for zlib location | |
configure:18161: result: /usr | |
configure:18322: checking for zlib library | |
configure:18335: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c -lz >&5 | |
configure:18335: $? = 0 | |
configure:18336: result: found | |
configure:18399: checking whether to enable mod_deflate | |
configure:18409: result: shared (all) | |
configure:18492: checking whether to enable mod_xml2enc | |
configure:18551: result: checking dependencies | |
configure:18556: checking for libxml2 | |
configure:18571: checking for libxml2 | |
configure:18588: result: yes | |
configure:18639: checking whether to enable mod_xml2enc | |
configure:18649: result: shared (all) | |
configure:18729: checking whether to enable mod_proxy_html | |
configure:18788: result: checking dependencies | |
configure:18793: checking for libxml2 | |
configure:18825: result: yes | |
configure:18877: checking whether to enable mod_proxy_html | |
configure:18887: result: shared (all) | |
configure:18968: checking whether to enable mod_brotli | |
configure:19027: result: checking dependencies | |
configure:19066: checking for Brotli library >= 0.6.0 via prefix | |
configure:19081: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/opt/brotli/include conftest.c >&5 | |
configure:19081: $? = 0 | |
configure:19082: result: yes | |
configure:19184: checking whether to enable mod_brotli | |
configure:19194: result: shared (all) | |
configure:19337: checking whether to enable mod_http | |
configure:19398: result: static | |
configure:19478: checking whether to enable mod_mime | |
configure:19539: result: shared | |
configure:19654: checking whether to enable mod_ldap | |
configure:19713: result: checking dependencies | |
configure:19718: checking for ldap support in apr/apr-util | |
configure:19746: result: no | |
configure:19778: WARNING: apr/apr-util is compiled without ldap support | |
configure:19784: checking whether to enable mod_ldap | |
configure:19794: result: no (disabled) | |
configure:19930: checking whether to enable mod_log_config | |
configure:19991: result: shared | |
configure:20071: checking whether to enable mod_log_debug | |
configure:20132: result: shared (all) | |
configure:20212: checking whether to enable mod_log_forensic | |
configure:20273: result: shared (all) | |
configure:20379: checking whether to enable mod_logio | |
configure:20440: result: shared (all) | |
configure:20581: checking whether to enable mod_lua | |
configure:21719: result: no | |
configure:21855: checking whether to enable mod_env | |
configure:21916: result: shared | |
configure:21996: checking whether to enable mod_mime_magic | |
configure:22057: result: shared (all) | |
configure:22137: checking whether to enable mod_cern_meta | |
configure:22198: result: no | |
configure:22278: checking whether to enable mod_expires | |
configure:22339: result: shared (all) | |
configure:22419: checking whether to enable mod_headers | |
configure:22480: result: shared | |
configure:22560: checking whether to enable mod_ident | |
configure:22621: result: no | |
configure:22702: checking whether to enable mod_usertrack | |
configure:22761: result: checking dependencies | |
configure:22767: checking sys/times.h usability | |
configure:22767: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:22767: $? = 0 | |
configure:22767: result: yes | |
configure:22767: checking sys/times.h presence | |
configure:22767: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:22767: $? = 0 | |
configure:22767: result: yes | |
configure:22767: checking for sys/times.h | |
configure:22767: result: yes | |
configure:22779: checking for times | |
configure:22779: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:22779: $? = 0 | |
configure:22779: result: yes | |
configure:22790: checking whether to enable mod_usertrack | |
configure:22800: result: shared (all) | |
configure:22881: checking whether to enable mod_unique_id | |
configure:22942: result: shared (all) | |
configure:23022: checking whether to enable mod_setenvif | |
configure:23083: result: shared | |
configure:23163: checking whether to enable mod_version | |
configure:23224: result: shared | |
configure:23304: checking whether to enable mod_remoteip | |
configure:23365: result: shared (all) | |
configure:23479: checking whether to enable mod_proxy | |
configure:23540: result: shared (all) | |
configure:23658: checking whether to enable mod_proxy_connect | |
configure:23717: result: checking dependencies | |
configure:23730: checking whether to enable mod_proxy_connect | |
configure:23740: result: shared (most) | |
configure:23820: checking whether to enable mod_proxy_ftp | |
configure:23879: result: checking dependencies | |
configure:23892: checking whether to enable mod_proxy_ftp | |
configure:23902: result: shared (most) | |
configure:23982: checking whether to enable mod_proxy_http | |
configure:24041: result: checking dependencies | |
configure:24054: checking whether to enable mod_proxy_http | |
configure:24064: result: shared (most) | |
configure:24144: checking whether to enable mod_proxy_fcgi | |
configure:24203: result: checking dependencies | |
configure:24216: checking whether to enable mod_proxy_fcgi | |
configure:24226: result: shared (most) | |
configure:24306: checking whether to enable mod_proxy_scgi | |
configure:24365: result: checking dependencies | |
configure:24378: checking whether to enable mod_proxy_scgi | |
configure:24388: result: shared (most) | |
configure:24468: checking whether to enable mod_proxy_uwsgi | |
configure:24527: result: checking dependencies | |
configure:24540: checking whether to enable mod_proxy_uwsgi | |
configure:24550: result: shared (most) | |
configure:24630: checking whether to enable mod_proxy_fdpass | |
configure:24689: result: checking dependencies | |
configure:24701: checking whether CMSG_DATA is declared | |
configure:24701: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:24701: $? = 0 | |
configure:24701: result: yes | |
configure:24717: checking whether to enable mod_proxy_fdpass | |
configure:24727: result: shared (most) | |
configure:24807: checking whether to enable mod_proxy_wstunnel | |
configure:24866: result: checking dependencies | |
configure:24879: checking whether to enable mod_proxy_wstunnel | |
configure:24889: result: shared (most) | |
configure:24969: checking whether to enable mod_proxy_ajp | |
configure:25028: result: checking dependencies | |
configure:25041: checking whether to enable mod_proxy_ajp | |
configure:25051: result: shared (most) | |
configure:25131: checking whether to enable mod_proxy_balancer | |
configure:25190: result: checking dependencies | |
configure:25203: checking whether to enable mod_proxy_balancer | |
configure:25213: result: shared (most) | |
configure:25294: checking whether to enable mod_proxy_express | |
configure:25353: result: checking dependencies | |
configure:25366: checking whether to enable mod_proxy_express | |
configure:25376: result: shared (most) | |
configure:25456: checking whether to enable mod_proxy_hcheck | |
configure:25515: result: checking dependencies | |
configure:25536: checking whether to enable mod_proxy_hcheck | |
configure:25546: result: shared (most) | |
configure:25707: checking whether to enable mod_session | |
configure:25768: result: shared (all) | |
configure:25848: checking whether to enable mod_session_cookie | |
configure:25907: result: checking dependencies | |
configure:25920: checking whether to enable mod_session_cookie | |
configure:25930: result: shared (all) | |
configure:26033: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include conftest.c >&5 | |
configure:26033: $? = 0 | |
configure:26050: checking whether to enable mod_session_crypto | |
configure:26109: result: checking dependencies | |
configure:26126: checking whether to enable mod_session_crypto | |
configure:26136: result: shared (all) | |
configure:26217: checking whether to enable mod_session_dbd | |
configure:26276: result: checking dependencies | |
configure:26289: checking whether to enable mod_session_dbd | |
configure:26299: result: shared (all) | |
configure:26436: checking whether to enable mod_slotmem_shm | |
configure:26497: result: shared (all) | |
configure:26577: checking whether to enable mod_slotmem_plain | |
configure:26638: result: shared (all) | |
configure:26752: checking whether to enable mod_ssl | |
configure:26811: result: checking dependencies | |
configure:26816: checking for OpenSSL | |
configure:26829: checking for user-provided OpenSSL base directory | |
configure:26845: result: /home/madumlao/.linuxbrew/opt/openssl | |
configure:27178: checking for OpenSSL version >= 0.9.8a | |
configure:27197: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c >&5 | |
configure:27197: $? = 0 | |
configure:27198: result: OK | |
configure:27267: checking openssl/engine.h usability | |
configure:27267: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c >&5 | |
configure:27267: $? = 0 | |
configure:27267: result: yes | |
configure:27267: checking openssl/engine.h presence | |
configure:27267: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c | |
configure:27267: $? = 0 | |
configure:27267: result: yes | |
configure:27267: checking for openssl/engine.h | |
configure:27267: result: yes | |
configure:27279: checking for SSL_CTX_new | |
configure:27279: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl >&5 | |
configure:27279: $? = 0 | |
configure:27279: result: yes | |
configure:27293: checking for ENGINE_init | |
configure:27293: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl >&5 | |
configure:27293: $? = 0 | |
configure:27293: result: yes | |
configure:27293: checking for ENGINE_load_builtin_engines | |
configure:27293: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl >&5 | |
configure:27293: $? = 0 | |
configure:27293: result: yes | |
configure:27293: checking for RAND_egd | |
configure:27293: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl >&5 | |
configure:27293: $? = 0 | |
configure:27293: result: yes | |
configure:27319: result: yes | |
configure:27400: checking whether to enable mod_ssl | |
configure:27410: result: shared (all) | |
configure:27547: checking whether to enable mod_optional_hook_export | |
configure:27608: result: no | |
configure:27688: checking whether to enable mod_optional_hook_import | |
configure:27749: result: no | |
configure:27829: checking whether to enable mod_optional_fn_import | |
configure:27890: result: no | |
configure:27970: checking whether to enable mod_optional_fn_export | |
configure:28031: result: no | |
configure:28112: checking whether to enable mod_dialup | |
configure:28173: result: shared (all) | |
configure:28294: checking for target platform | |
configure:28319: result: unix | |
configure:28351: checking for rlim_t | |
configure:28372: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:28372: $? = 0 | |
configure:28383: result: yes | |
configure:28395: checking sys/time.h usability | |
configure:28395: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:28395: $? = 0 | |
configure:28395: result: yes | |
configure:28395: checking sys/time.h presence | |
configure:28395: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:28395: $? = 0 | |
configure:28395: result: yes | |
configure:28395: checking for sys/time.h | |
configure:28395: result: yes | |
configure:28395: checking sys/resource.h usability | |
configure:28395: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:28395: $? = 0 | |
configure:28395: result: yes | |
configure:28395: checking sys/resource.h presence | |
configure:28395: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:28395: $? = 0 | |
configure:28395: result: yes | |
configure:28395: checking for sys/resource.h | |
configure:28395: result: yes | |
configure:28395: checking for sys/sem.h | |
configure:28395: result: yes | |
configure:28395: checking sys/ipc.h usability | |
configure:28395: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:28395: $? = 0 | |
configure:28395: result: yes | |
configure:28395: checking sys/ipc.h presence | |
configure:28395: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:28395: $? = 0 | |
configure:28395: result: yes | |
configure:28395: checking for sys/ipc.h | |
configure:28395: result: yes | |
configure:28409: checking for setsid | |
configure:28409: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:28409: $? = 0 | |
configure:28409: result: yes | |
configure:28409: checking for killpg | |
configure:28409: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:28409: $? = 0 | |
configure:28409: result: yes | |
configure:28425: checking bstring.h usability | |
configure:28425: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
conftest.c:92:21: fatal error: bstring.h: No such file or directory | |
compilation terminated. | |
configure:28425: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETGRNAM 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_PRCTL 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_FOPEN64 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_GETTID 1 | |
| #define HAVE_GMTOFF 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_OPENSSL_ENGINE_H 1 | |
| #define HAVE_SSL_CTX_NEW 1 | |
| #define HAVE_ENGINE_INIT 1 | |
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define HAVE_OPENSSL 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_KILLPG 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <bstring.h> | |
configure:28425: result: no | |
configure:28425: checking bstring.h presence | |
configure:28425: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
conftest.c:59:21: fatal error: bstring.h: No such file or directory | |
compilation terminated. | |
configure:28425: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETGRNAM 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_PRCTL 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_FOPEN64 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_GETTID 1 | |
| #define HAVE_GMTOFF 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_OPENSSL_ENGINE_H 1 | |
| #define HAVE_SSL_CTX_NEW 1 | |
| #define HAVE_ENGINE_INIT 1 | |
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define HAVE_OPENSSL 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_KILLPG 1 | |
| /* end confdefs.h. */ | |
| #include <bstring.h> | |
configure:28425: result: no | |
configure:28425: checking for bstring.h | |
configure:28425: result: no | |
configure:28425: checking for unistd.h | |
configure:28425: result: yes | |
configure:28440: checking for syslog | |
configure:28440: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:28440: $? = 0 | |
configure:28440: result: yes | |
configure:28452: checking for sys/times.h | |
configure:28452: result: yes | |
configure:28464: checking for times | |
configure:28464: result: yes | |
configure:28533: checking whether APR supports thread-safe pollsets | |
configure:28552: checking for kqueue | |
configure:28552: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
/tmp/ccNX9mAP.o: In function `main': | |
/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/conftest.c:97: undefined reference to `kqueue' | |
collect2: error: ld returned 1 exit status | |
configure:28552: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETGRNAM 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_PRCTL 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_FOPEN64 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_GETTID 1 | |
| #define HAVE_GMTOFF 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_OPENSSL_ENGINE_H 1 | |
| #define HAVE_SSL_CTX_NEW 1 | |
| #define HAVE_ENGINE_INIT 1 | |
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define HAVE_OPENSSL 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_TIMES 1 | |
| /* end confdefs.h. */ | |
| /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define kqueue innocuous_kqueue | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char kqueue (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef kqueue | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char kqueue (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_kqueue || defined __stub___kqueue | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return kqueue (); | |
| ; | |
| return 0; | |
| } | |
configure:28552: result: no | |
configure:28552: checking for port_create | |
configure:28552: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
/tmp/cciaGZwY.o: In function `main': | |
/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/conftest.c:97: undefined reference to `port_create' | |
collect2: error: ld returned 1 exit status | |
configure:28552: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETGRNAM 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_PRCTL 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_FOPEN64 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_GETTID 1 | |
| #define HAVE_GMTOFF 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_OPENSSL_ENGINE_H 1 | |
| #define HAVE_SSL_CTX_NEW 1 | |
| #define HAVE_ENGINE_INIT 1 | |
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define HAVE_OPENSSL 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_TIMES 1 | |
| /* end confdefs.h. */ | |
| /* Define port_create to an innocuous variant, in case <limits.h> declares port_create. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define port_create innocuous_port_create | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char port_create (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef port_create | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char port_create (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_port_create || defined __stub___port_create | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return port_create (); | |
| ; | |
| return 0; | |
| } | |
configure:28552: result: no | |
configure:28552: checking for epoll_create | |
configure:28552: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:28552: $? = 0 | |
configure:28552: result: yes | |
configure:28568: result: yes | |
configure:28635: checking if event MPM supports this platform | |
configure:28653: result: yes | |
configure:28668: checking if mpmt_os2 MPM supports this platform | |
configure:28687: result: no | |
configure:28692: checking if prefork MPM supports this platform | |
configure:28698: result: yes | |
configure:28713: checking if WinNT MPM supports this platform | |
configure:28732: result: no | |
configure:28737: checking if worker MPM supports this platform | |
configure:28749: result: yes | |
configure:29605: checking whether to enable mod_http2 | |
configure:29664: result: checking dependencies | |
configure:29669: checking for OpenSSL | |
configure:30172: result: yes | |
configure:30247: checking for nghttp2 | |
configure:30258: checking for user-provided nghttp2 base directory | |
configure:30274: result: /home/madumlao/.linuxbrew/opt/nghttp2 | |
configure:30284: checking for pkg-config along /home/madumlao/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/openssl/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/sqlite/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/zlib/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/python@2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libbsd/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/expat/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/brotli/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/c-ares/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jansson/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libevent/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jemalloc/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/nghttp2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/pcre/lib/pkgconfig | |
configure:30571: checking for nghttp2 version >= 1.2.1 | |
configure:30590: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include conftest.c >&5 | |
configure:30590: $? = 0 | |
configure:30591: result: OK | |
configure:30648: checking nghttp2/nghttp2.h usability | |
configure:30648: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include conftest.c >&5 | |
configure:30648: $? = 0 | |
configure:30648: result: yes | |
configure:30648: checking nghttp2/nghttp2.h presence | |
configure:30648: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include conftest.c | |
configure:30648: $? = 0 | |
configure:30648: result: yes | |
configure:30648: checking for nghttp2/nghttp2.h | |
configure:30648: result: yes | |
configure:30660: checking for nghttp2_session_server_new2 | |
configure:30660: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl >&5 | |
configure:30660: $? = 0 | |
configure:30660: result: yes | |
configure:30677: checking for nghttp2_stream_get_weight | |
configure:30677: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl >&5 | |
configure:30677: $? = 0 | |
configure:30677: result: yes | |
configure:30694: checking for nghttp2_session_change_stream_priority | |
configure:30694: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl >&5 | |
configure:30694: $? = 0 | |
configure:30694: result: yes | |
configure:30725: checking for nghttp2_session_callbacks_set_on_invalid_header_callback | |
configure:30725: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl >&5 | |
configure:30725: $? = 0 | |
configure:30725: result: yes | |
configure:30756: checking for nghttp2_session_get_stream_local_window_size | |
configure:30756: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/include -L/home/madumlao/.linuxbrew/opt/openssl/lib -L/home/madumlao/.linuxbrew/Cellar/nghttp2/1.33.0/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl >&5 | |
configure:30756: $? = 0 | |
configure:30756: result: yes | |
configure:30795: result: yes | |
configure:30834: checking whether to enable mod_http2 | |
configure:30844: result: shared (all) | |
configure:30933: checking whether to enable mod_proxy_http2 | |
configure:31602: result: no | |
configure:31748: checking whether to enable mod_md | |
configure:31807: result: checking dependencies | |
configure:31812: checking for OpenSSL | |
configure:32315: result: yes | |
configure:32372: checking for jansson | |
configure:32383: checking for user-provided jansson base directory | |
configure:32396: result: none | |
configure:32409: checking for pkg-config along /home/madumlao/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/openssl/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/sqlite/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/zlib/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/python@2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libbsd/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/expat/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/brotli/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/c-ares/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jansson/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libevent/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jemalloc/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/nghttp2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/pcre/lib/pkgconfig | |
configure:32709: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:32709: $? = 0 | |
configure:32710: result: OK | |
configure:32770: result: yes | |
configure:32785: checking for curl | |
configure:32796: checking for user-provided curl base directory | |
configure:32809: result: none | |
configure:32822: checking for pkg-config along /home/madumlao/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/openssl/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/sqlite/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/zlib/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/python@2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libbsd/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/expat/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/brotli/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/c-ares/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jansson/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libevent/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/jemalloc/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/nghttp2/lib/pkgconfig:/home/madumlao/.linuxbrew/opt/pcre/lib/pkgconfig | |
configure:33111: checking curl/curl.h usability | |
configure:33111: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:33111: $? = 0 | |
configure:33111: result: yes | |
configure:33111: checking curl/curl.h presence | |
configure:33111: gcc-5 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c | |
configure:33111: $? = 0 | |
configure:33111: result: yes | |
configure:33111: checking for curl/curl.h | |
configure:33111: result: yes | |
configure:33122: checking for curl version >= 7.50 | |
configure:33144: gcc-5 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 | |
configure:33144: $? = 0 | |
configure:33145: result: OK | |
configure:33205: result: yes | |
configure:33221: checking for arc4random_buf | |
configure:33221: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
/tmp/ccmH97Pw.o: In function `main': | |
/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35/conftest.c:110: undefined reference to `arc4random_buf' | |
collect2: error: ld returned 1 exit status | |
configure:33221: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_PRCTL_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETGRNAM 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_PRCTL 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_FOPEN64 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_GETTID 1 | |
| #define HAVE_GMTOFF 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_OPENSSL_ENGINE_H 1 | |
| #define HAVE_SSL_CTX_NEW 1 | |
| #define HAVE_ENGINE_INIT 1 | |
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | |
| #define HAVE_RAND_EGD 1 | |
| #define HAVE_OPENSSL 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_EPOLL_CREATE 1 | |
| #define HAVE_OPENSSL 1 | |
| #define HAVE_NGHTTP2_NGHTTP2_H 1 | |
| #define HAVE_NGHTTP2_SESSION_SERVER_NEW2 1 | |
| #define HAVE_NGHTTP2_STREAM_GET_WEIGHT 1 | |
| #define HAVE_NGHTTP2_SESSION_CHANGE_STREAM_PRIORITY 1 | |
| #define HAVE_NGHTTP2_SESSION_CALLBACKS_SET_ON_INVALID_HEADER_CALLBACK 1 | |
| #define HAVE_NGHTTP2_SESSION_GET_STREAM_LOCAL_WINDOW_SIZE 1 | |
| #define HAVE_NGHTTP2 1 | |
| #define HAVE_OPENSSL 1 | |
| #define HAVE_JANSSON 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define HAVE_CURL 1 | |
| /* end confdefs.h. */ | |
| /* Define arc4random_buf to an innocuous variant, in case <limits.h> declares arc4random_buf. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define arc4random_buf innocuous_arc4random_buf | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char arc4random_buf (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef arc4random_buf | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char arc4random_buf (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_arc4random_buf || defined __stub___arc4random_buf | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return arc4random_buf (); | |
| ; | |
| return 0; | |
| } | |
configure:33221: result: no | |
configure:33253: checking whether to enable mod_md | |
configure:33263: result: shared (all) | |
configure:33376: checking whether to enable mod_lbmethod_byrequests | |
configure:33435: result: checking dependencies | |
configure:33448: checking whether to enable mod_lbmethod_byrequests | |
configure:33458: result: shared | |
configure:33538: checking whether to enable mod_lbmethod_bytraffic | |
configure:33597: result: checking dependencies | |
configure:33610: checking whether to enable mod_lbmethod_bytraffic | |
configure:33620: result: shared | |
configure:33700: checking whether to enable mod_lbmethod_bybusyness | |
configure:33759: result: checking dependencies | |
configure:33772: checking whether to enable mod_lbmethod_bybusyness | |
configure:33782: result: shared | |
configure:33862: checking whether to enable mod_lbmethod_heartbeat | |
configure:33921: result: checking dependencies | |
configure:33934: checking whether to enable mod_lbmethod_heartbeat | |
configure:33944: result: shared | |
configure:34043: checking which MPM to use by default | |
configure:34050: result: prefork | |
configure:34248: checking for pthread_kill | |
configure:34248: gcc-5 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/madumlao/.linuxbrew/opt/openssl/lib conftest.c >&5 | |
configure:34248: $? = 0 | |
configure:34248: result: yes | |
configure:34475: checking for pthread_kill | |
configure:34475: result: yes | |
configure:34510: checking whether to enable mod_unixd | |
configure:34571: result: shared | |
configure:34651: checking whether to enable mod_privileges | |
configure:34745: result: no | |
configure:34891: checking whether to enable mod_heartbeat | |
configure:34950: result: checking dependencies | |
configure:34963: checking whether to enable mod_heartbeat | |
configure:34973: result: shared (all) | |
configure:35053: checking whether to enable mod_heartmonitor | |
configure:35114: result: shared (all) | |
configure:35235: checking whether to enable mod_dav | |
configure:35296: result: shared (all) | |
configure:35436: checking whether to enable mod_status | |
configure:35497: result: shared | |
configure:35577: checking whether to enable mod_autoindex | |
configure:35638: result: shared | |
configure:35718: checking whether to enable mod_asis | |
configure:35779: result: shared (all) | |
configure:35859: checking whether to enable mod_info | |
configure:35920: result: shared (all) | |
configure:36000: checking whether to enable mod_suexec | |
configure:36059: result: checking dependencies | |
configure:36065: checking whether to enable mod_suexec | |
configure:36075: result: shared | |
configure:36171: checking whether to enable mod_cgid | |
configure:36230: result: checking dependencies | |
configure:36272: checking whether to enable mod_cgid | |
configure:36282: result: shared (all) | |
configure:36362: checking whether to enable mod_cgi | |
configure:36423: result: shared | |
configure:36951: checking whether to enable mod_dav_fs | |
configure:37010: result: checking dependencies | |
configure:37023: checking whether to enable mod_dav_fs | |
configure:37033: result: shared | |
configure:37156: checking whether to enable mod_dav_lock | |
configure:37215: result: checking dependencies | |
configure:37228: checking whether to enable mod_dav_lock | |
configure:37238: result: shared (all) | |
configure:37337: checking for extra modules | |
configure:37396: result: none | |
configure:37417: checking whether to enable mod_vhost_alias | |
configure:37478: result: shared (all) | |
configure:37558: checking whether to enable mod_negotiation | |
configure:37619: result: shared (all) | |
configure:37699: checking whether to enable mod_dir | |
configure:37760: result: shared | |
configure:37840: checking whether to enable mod_imagemap | |
configure:37901: result: no | |
configure:37981: checking whether to enable mod_actions | |
configure:38042: result: shared (all) | |
configure:38122: checking whether to enable mod_speling | |
configure:38183: result: shared (all) | |
configure:38263: checking whether to enable mod_userdir | |
configure:38324: result: shared (all) | |
configure:38404: checking whether to enable mod_alias | |
configure:38465: result: shared | |
configure:38545: checking whether to enable mod_rewrite | |
configure:38606: result: shared (all) | |
configure:39172: | |
configure:39174: Restore user-defined environment settings... | |
configure:39176: | |
configure:39301: | |
configure:39303: Construct makefiles and header files... | |
configure:39305: | |
configure:39632: creating config_vars.mk | |
configure:39815: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by config.status, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on lezard | |
config.status:1212: creating docs/conf/httpd.conf | |
config.status:1212: creating docs/conf/extra/httpd-autoindex.conf | |
config.status:1212: creating docs/conf/extra/httpd-dav.conf | |
config.status:1212: creating docs/conf/extra/httpd-default.conf | |
config.status:1212: creating docs/conf/extra/httpd-info.conf | |
config.status:1212: creating docs/conf/extra/httpd-languages.conf | |
config.status:1212: creating docs/conf/extra/httpd-manual.conf | |
config.status:1212: creating docs/conf/extra/httpd-mpm.conf | |
config.status:1212: creating docs/conf/extra/httpd-multilang-errordoc.conf | |
config.status:1212: creating docs/conf/extra/httpd-ssl.conf | |
config.status:1212: creating docs/conf/extra/httpd-userdir.conf | |
config.status:1212: creating docs/conf/extra/httpd-vhosts.conf | |
config.status:1212: creating docs/conf/extra/proxy-html.conf | |
config.status:1212: creating include/ap_config_layout.h | |
config.status:1212: creating support/apxs | |
config.status:1212: creating support/apachectl | |
config.status:1212: creating support/dbmmanage | |
config.status:1212: creating support/envvars-std | |
config.status:1212: creating support/log_server_status | |
config.status:1212: creating support/logresolve.pl | |
config.status:1212: creating support/phf_abuse_log.cgi | |
config.status:1212: creating support/split-logfile | |
config.status:1212: creating build/rules.mk | |
config.status:1212: creating build/pkg/pkginfo | |
config.status:1212: creating build/config_vars.sh | |
config.status:1212: creating include/ap_config_auto.h | |
config.status:1396: executing default commands | |
configure:41028: summary of build options: | |
Server Version: 2.4.35 | |
Install prefix: /home/madumlao/.linuxbrew/Cellar/httpd/2.4.35 | |
C compiler: gcc-5 | |
CFLAGS: -g -O2 -pthread | |
CPPFLAGS: -DLINUX -D_REENTRANT -D_GNU_SOURCE | |
LDFLAGS: -L/home/madumlao/.linuxbrew/opt/openssl/lib | |
LIBS: | |
C preprocessor: gcc-5 -E | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_APR_HAS_LDAP=no | |
ac_cv_build=x86_64-pc-linux-gnu | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_curl=yes | |
ac_cv_define_APR_HAS_DSO=yes | |
ac_cv_define_APR_HAS_RANDOM=yes | |
ac_cv_define_APR_HAS_THREADS=yes | |
ac_cv_define_APR_HAVE_IPV6=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=gcc-5 | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_ENGINE_init=yes | |
ac_cv_func_ENGINE_load_builtin_engines=yes | |
ac_cv_func_RAND_egd=yes | |
ac_cv_func_SSL_CTX_new=yes | |
ac_cv_func_arc4random_buf=no | |
ac_cv_func_bindprocessor=no | |
ac_cv_func_epoll_create=yes | |
ac_cv_func_fopen64=yes | |
ac_cv_func_getgrnam=yes | |
ac_cv_func_getloadavg=yes | |
ac_cv_func_getpgid=yes | |
ac_cv_func_getpwnam=yes | |
ac_cv_func_initgroups=yes | |
ac_cv_func_killpg=yes | |
ac_cv_func_kqueue=no | |
ac_cv_func_nghttp2_session_callbacks_set_on_invalid_header_callback=yes | |
ac_cv_func_nghttp2_session_change_stream_priority=yes | |
ac_cv_func_nghttp2_session_get_stream_local_window_size=yes | |
ac_cv_func_nghttp2_session_server_new2=yes | |
ac_cv_func_nghttp2_stream_get_weight=yes | |
ac_cv_func_port_create=no | |
ac_cv_func_prctl=yes | |
ac_cv_func_pthread_kill=yes | |
ac_cv_func_setsid=yes | |
ac_cv_func_syslog=yes | |
ac_cv_func_timegm=yes | |
ac_cv_func_times=yes | |
ac_cv_gettid=yes | |
ac_cv_have_decl_CMSG_DATA=yes | |
ac_cv_have_threadsafe_pollset=yes | |
ac_cv_header_bstring_h=no | |
ac_cv_header_curl_curl_h=yes | |
ac_cv_header_grp_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
ac_cv_header_nghttp2_nghttp2_h=yes | |
ac_cv_header_openssl_engine_h=yes | |
ac_cv_header_pwd_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_ipc_h=yes | |
ac_cv_header_sys_loadavg_h=no | |
ac_cv_header_sys_prctl_h=yes | |
ac_cv_header_sys_processor_h=no | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_sdt_h=no | |
ac_cv_header_sys_sem_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_times_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-pc-linux-gnu | |
ac_cv_jansson=yes | |
ac_cv_libxml2=yes | |
ac_cv_mkdir_p=yes | |
ac_cv_nghttp2=yes | |
ac_cv_objext=o | |
ac_cv_openssl=yes | |
ac_cv_path_EGREP='/bin/grep -E' | |
ac_cv_path_GREP=/bin/grep | |
ac_cv_path_PCRE_CONFIG=/home/madumlao/.linuxbrew/opt/pcre/bin/pcre-config | |
ac_cv_path_PKGCONFIG=/usr/bin/pkg-config | |
ac_cv_path_RM=/bin/rm | |
ac_cv_path_RSYNC=/usr/bin/rsync | |
ac_cv_prog_AWK=gawk | |
ac_cv_prog_CPP='gcc-5 -E' | |
ac_cv_prog_ac_ct_CC=gcc-5 | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_c99= | |
ac_cv_prog_cc_g=yes | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_search_crypt=-lcrypt | |
ac_cv_search_sqrt=-lm | |
ac_cv_search_strerror='none required' | |
ac_cv_struct_tm_gmtoff=yes | |
ac_cv_target=x86_64-pc-linux-gnu | |
ac_cv_type_rlim_t=yes | |
ap_cv_aprver13=yes | |
ap_cv_apuver13=yes | |
ap_cv_cc_pie=yes | |
ap_cv_void_ptr_lt_long=no | |
ap_cv_zlib=/usr | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
APACHECTL_ULIMIT='ulimit -S -n `ulimit -H -n`' | |
APR_BINDIR='/home/madumlao/.linuxbrew/opt/apr/libexec/bin' | |
APR_CONFIG='/home/madumlao/.linuxbrew/opt/apr/libexec/bin/apr-1-config' | |
APR_INCLUDEDIR='/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1' | |
APR_VERSION='1.6.5' | |
APU_BINDIR='/home/madumlao/.linuxbrew/opt/apr-util/libexec/bin' | |
APU_CONFIG='/home/madumlao/.linuxbrew/opt/apr-util/libexec/bin/apu-1-config' | |
APU_INCLUDEDIR='/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1' | |
APU_VERSION='1.6.1' | |
AP_BUILD_SRCLIB_DIRS='' | |
AP_CLEAN_SRCLIB_DIRS='' | |
AP_LIBS='$(MOD_SO_LDADD) $(MOD_HTTP_LDADD) -L/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -R/home/madumlao/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/madumlao/.linuxbrew/opt/apr/libexec/lib -R/home/madumlao/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl' | |
AWK='gawk' | |
BUILTIN_LIBS=' modules/core/libmod_so.la modules/http/libmod_http.la' | |
CC='gcc-5' | |
CFLAGS='' | |
CORE_IMPLIB='' | |
CORE_IMPLIB_FILE='' | |
CPP='gcc-5 -E' | |
CPPFLAGS='' | |
CRYPT_LIBS='-lcrypt ' | |
CXX='g++-5' | |
CXXFLAGS='' | |
DEFS='-DHAVE_CONFIG_H' | |
DSO_MODULES=' authn_file authn_dbm authn_anon authn_dbd authn_socache authn_core authz_host authz_groupfile authz_user authz_dbm authz_owner authz_dbd authz_core authnz_fcgi access_compat auth_basic auth_form auth_digest allowmethods file_cache cache cache_disk cache_socache socache_shmcb socache_dbm socache_memcache watchdog macro dbd dumpio echo buffer data ratelimit reqtimeout ext_filter request include filter reflector substitute sed charset_lite deflate xml2enc proxy_html brotli mime log_config log_debug log_forensic logio env mime_magic expires headers usertrack unique_id setenvif version remoteip proxy proxy_connect proxy_ftp proxy_http proxy_fcgi proxy_scgi proxy_uwsgi proxy_fdpass proxy_wstunnel proxy_ajp proxy_balancer proxy_express proxy_hcheck session session_cookie session_crypto session_dbd slotmem_shm slotmem_plain ssl dialup http2 md lbmethod_byrequests lbmethod_bytraffic lbmethod_bybusyness lbmethod_heartbeat unixd heartbeat heartmonitor dav status autoindex asis info suexec cgid cgi dav_fs dav_lock vhost_alias negotiation dir actions speling userdir alias rewrite' | |
DTRACE='true' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='/bin/grep -E' | |
ENABLED_DSO_MODULES=',authn_file,authn_core,authz_host,authz_groupfile,authz_user,authz_core,access_compat,auth_basic,reqtimeout,filter,mime,log_config,env,headers,setenvif,version,unixd,status,autoindex,dir,alias' | |
ENABLED_MPM_MODULE='mpm_prefork' | |
EXEEXT='' | |
EXTRA_CFLAGS=' -g -O2 -pthread' | |
EXTRA_CPPFLAGS=' -DLINUX -D_REENTRANT -D_GNU_SOURCE' | |
EXTRA_CXXFLAGS='' | |
EXTRA_INCLUDES='-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/madumlao/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/madumlao/.linuxbrew/opt/openssl/include -I/home/madumlao/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_builddir)/server -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/http2 -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server -I$(top_srcdir)/modules/md -I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers' | |
EXTRA_LDFLAGS=' -L/home/madumlao/.linuxbrew/opt/openssl/lib' | |
EXTRA_LIBS='' | |
GREP='/bin/grep' | |
HTTPD_LDFLAGS='-export-dynamic' | |
HTTPD_MMN='20120211' | |
HTTPD_VERSION='2.4.35' | |
INCLUDES='' | |
INSTALL='$(LIBTOOL) --mode=install $(abs_srcdir)/build/install.sh -c' | |
INSTALL_DSO='yes' | |
INSTALL_PROG_FLAGS='' | |
INSTALL_SUEXEC='setuid' | |
INTERNAL_CPPFLAGS='' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='/home/madumlao/.linuxbrew/opt/apr/libexec/build-1/libtool $(LTFLAGS)' | |
LN_S='ln -s' | |
LOAD_ALL_MODULES='no' | |
LTCFLAGS='-prefer-non-pic -static' | |
LTFLAGS='--silent' | |
LTLIBOBJS='' | |
LT_LDFLAGS='' | |
LUA_CFLAGS='' | |
LUA_LIBS='' | |
LYNX_PATH='lynx' | |
MATH_LIBS='-lm ' | |
MKDEP='$(CC) -MM' | |
MKINSTALLDIRS='$(abs_srcdir)/build/mkdir.sh' | |
MK_IMPLIB='' | |
MODULE_CLEANDIRS=' arch/win32 examples experimental ldap lua' | |
MODULE_DIRS=' aaa cache core database debugging echo filters http loggers metadata proxy session slotmem ssl test http2 md proxy/balancers arch/unix cluster dav/main generators dav/fs dav/lock mappers' | |
MOD_ACCESS_COMPAT_LDADD='' | |
MOD_ACTIONS_LDADD='' | |
MOD_ALIAS_LDADD='' | |
MOD_ALLOWMETHODS_LDADD='' | |
MOD_ASIS_LDADD='' | |
MOD_AUTHNZ_FCGI_LDADD='' | |
MOD_AUTHNZ_LDAP_LDADD='' | |
MOD_AUTHN_ANON_LDADD='' | |
MOD_AUTHN_CORE_LDADD='' | |
MOD_AUTHN_DBD_LDADD='' | |
MOD_AUTHN_DBM_LDADD='' | |
MOD_AUTHN_FILE_LDADD='' | |
MOD_AUTHN_SOCACHE_LDADD='' | |
MOD_AUTHZ_CORE_LDADD='' | |
MOD_AUTHZ_DBD_LDADD='' | |
MOD_AUTHZ_DBM_LDADD='' | |
MOD_AUTHZ_GROUPFILE_LDADD='' | |
MOD_AUTHZ_HOST_LDADD='' | |
MOD_AUTHZ_OWNER_LDADD='' | |
MOD_AUTHZ_USER_LDADD='' | |
MOD_AUTH_BASIC_LDADD='' | |
MOD_AUTH_DIGEST_LDADD='' | |
MOD_AUTH_FORM_LDADD='' | |
MOD_AUTOINDEX_LDADD='' | |
MOD_BROTLI_LDADD='-L/home/madumlao/.linuxbrew/opt/brotli/lib -lbrotlienc -lbrotlicommon -export-symbols-regex brotli_module' | |
MOD_BUCKETEER_LDADD='' | |
MOD_BUFFER_LDADD='' | |
MOD_CACHE_DISK_LDADD='' | |
MOD_CACHE_LDADD='' | |
MOD_CACHE_SOCACHE_LDADD='' | |
MOD_CASE_FILTER_IN_LDADD='' | |
MOD_CASE_FILTER_LDADD='' | |
MOD_CERN_META_LDADD='' | |
MOD_CGID_LDADD='' | |
MOD_CGI_LDADD='' | |
MOD_CHARSET_LITE_LDADD='' | |
MOD_DATA_LDADD='' | |
MOD_DAV_FS_LDADD='' | |
MOD_DAV_LDADD='' | |
MOD_DAV_LOCK_LDADD='' | |
MOD_DBD_LDADD='' | |
MOD_DEFLATE_LDADD=' -lz' | |
MOD_DIALUP_LDADD='' | |
MOD_DIR_LDADD='' | |
MOD_DUMPIO_LDADD='' | |
MOD_ECHO_LDADD='' | |
MOD_ENV_LDADD='' | |
MOD_EXAMPLE_HOOKS_LDADD='' | |
MOD_EXAMPLE_IPC_LDADD='' | |
MOD_EXPIRES_LDADD='' | |
MOD_EXT_FILTER_LDADD='' | |
MOD_FILE_CACHE_LDADD='' | |
MOD_FILTER_LDADD='' | |
MOD_HEADERS_LDADD='' | |
MOD_HEARTBEAT_LDADD='' | |
MOD_HEARTMONITOR_LDADD='' | |
MOD_HTTP2_LDADD='-export-symbols-regex http2_module' | |
MOD_HTTP_LDADD='' | |
MOD_IDENT_LDADD='' | |
MOD_IMAGEMAP_LDADD='' | |
MOD_INCLUDE_LDADD='' | |
MOD_INFO_LDADD='' | |
MOD_ISAPI_LDADD='' | |
MOD_LBMETHOD_BYBUSYNESS_LDADD='' | |
MOD_LBMETHOD_BYREQUESTS_LDADD='' | |
MOD_LBMETHOD_BYTRAFFIC_LDADD='' | |
MOD_LBMETHOD_HEARTBEAT_LDADD='' | |
MOD_LDAP_LDADD='' | |
MOD_LOGIO_LDADD='' | |
MOD_LOG_CONFIG_LDADD='' | |
MOD_LOG_DEBUG_LDADD='' | |
MOD_LOG_FORENSIC_LDADD='' | |
MOD_LUA_LDADD='' | |
MOD_MACRO_LDADD='' | |
MOD_MD_LDADD='' | |
MOD_MIME_LDADD='' | |
MOD_MIME_MAGIC_LDADD='' | |
MOD_MPM_EVENT_LDADD='' | |
MOD_NEGOTIATION_LDADD='' | |
MOD_OPTIONAL_FN_EXPORT_LDADD='' | |
MOD_OPTIONAL_FN_IMPORT_LDADD='' | |
MOD_OPTIONAL_HOOK_EXPORT_LDADD='' | |
MOD_OPTIONAL_HOOK_IMPORT_LDADD='' | |
MOD_PRIVILEGES_LDADD='' | |
MOD_PROXY_AJP_LDADD='' | |
MOD_PROXY_BALANCER_LDADD='' | |
MOD_PROXY_CONNECT_LDADD='' | |
MOD_PROXY_EXPRESS_LDADD='' | |
MOD_PROXY_FCGI_LDADD='' | |
MOD_PROXY_FDPASS_LDADD='' | |
MOD_PROXY_FTP_LDADD='' | |
MOD_PROXY_HCHECK_LDADD='' | |
MOD_PROXY_HTML_LDADD='-lxml2' | |
MOD_PROXY_HTTP2_LDADD='' | |
MOD_PROXY_HTTP_LDADD='' | |
MOD_PROXY_LDADD='' | |
MOD_PROXY_SCGI_LDADD='' | |
MOD_PROXY_UWSGI_LDADD='' | |
MOD_PROXY_WSTUNNEL_LDADD='' | |
MOD_RATELIMIT_LDADD='' | |
MOD_REFLECTOR_LDADD='' | |
MOD_REMOTEIP_LDADD='' | |
MOD_REQTIMEOUT_LDADD='' | |
MOD_REQUEST_LDADD='' | |
MOD_REWRITE_LDADD='' | |
MOD_SED_LDADD='-export-symbols-regex sed_module' | |
MOD_SESSION_COOKIE_LDADD='' | |
MOD_SESSION_CRYPTO_LDADD='' | |
MOD_SESSION_DBD_LDADD='' | |
MOD_SESSION_LDADD='' | |
MOD_SETENVIF_LDADD='' | |
MOD_SLOTMEM_PLAIN_LDADD='' | |
MOD_SLOTMEM_SHM_LDADD='' | |
MOD_SOCACHE_DBM_LDADD='' | |
MOD_SOCACHE_DC_LDADD='' | |
MOD_SOCACHE_MEMCACHE_LDADD='' | |
MOD_SOCACHE_SHMCB_LDADD='' | |
MOD_SO_ENABLED='yes' | |
MOD_SO_LDADD='' | |
MOD_SPELING_LDADD='' | |
MOD_SSL_LDADD='-export-symbols-regex ssl_module' | |
MOD_STATUS_LDADD='' | |
MOD_SUBSTITUTE_LDADD='' | |
MOD_SUEXEC_LDADD='' | |
MOD_UNIQUE_ID_LDADD='' | |
MOD_UNIXD_LDADD='' | |
MOD_USERDIR_LDADD='' | |
MOD_USERTRACK_LDADD='' | |
MOD_VERSION_LDADD='' | |
MOD_VHOST_ALIAS_LDADD='' | |
MOD_WATCHDOG_LDADD='' | |
MOD_XML2ENC_LDADD='-lxml2' | |
MPM_LIB='' | |
MPM_MODULES=' mpm_event mpm_prefork mpm_worker' | |
MPM_SUBDIRS=' prefork event worker ' | |
NONPORTABLE_SUPPORT='checkgid fcgistarter' | |
NOTEST_CFLAGS='' | |
NOTEST_CPPFLAGS='' | |
NOTEST_CXXFLAGS='' | |
NOTEST_LDFLAGS='' | |
NOTEST_LIBS='' | |
OBJEXT='o' | |
OS='unix' | |
OS_DIR='unix' | |
OS_SPECIFIC_VARS='' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='' | |
PATH_SEPARATOR=':' | |
PCRE_CONFIG='/home/madumlao/.linuxbrew/opt/pcre/bin/pcre-config' | |
PCRE_LIBS='-L/home/madumlao/.linuxbrew/Cellar/pcre/8.42/lib -lpcre' | |
PICFLAGS='-fPIE' | |
PILDFLAGS='-pie' | |
PKGCONFIG='/usr/bin/pkg-config' | |
PORT='8080' | |
POST_SHARED_CMDS='echo ""' | |
PRE_SHARED_CMDS='echo ""' | |
RANLIB='ranlib' | |
RM='/bin/rm' | |
RSYNC='/usr/bin/rsync' | |
SHELL='/bin/bash' | |
SHLIBPATH_VAR='LD_LIBRARY_PATH' | |
SHLTCFLAGS='-prefer-pic' | |
SH_LDFLAGS='' | |
SH_LIBS='' | |
SH_LIBTOOL='$(LIBTOOL)' | |
SSLPORT='8443' | |
UTIL_LDFLAGS='' | |
ab_CFLAGS='-I/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/include' | |
ab_LIBS='-L/home/madumlao/.linuxbrew/Cellar/openssl/1.0.2p/lib -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl' | |
ab_LTFLAGS='' | |
abs_srcdir='/tmp/httpd-20181014-5304-y8z4n4/httpd-2.4.35' | |
ac_ct_CC='gcc-5' | |
ap_make_delimiter=' ' | |
ap_make_include='include' | |
bindir='${prefix}/bin' | |
build='x86_64-pc-linux-gnu' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='linux-gnu' | |
build_vendor='pc' | |
cgidir='${datadir}/cgi-bin' | |
checkgid_LTFLAGS='' | |
datadir='/home/madumlao/.linuxbrew/var/www' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
errordir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/share/httpd/error' | |
exec_prefix='${prefix}' | |
exp_bindir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/bin' | |
exp_cgidir='/home/madumlao/.linuxbrew/var/www/cgi-bin' | |
exp_datadir='/home/madumlao/.linuxbrew/var/www' | |
exp_errordir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/share/httpd/error' | |
exp_exec_prefix='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35' | |
exp_htdocsdir='/home/madumlao/.linuxbrew/var/www' | |
exp_iconsdir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/share/httpd/icons' | |
exp_includedir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/include/httpd' | |
exp_installbuilddir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib/httpd/build' | |
exp_libdir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib/httpd' | |
exp_libexecdir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/lib/httpd/modules' | |
exp_localstatedir='/home/madumlao/.linuxbrew/var' | |
exp_logfiledir='/home/madumlao/.linuxbrew/var/log/httpd' | |
exp_mandir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/share/man' | |
exp_manualdir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/share/httpd/manual' | |
exp_proxycachedir='/home/madumlao/.linuxbrew/var/cache/httpd' | |
exp_runtimedir='/home/madumlao/.linuxbrew/var/run/httpd' | |
exp_sbindir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/bin' | |
exp_sysconfdir='/home/madumlao/.linuxbrew/etc/httpd' | |
fcgistarter_LTFLAGS='' | |
host='x86_64-pc-linux-gnu' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='linux-gnu' | |
host_vendor='pc' | |
htcacheclean_LTFLAGS='' | |
htdbm_LTFLAGS='' | |
htdigest_LTFLAGS='' | |
htdocsdir='${datadir}' | |
htmldir='${docdir}' | |
htpasswd_LTFLAGS='' | |
httxt2dbm_LTFLAGS='' | |
iconsdir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/share/httpd/icons' | |
includedir='${prefix}/include/httpd' | |
infodir='${datarootdir}/info' | |
installbuilddir='${prefix}/lib/httpd/build' | |
libdir='${prefix}/lib/httpd' | |
libexecdir='${prefix}/lib/httpd/modules' | |
localedir='${datarootdir}/locale' | |
localstatedir='/home/madumlao/.linuxbrew/var' | |
logfiledir='${localstatedir}/log/httpd' | |
logresolve_LTFLAGS='' | |
mandir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/share/man' | |
manualdir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/share/httpd/manual' | |
oldincludedir='/usr/include' | |
other_targets='suexec' | |
pdfdir='${docdir}' | |
perlbin='/usr/bin/perl' | |
prefix='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35' | |
progname='httpd' | |
program_transform_name='s,x,x,' | |
proxycachedir='${localstatedir}/cache/httpd' | |
psdir='${docdir}' | |
rel_bindir='bin' | |
rel_cgidir='/home/madumlao/.linuxbrew/var/www/cgi-bin' | |
rel_datadir='/home/madumlao/.linuxbrew/var/www' | |
rel_errordir='share/httpd/error' | |
rel_exec_prefix='' | |
rel_htdocsdir='/home/madumlao/.linuxbrew/var/www' | |
rel_iconsdir='share/httpd/icons' | |
rel_includedir='include/httpd' | |
rel_installbuilddir='lib/httpd/build' | |
rel_libdir='lib/httpd' | |
rel_libexecdir='lib/httpd/modules' | |
rel_localstatedir='/home/madumlao/.linuxbrew/var' | |
rel_logfiledir='/home/madumlao/.linuxbrew/var/log/httpd' | |
rel_mandir='share/man' | |
rel_manualdir='share/httpd/manual' | |
rel_proxycachedir='/home/madumlao/.linuxbrew/var/cache/httpd' | |
rel_runtimedir='/home/madumlao/.linuxbrew/var/run/httpd' | |
rel_sbindir='bin' | |
rel_sysconfdir='/home/madumlao/.linuxbrew/etc/httpd' | |
rotatelogs_LTFLAGS='' | |
runtimedir='${localstatedir}/run/httpd' | |
sbindir='/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35/bin' | |
shared_build='shared-build' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='/home/madumlao/.linuxbrew/etc/httpd' | |
target='x86_64-pc-linux-gnu' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='linux-gnu' | |
target_vendor='pc' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "" | |
#define PACKAGE_TARNAME "" | |
#define PACKAGE_VERSION "" | |
#define PACKAGE_STRING "" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define __EXTENSIONS__ 1 | |
#define _ALL_SOURCE 1 | |
#define _GNU_SOURCE 1 | |
#define _POSIX_PTHREAD_SEMANTICS 1 | |
#define _TANDEM_SOURCE 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_PWD_H 1 | |
#define HAVE_GRP_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_SYS_PRCTL_H 1 | |
#define HAVE_SYS_SEM_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_GETPWNAM 1 | |
#define HAVE_GETGRNAM 1 | |
#define HAVE_INITGROUPS 1 | |
#define HAVE_PRCTL 1 | |
#define HAVE_TIMEGM 1 | |
#define HAVE_GETPGID 1 | |
#define HAVE_FOPEN64 1 | |
#define HAVE_GETLOADAVG 1 | |
#define HAVE_GETTID 1 | |
#define HAVE_GMTOFF 1 | |
#define HAVE_SYS_TIMES_H 1 | |
#define HAVE_TIMES 1 | |
#define HAVE_OPENSSL_ENGINE_H 1 | |
#define HAVE_SSL_CTX_NEW 1 | |
#define HAVE_ENGINE_INIT 1 | |
#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | |
#define HAVE_RAND_EGD 1 | |
#define HAVE_OPENSSL 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_SEM_H 1 | |
#define HAVE_SYS_IPC_H 1 | |
#define HAVE_SETSID 1 | |
#define HAVE_KILLPG 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SYSLOG 1 | |
#define HAVE_SYS_TIMES_H 1 | |
#define HAVE_TIMES 1 | |
#define HAVE_EPOLL_CREATE 1 | |
#define HAVE_OPENSSL 1 | |
#define HAVE_NGHTTP2_NGHTTP2_H 1 | |
#define HAVE_NGHTTP2_SESSION_SERVER_NEW2 1 | |
#define HAVE_NGHTTP2_STREAM_GET_WEIGHT 1 | |
#define HAVE_NGHTTP2_SESSION_CHANGE_STREAM_PRIORITY 1 | |
#define HAVE_NGHTTP2_SESSION_CALLBACKS_SET_ON_INVALID_HEADER_CALLBACK 1 | |
#define HAVE_NGHTTP2_SESSION_GET_STREAM_LOCAL_WINDOW_SIZE 1 | |
#define HAVE_NGHTTP2 1 | |
#define HAVE_OPENSSL 1 | |
#define HAVE_JANSSON 1 | |
#define HAVE_CURL_CURL_H 1 | |
#define HAVE_CURL 1 | |
#define HAVE_PTHREAD_KILL 1 | |
#define HAVE_PTHREAD_KILL 1 | |
#define SUEXEC_BIN "/home/madumlao/.linuxbrew/opt/httpd/bin/suexec" | |
#define AP_HTTPD_USER "_www" | |
#define AP_USING_AUTOCONF 1 | |
#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1 | |
#define AP_NONBLOCK_WHEN_MULTI_LISTEN 1 | |
#define AP_ENABLE_V4_MAPPED 1 | |
#define HTTPD_ROOT "/home/madumlao/.linuxbrew/Cellar/httpd/2.4.35" | |
#define SERVER_CONFIG_FILE "/home/madumlao/.linuxbrew/etc/httpd/httpd.conf" | |
#define AP_TYPES_CONFIG_FILE "/home/madumlao/.linuxbrew/etc/httpd/mime.types" | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment