Skip to content

Instantly share code, notes, and snippets.

@darkliquid
Created August 28, 2018 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkliquid/5aef3624441855f08d8e83dab3d18ee1 to your computer and use it in GitHub Desktop.
Save darkliquid/5aef3624441855f08d8e83dab3d18ee1 to your computer and use it in GitHub Desktop.
httpd on Ubuntu 18.04.1 LTS - Homebrew build logs
Homebrew build logs for httpd on Ubuntu 18.04.1 LTS
Build date: 2018-08-28 10:54:18
HOMEBREW_VERSION: 1.7.1-362-g4b3c66a
ORIGIN: https://github.com/Linuxbrew/brew
HEAD: 4b3c66a7bfc423fbcdc6c73495761a2a949c82fa
Last commit: 4 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: 305f8f42fb9f5890d6e3a88372c27cec7f0a72d8
Core tap last commit: 3 hours ago
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew
HOMEBREW_CELLAR: /home/linuxbrew/.linuxbrew/Cellar
HOMEBREW_CACHE: /home/andrewmo/.cache/Homebrew
HOMEBREW_BOTTLE_DEFAULT_DOMAIN_LINUX: https://linuxbrew.bintray.com
HOMEBREW_BOTTLE_DEFAULT_DOMAIN_MACOS: https://homebrew.bintray.com
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_GITHUB_API_TOKEN: set
CPU: octa-core 64-bit dunno
Homebrew Ruby: 2.3.7 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby
Clang: N/A
Git: 2.18.0 => /usr/bin/git
Curl: 7.58.0 => /usr/bin/curl
Java: N/A
Kernel: Linux 4.4.0-17134-Microsoft x86_64 GNU/Linux
OS: Ubuntu 18.04.1 LTS (bionic)
Host glibc: 2.27
/usr/bin/gcc: 7.3.0
glibc: N/A
gcc: N/A
xorg: 20170115_1
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: Some installed formulae are missing dependencies.
You should `brew install` the missing dependencies:
brew install bigreqsproto compositeproto damageproto dmxproto dri2proto dri3proto fixesproto fontsproto glproto inputproto kbproto presentproto randrproto recordproto renderproto resourceproto scrnsaverproto videoproto xcmiscproto xextproto xf86bigfontproto xf86dgaproto xf86driproto xf86vidmodeproto xineramaproto xorg-protocols python
Run `brew missing` for more details.
2018-08-28 10:51:49 +0100
./configure
--enable-layout=Slackware-FHS
--prefix=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34
--sbindir=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/bin
--mandir=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/share/man
--sysconfdir=/home/linuxbrew/.linuxbrew/etc/httpd
--datadir=/home/linuxbrew/.linuxbrew/var/www
--localstatedir=/home/linuxbrew/.linuxbrew/var
--enable-mpms-shared=all
--enable-mods-shared=all
--enable-authnz-fcgi
--enable-cgi
--enable-pie
--enable-suexec
--with-suexec-bin=/home/linuxbrew/.linuxbrew/opt/httpd/bin/suexec
--with-suexec-caller=_www
--with-port=8080
--with-sslport=8443
--with-apr=/home/linuxbrew/.linuxbrew/opt/apr
--with-apr-util=/home/linuxbrew/.linuxbrew/opt/apr-util
--with-brotli=/home/linuxbrew/.linuxbrew/opt/brotli
--with-mpm=prefork
--with-nghttp2=/home/linuxbrew/.linuxbrew/opt/nghttp2
--with-ssl=/home/linuxbrew/.linuxbrew/opt/openssl
--with-pcre=/home/linuxbrew/.linuxbrew/opt/pcre
--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 "cc -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/linuxbrew/.linuxbrew/opt/openssl/lib" to LDFLAGS
checking for gcc... gcc-7
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-7 accepts -g... yes
checking for gcc-7 option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for gcc-7 option to accept ISO C99... none needed
checking for pcre-config... /home/linuxbrew/.linuxbrew/opt/pcre/bin/pcre-config
configure: Using external PCRE library from /home/linuxbrew/.linuxbrew/opt/pcre/bin/pcre-config
setting PCRE_INCLUDES to "-I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include"
setting PCRE_LIBS to "-L/home/linuxbrew/.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/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1" to INCLUDES
adding "-I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1" to INCLUDES
adding "-I/home/linuxbrew/.linuxbrew/opt/openssl/include" to INCLUDES
adding "-I/home/linuxbrew/.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... no
checking for mawk... mawk
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... yes
checking sys/sdt.h presence... yes
checking for sys/sdt.h... yes
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-7 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/usr/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/linuxbrew/.linuxbrew/opt/brotli/include" to CPPFLAGS
checking for Brotli library >= 0.6.0 via prefix... yes
adding "-I/home/linuxbrew/.linuxbrew/opt/brotli/include" to MOD_CFLAGS
setting MOD_BROTLI_LDADD to "-L/home/linuxbrew/.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/linuxbrew/.linuxbrew/opt/openssl
adding "-I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include" to CPPFLAGS
setting MOD_CFLAGS to "-I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include"
setting ab_CFLAGS to "-I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include"
adding "-L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib" to LDFLAGS
setting MOD_LDFLAGS to "-L/home/linuxbrew/.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/linuxbrew/.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/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl"
setting MOD_CFLAGS to "-I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include"
setting MOD_CPPFLAGS to "-DH2_OPENSSL"
checking for nghttp2... checking for user-provided nghttp2 base directory... /home/linuxbrew/.linuxbrew/opt/nghttp2
checking for pkg-config along /home/linuxbrew/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/openssl/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/sqlite/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libbsd/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/expat/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/brotli/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/zlib/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/python@2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/c-ares/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libevent/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/jansson/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/jemalloc/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/nghttp2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/pcre/lib/pkgconfig... adding "-I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include" to CPPFLAGS
adding "-I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include" to MOD_CFLAGS
adding "-L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/lib" to LDFLAGS
adding "-L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/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/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl"
setting MOD_CFLAGS to "-I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include"
checking for jansson... checking for user-provided jansson base directory... none
checking for pkg-config along /home/linuxbrew/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/openssl/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/sqlite/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libbsd/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/expat/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/brotli/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/zlib/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/python@2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/c-ares/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libevent/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/jansson/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/jemalloc/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/nghttp2/lib/pkgconfig:/home/linuxbrew/.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/linuxbrew/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/openssl/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/sqlite/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libbsd/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/expat/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/brotli/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/zlib/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/python@2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/c-ares/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libevent/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/jansson/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/jemalloc/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/nghttp2/lib/pkgconfig:/home/linuxbrew/.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/linuxbrew/.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/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.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.34
Install prefix: /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34
C compiler: gcc-7
CFLAGS: -g -O2 -pthread
CPPFLAGS: -DLINUX -D_REENTRANT -D_GNU_SOURCE
LDFLAGS: -L/home/linuxbrew/.linuxbrew/opt/openssl/lib
LIBS:
C preprocessor: cc -E
gcc-7 called with: -E /tmp/cgrXmGxp/dummy.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E /tmp/cgrXmGxp/dummy.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: --version
superenv added: -pipe -O2 -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 --version -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -v
superenv executed: gcc-7 -v
gcc-7 called with: -V
superenv added: -pipe -O2 -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -V -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -qversion
superenv added: -pipe -O2 -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -qversion -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -O2 -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -lm
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -lm -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -lcrypt
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -lcrypt -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -fPIE -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pie conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -fPIE -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pie conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -lz
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -lz -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/opt/brotli/include conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/opt/brotli/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib conftest.c -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.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/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.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/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/include -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/Cellar/nghttp2/1.32.1/lib conftest.c -lnghttp2 -luuid -lrt -lcrypt -lpthread -ldl -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -O2 -march=core2 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c
superenv added: -pipe -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -O2 -march=core2 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/linuxbrew/.linuxbrew/opt/openssl/lib conftest.c -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.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/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.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/linuxbrew/.linuxbrew/include
2018-08-28 10:52:53 +0100
make
Making all in srclib
make[1]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/srclib'
make[1]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/srclib'
Making all in os
make[1]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os'
Making all in unix
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c unixd.c && touch unixd.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.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-20180828-5009-1w04wa4/httpd-2.4.34/os/unix'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix'
make[1]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os'
Making all in server
make[1]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server'
Making all in mpm
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm'
Making all in prefork
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/prefork'
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/prefork'
Making all in event
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/event'
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/event'
Making all in worker
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/worker'
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/worker'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm'
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c config.c && touch config.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c log.c && touch log.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c main.c && touch main.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c vhost.c && touch vhost.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c gen_test_char.c && touch gen_test_char.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_fcgi.c && touch util_fcgi.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_script.c && touch util_script.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_md5.c && touch util_md5.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_cfgtree.c && touch util_cfgtree.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_ebcdic.c && touch util_ebcdic.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_time.c && touch util_time.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c connection.c && touch connection.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c listen.c && touch listen.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_mutex.c && touch util_mutex.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c mpm_common.c && touch mpm_common.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c mpm_unix.c && touch mpm_unix.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c mpm_fdqueue.c && touch mpm_fdqueue.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_charset.c && touch util_charset.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_cookies.c && touch util_cookies.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_debug.c && touch util_debug.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_xml.c && touch util_xml.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_filter.c && touch util_filter.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_pcre.c && touch util_pcre.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_regex.c && touch util_regex.lo
( for dir in /tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include /tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix; do \
ls $dir/*.h ; \
done; \
echo "/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm_fdqueue.h"; \
for dir in /home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 /home/linuxbrew/.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/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c scoreboard.c && touch scoreboard.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c error_bucket.c && touch error_bucket.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c protocol.c && touch protocol.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c core.c && touch core.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c request.c && touch request.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c provider.c && touch provider.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c eoc_bucket.c && touch eoc_bucket.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c eor_bucket.c && touch eor_bucket.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c core_filters.c && touch core_filters.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_expr_parse.c && touch util_expr_parse.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_expr_scan.c && touch util_expr_scan.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util_expr_eval.c && touch util_expr_eval.lo
mawk -f /tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/build/make_var_export.awk `cat export_files` > export_vars.h
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o gen_test_char -L/home/linuxbrew/.linuxbrew/opt/openssl/lib gen_test_char.lo
mawk -f /tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/build/make_exports.awk `cat export_files` > exports.c
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c exports.c && touch exports.lo
cc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers exports.c | grep "ap_hack_" | grep -v apr_ | sed -e 's/^.*[)]\(.*\);$/\1/' >> httpd.exp
cc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers export_vars.h | grep -v apr_ | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> httpd.exp
./gen_test_char > test_char.h
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c util.c && touch util.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.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-20180828-5009-1w04wa4/httpd-2.4.34/server'
make[1]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server'
Making all in modules
make[1]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules'
Making all in aaa
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa'
Making all in cache
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache'
Making all in core
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c mod_so.c && touch mod_so.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -static -L/home/linuxbrew/.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-20180828-5009-1w04wa4/httpd-2.4.34/modules/core'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core'
Making all in database
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database'
Making all in debugging
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/debugging'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/debugging'
Making all in echo
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/echo'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/echo'
Making all in filters
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters'
Making all in http
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c http_core.c && touch http_core.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c http_protocol.c && touch http_protocol.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c http_request.c && touch http_request.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c http_filters.c && touch http_filters.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c chunk_filter.c && touch chunk_filter.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c byterange_filter.c && touch byterange_filter.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c http_etag.c && touch http_etag.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -static -L/home/linuxbrew/.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-20180828-5009-1w04wa4/httpd-2.4.34/modules/http'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http'
Making all in loggers
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers'
Making all in metadata
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/metadata'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/metadata'
Making all in proxy
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy'
Making all in session
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session'
Making all in slotmem
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/slotmem'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/slotmem'
Making all in ssl
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl'
Making all in test
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test'
Making all in http2
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2'
Making all in md
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md'
Making all in proxy/balancers
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy/balancers'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy/balancers'
Making all in arch/unix
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix'
Making all in cluster
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cluster'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cluster'
Making all in dav/main
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main'
Making all in generators
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators'
Making all in dav/fs
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/fs'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/fs'
Making all in dav/lock
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/lock'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/lock'
Making all in mappers
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers'
make[1]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules'
Making all in support
make[1]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/support'
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/support'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c htpasswd.c && touch htpasswd.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c passwd_common.c && touch passwd_common.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c htdigest.c && touch htdigest.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c htdbm.c && touch htdbm.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE \
-I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c ab.c && touch ab.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c logresolve.c && touch logresolve.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c httxt2dbm.c && touch httxt2dbm.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c htcacheclean.c && touch htcacheclean.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c rotatelogs.c && touch rotatelogs.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c checkgid.c && touch checkgid.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c fcgistarter.c && touch fcgistarter.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o htdigest htdigest.lo -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o logresolve logresolve.lo -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o httxt2dbm httxt2dbm.lo -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o htpasswd htpasswd.lo passwd_common.lo -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -lcrypt
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o htdbm htdbm.lo passwd_common.lo -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -lcrypt
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o htcacheclean htcacheclean.lo -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o checkgid checkgid.lo -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie \
-L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o ab ab.lo -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -lm -L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o rotatelogs rotatelogs.lo -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o fcgistarter fcgistarter.lo -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/support'
make[1]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/support'
make[1]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c modules.c && touch modules.lo
cd support && /usr/bin/make suexec
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/support'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -prefer-non-pic -static -c suexec.c && touch suexec.lo
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix'
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os'
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm'
make[4]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/prefork'
Building shared: mod_mpm_prefork.la
make[5]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/prefork'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c prefork.c && touch prefork.slo
gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -c /tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/buildmark.c
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o suexec suexec.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -pie -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o httpd modules.lo buildmark.o -export-dynamic server/libmain.la modules/core/libmod_so.la modules/http/libmod_http.la os/unix/libos.la -L/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/lib -lpcre -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -R/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/support'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_mpm_prefork.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version prefork.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/prefork'
make[4]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/prefork'
make[4]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/event'
Building shared: mod_mpm_event.la
make[5]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/event'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c event.c && touch event.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_mpm_event.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version event.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/event'
make[4]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/event'
make[4]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/worker'
Building shared: mod_mpm_worker.la
make[5]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/worker'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c worker.c && touch worker.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_mpm_worker.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version worker.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/worker'
make[4]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm/worker'
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/mpm'
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server'
make[2]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa'
Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_dbd.la mod_authn_socache.la mod_authn_core.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authz_dbd.la mod_authz_core.la mod_authnz_fcgi.la mod_access_compat.la mod_auth_basic.la mod_auth_form.la mod_auth_digest.la mod_allowmethods.la
make[4]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authn_file.c && touch mod_authn_file.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authn_dbm.c && touch mod_authn_dbm.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authn_anon.c && touch mod_authn_anon.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authn_dbd.c && touch mod_authn_dbd.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authn_socache.c && touch mod_authn_socache.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authn_core.c && touch mod_authn_core.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authz_host.c && touch mod_authz_host.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authz_groupfile.c && touch mod_authz_groupfile.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authz_user.c && touch mod_authz_user.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authz_dbm.c && touch mod_authz_dbm.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authz_owner.c && touch mod_authz_owner.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authz_dbd.c && touch mod_authz_dbd.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authz_core.c && touch mod_authz_core.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_authnz_fcgi.c && touch mod_authnz_fcgi.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_access_compat.c && touch mod_access_compat.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_auth_basic.c && touch mod_auth_basic.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_auth_form.c && touch mod_auth_form.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_auth_digest.c && touch mod_auth_digest.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_allowmethods.c && touch mod_allowmethods.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authn_file.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authn_file.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authn_dbm.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authn_dbm.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authn_anon.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authn_anon.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authn_dbd.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authn_dbd.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authn_socache.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authn_socache.lo
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authn_core.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authn_core.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authz_host.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authz_host.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authz_groupfile.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authz_groupfile.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authz_user.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authz_user.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authz_dbm.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authz_dbm.lo
ar: `u' modifier ignored since `D' is the default (see `U')
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authz_owner.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authz_owner.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authz_dbd.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authz_dbd.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authz_core.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authz_core.lo
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_authnz_fcgi.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_authnz_fcgi.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_access_compat.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_access_compat.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_auth_basic.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_auth_basic.lo
ar: `u' modifier ignored since `D' is the default (see `U')
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_auth_form.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_auth_form.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_auth_digest.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_auth_digest.lo
ar: `u' modifier ignored since `D' is the default (see `U')
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_allowmethods.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_allowmethods.lo
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa'
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache'
Building shared: mod_file_cache.la mod_cache.la mod_cache_disk.la mod_cache_socache.la mod_socache_shmcb.la mod_socache_dbm.la mod_socache_memcache.la
make[4]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_file_cache.c && touch mod_file_cache.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_cache.c && touch mod_cache.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c cache_storage.c && touch cache_storage.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c cache_util.c && touch cache_util.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_cache_disk.c && touch mod_cache_disk.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_cache_socache.c && touch mod_cache_socache.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_socache_shmcb.c && touch mod_socache_shmcb.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_socache_dbm.c && touch mod_socache_dbm.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_socache_memcache.c && touch mod_socache_memcache.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_file_cache.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_file_cache.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_socache_dbm.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_socache_dbm.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_socache_shmcb.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_socache_shmcb.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_cache_socache.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_cache_socache.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_cache_disk.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_cache_disk.lo
ar: `u' modifier ignored since `D' is the default (see `U')
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_cache.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_cache.lo cache_storage.lo cache_util.lo
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_socache_memcache.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_socache_memcache.lo
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache'
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core'
Building shared: mod_watchdog.la mod_macro.la
make[4]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_watchdog.c && touch mod_watchdog.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_macro.c && touch mod_macro.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_macro.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_macro.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_watchdog.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_watchdog.lo
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core'
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database'
Building shared: mod_dbd.la
make[4]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_dbd.c && touch mod_dbd.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_dbd.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_dbd.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database'
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/debugging'
Building shared: mod_dumpio.la
make[4]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/debugging'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_dumpio.c && touch mod_dumpio.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_dumpio.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_dumpio.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/debugging'
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/debugging'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/echo'
Building shared: mod_echo.la
make[4]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/echo'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_echo.c && touch mod_echo.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_echo.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_echo.lo
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/echo'
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/echo'
make[3]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters'
Building shared: mod_buffer.la mod_data.la mod_ratelimit.la mod_reqtimeout.la mod_ext_filter.la mod_request.la mod_include.la mod_filter.la mod_reflector.la mod_substitute.la mod_sed.la mod_charset_lite.la mod_deflate.la mod_xml2enc.la mod_proxy_html.la mod_brotli.la
make[4]: Entering directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters'
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_buffer.c && touch mod_buffer.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_data.c && touch mod_data.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_ratelimit.c && touch mod_ratelimit.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_reqtimeout.c && touch mod_reqtimeout.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_ext_filter.c && touch mod_ext_filter.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_request.c && touch mod_request.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_include.c && touch mod_include.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_filter.c && touch mod_filter.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_reflector.c && touch mod_reflector.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_substitute.c && touch mod_substitute.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_sed.c && touch mod_sed.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c sed0.c && touch sed0.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c sed1.c && touch sed1.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c regexp.c && touch regexp.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_charset_lite.c && touch mod_charset_lite.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_deflate.c && touch mod_deflate.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_xml2enc.c && touch mod_xml2enc.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_proxy_html.c && touch mod_proxy_html.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=compile gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -prefer-pic -c mod_brotli.c && touch mod_brotli.slo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_buffer.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_buffer.lo
/home/linuxbrew/.linuxbrew/opt/apr/libexec/build-1/libtool --silent --mode=link gcc-7 -I/usr/include/libxml2 -I/home/linuxbrew/.linuxbrew/opt/brotli/include -g -O2 -pthread -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -o mod_data.la -rpath /home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib/httpd/modules -module -avoid-version mod_data.lo
mod_xml2enc.c:27:10: fatal error: libxml/encoding.h: No such file or directory
#include <libxml/encoding.h>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/build/rules.mk:212: recipe for target 'mod_xml2enc.slo' failed
make[4]: *** [mod_xml2enc.slo] Error 1
make[4]: *** Waiting for unfinished jobs....
mod_proxy_html.c:33:10: fatal error: libxml/HTMLparser.h: No such file or directory
#include <libxml/HTMLparser.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/build/rules.mk:212: recipe for target 'mod_proxy_html.slo' failed
make[4]: *** [mod_proxy_html.slo] Error 1
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters'
/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/build/rules.mk:117: recipe for target 'shared-build-recursive' failed
make[3]: *** [shared-build-recursive] Error 1
make[3]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters'
/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/build/rules.mk:117: recipe for target 'shared-build-recursive' failed
make[2]: *** [shared-build-recursive] Error 1
make[2]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules'
/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/build/rules.mk:117: recipe for target 'shared-build-recursive' failed
make[1]: *** [shared-build-recursive] Error 1
make[1]: Leaving directory '/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34'
/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/build/rules.mk:75: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
HOMEBREW_VERSION: 1.7.1-362-g4b3c66a
ORIGIN: https://github.com/Linuxbrew/brew
HEAD: 4b3c66a7bfc423fbcdc6c73495761a2a949c82fa
Last commit: 4 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: 305f8f42fb9f5890d6e3a88372c27cec7f0a72d8
Core tap last commit: 3 hours ago
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew
HOMEBREW_CELLAR: /home/linuxbrew/.linuxbrew/Cellar
HOMEBREW_CACHE: /home/andrewmo/.cache/Homebrew
CPU: octa-core 64-bit dunno
Homebrew Ruby: 2.3.7 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby
Clang: N/A
Git: 2.18.0 => /usr/bin/git
Curl: 7.58.0 => /usr/bin/curl
Java: N/A
Kernel: Linux 4.4.0-17134-Microsoft x86_64 GNU/Linux
OS: Ubuntu 18.04.1 LTS (bionic)
Host glibc: 2.27
/usr/bin/gcc: 7.3.0
glibc: N/A
gcc: N/A
xorg: 20170115_1
HOMEBREW_CC: gcc-7
HOMEBREW_CXX: g++-7
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /home/linuxbrew/.linuxbrew
PKG_CONFIG_PATH: /home/linuxbrew/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/openssl/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/sqlite/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libbsd/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/expat/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/brotli/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/zlib/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/python@2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/c-ares/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libevent/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/jansson/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/jemalloc/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/nghttp2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/pcre/lib/pkgconfig
ACLOCAL_PATH: /home/linuxbrew/.linuxbrew/share/aclocal
PATH: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/home/linuxbrew/.linuxbrew/opt/ncurses/bin:/home/linuxbrew/.linuxbrew/opt/util-linux/bin:/home/linuxbrew/.linuxbrew/opt/apr/bin:/home/linuxbrew/.linuxbrew/opt/openssl/bin:/home/linuxbrew/.linuxbrew/opt/sqlite/bin:/home/linuxbrew/.linuxbrew/opt/expat/bin:/home/linuxbrew/.linuxbrew/opt/apr-util/bin:/home/linuxbrew/.linuxbrew/opt/brotli/bin:/home/linuxbrew/.linuxbrew/opt/gdbm/bin:/home/linuxbrew/.linuxbrew/opt/bzip2/bin:/home/linuxbrew/.linuxbrew/opt/python@2/bin:/home/linuxbrew/.linuxbrew/opt/libxml2/bin:/home/linuxbrew/.linuxbrew/opt/libevent/bin:/home/linuxbrew/.linuxbrew/opt/jemalloc/bin:/home/linuxbrew/.linuxbrew/opt/nghttp2/bin:/home/linuxbrew/.linuxbrew/opt/pcre/bin:/usr/bin:/bin:/usr/sbin:/sbin
This file has been truncated, but you can view the full file.
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c unixd.c -fPIE -o unixd.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c unixd.c -fPIE -o unixd.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c config.c -fPIE -o config.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c config.c -fPIE -o config.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c gen_test_char.c -fPIE -o gen_test_char.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c gen_test_char.c -fPIE -o gen_test_char.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c log.c -fPIE -o log.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c log.c -fPIE -o log.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c vhost.c -fPIE -o vhost.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c vhost.c -fPIE -o vhost.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_fcgi.c -fPIE -o util_fcgi.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_fcgi.c -fPIE -o util_fcgi.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_script.c -fPIE -o util_script.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_script.c -fPIE -o util_script.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c main.c -fPIE -o main.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c main.c -fPIE -o main.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_md5.c -fPIE -o util_md5.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_md5.c -fPIE -o util_md5.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_cfgtree.c -fPIE -o util_cfgtree.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_cfgtree.c -fPIE -o util_cfgtree.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_ebcdic.c -fPIE -o util_ebcdic.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_ebcdic.c -fPIE -o util_ebcdic.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c connection.c -fPIE -o connection.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c connection.c -fPIE -o connection.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_time.c -fPIE -o util_time.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_time.c -fPIE -o util_time.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c listen.c -fPIE -o listen.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c listen.c -fPIE -o listen.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_mutex.c -fPIE -o util_mutex.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_mutex.c -fPIE -o util_mutex.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mpm_common.c -fPIE -o mpm_common.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mpm_common.c -fPIE -o mpm_common.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mpm_unix.c -fPIE -o mpm_unix.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mpm_unix.c -fPIE -o mpm_unix.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mpm_fdqueue.c -fPIE -o mpm_fdqueue.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mpm_fdqueue.c -fPIE -o mpm_fdqueue.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_charset.c -fPIE -o util_charset.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_charset.c -fPIE -o util_charset.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_cookies.c -fPIE -o util_cookies.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_cookies.c -fPIE -o util_cookies.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_debug.c -fPIE -o util_debug.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_debug.c -fPIE -o util_debug.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_xml.c -fPIE -o util_xml.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_xml.c -fPIE -o util_xml.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_filter.c -fPIE -o util_filter.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_filter.c -fPIE -o util_filter.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_pcre.c -fPIE -o util_pcre.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_pcre.c -fPIE -o util_pcre.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_regex.c -fPIE -o util_regex.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_regex.c -fPIE -o util_regex.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c error_bucket.c -fPIE -o error_bucket.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c error_bucket.c -fPIE -o error_bucket.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c scoreboard.c -fPIE -o scoreboard.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c scoreboard.c -fPIE -o scoreboard.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c protocol.c -fPIE -o protocol.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c protocol.c -fPIE -o protocol.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c core.c -fPIE -o core.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c core.c -fPIE -o core.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c request.c -fPIE -o request.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c request.c -fPIE -o request.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c provider.c -fPIE -o provider.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c provider.c -fPIE -o provider.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c eoc_bucket.c -fPIE -o eoc_bucket.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c eoc_bucket.c -fPIE -o eoc_bucket.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c eor_bucket.c -fPIE -o eor_bucket.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c eor_bucket.c -fPIE -o eor_bucket.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c core_filters.c -fPIE -o core_filters.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c core_filters.c -fPIE -o core_filters.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_expr_parse.c -fPIE -o util_expr_parse.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_expr_parse.c -fPIE -o util_expr_parse.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_expr_scan.c -fPIE -o util_expr_scan.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_expr_scan.c -fPIE -o util_expr_scan.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_expr_eval.c -fPIE -o util_expr_eval.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util_expr_eval.c -fPIE -o util_expr_eval.o -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers exports.c
superenv removed: -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers exports.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c exports.c -fPIE -o exports.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c exports.c -fPIE -o exports.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -pie -o gen_test_char gen_test_char.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o gen_test_char gen_test_char.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
cc called with: -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers export_vars.h
superenv removed: -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers export_vars.h -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util.c -fPIE -o util.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c util.c -fPIE -o util.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_so.c -fPIE -o mod_so.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_so.c -fPIE -o mod_so.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c http_protocol.c -fPIE -o http_protocol.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c http_protocol.c -fPIE -o http_protocol.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c http_core.c -fPIE -o http_core.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c http_core.c -fPIE -o http_core.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c byterange_filter.c -fPIE -o byterange_filter.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c byterange_filter.c -fPIE -o byterange_filter.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c http_filters.c -fPIE -o http_filters.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c http_filters.c -fPIE -o http_filters.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c http_request.c -fPIE -o http_request.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c http_request.c -fPIE -o http_request.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c http_etag.c -fPIE -o http_etag.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c http_etag.c -fPIE -o http_etag.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c chunk_filter.c -fPIE -o chunk_filter.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c chunk_filter.c -fPIE -o chunk_filter.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c htdigest.c -fPIE -o htdigest.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c htdigest.c -fPIE -o htdigest.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c htpasswd.c -fPIE -o htpasswd.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c htpasswd.c -fPIE -o htpasswd.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c passwd_common.c -fPIE -o passwd_common.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c passwd_common.c -fPIE -o passwd_common.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c htcacheclean.c -fPIE -o htcacheclean.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c htcacheclean.c -fPIE -o htcacheclean.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c ab.c -fPIE -o ab.o
superenv removed: -g -I/home/linuxbrew/.linuxbrew/opt/openssl/include
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -I/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/include -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c ab.c -fPIE -o ab.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c htdbm.c -fPIE -o htdbm.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c htdbm.c -fPIE -o htdbm.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c logresolve.c -fPIE -o logresolve.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c logresolve.c -fPIE -o logresolve.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c httxt2dbm.c -fPIE -o httxt2dbm.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c httxt2dbm.c -fPIE -o httxt2dbm.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c rotatelogs.c -fPIE -o rotatelogs.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c rotatelogs.c -fPIE -o rotatelogs.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c checkgid.c -fPIE -o checkgid.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c checkgid.c -fPIE -o checkgid.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c fcgistarter.c -fPIE -o fcgistarter.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c fcgistarter.c -fPIE -o fcgistarter.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -pie -o htdigest htdigest.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o htdigest htdigest.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -pie -o logresolve logresolve.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o logresolve logresolve.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -pie -o httxt2dbm httxt2dbm.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o httxt2dbm httxt2dbm.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -pie -o htpasswd htpasswd.o passwd_common.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lpthread -ldl -lcrypt -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o htpasswd htpasswd.o passwd_common.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lpthread -ldl -lcrypt -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -pie -o htdbm htdbm.o passwd_common.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lpthread -ldl -lcrypt -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o htdbm htdbm.o passwd_common.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lpthread -ldl -lcrypt -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -pie -o htcacheclean htcacheclean.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o htcacheclean htcacheclean.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -pie -o checkgid checkgid.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o checkgid checkgid.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -pie -o ab ab.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -lm -L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib
superenv removed: -g -L/home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2p/lib
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o ab ab.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -lm -lssl -lcrypto -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -pie -o rotatelogs rotatelogs.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o rotatelogs rotatelogs.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -pie -o fcgistarter fcgistarter.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o fcgistarter fcgistarter.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c modules.c -fPIE -o modules.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c modules.c -fPIE -o modules.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c suexec.c -fPIE -o suexec.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c suexec.c -fPIE -o suexec.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c prefork.c -fPIC -DPIC -o .libs/prefork.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c prefork.c -fPIC -DPIC -o .libs/prefork.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -c /tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/buildmark.c
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -fPIE -c /tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server/buildmark.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -pie -o suexec suexec.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o suexec suexec.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c prefork.c -fPIC -DPIC -o prefork.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c prefork.c -fPIC -DPIC -o prefork.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -pie -o httpd modules.o buildmark.o -Wl,--export-dynamic -L/home/linuxbrew/.linuxbrew/opt/openssl/lib server/.libs/libmain.a modules/core/.libs/libmod_so.a modules/http/.libs/libmod_http.a os/unix/.libs/libos.a -L/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/lib -lpcre -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -pie -o httpd modules.o buildmark.o -Wl,--export-dynamic -L/home/linuxbrew/.linuxbrew/opt/openssl/lib server/.libs/libmain.a modules/core/.libs/libmod_so.a modules/http/.libs/libmod_http.a os/unix/.libs/libos.a -L/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/lib -lpcre -L/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -laprutil-1 -lexpat -L/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -pthread -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/lib -Wl,-rpath -Wl,/home/linuxbrew/.linuxbrew/opt/apr/libexec/lib -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
cc called with: -shared -fPIC -DPIC .libs/prefork.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -g -O2 -pthread -pthread -Wl,-soname -Wl,mod_mpm_prefork.so -o .libs/mod_mpm_prefork.so
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -shared -fPIC -DPIC .libs/prefork.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -pthread -Wl,-soname -Wl,mod_mpm_prefork.so -o .libs/mod_mpm_prefork.so -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c event.c -fPIC -DPIC -o .libs/event.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c event.c -fPIC -DPIC -o .libs/event.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c event.c -fPIC -DPIC -o event.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c event.c -fPIC -DPIC -o event.o -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -shared -fPIC -DPIC .libs/event.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -g -O2 -pthread -pthread -Wl,-soname -Wl,mod_mpm_event.so -o .libs/mod_mpm_event.so
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -shared -fPIC -DPIC .libs/event.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -pthread -Wl,-soname -Wl,mod_mpm_event.so -o .libs/mod_mpm_event.so -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c worker.c -fPIC -DPIC -o .libs/worker.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c worker.c -fPIC -DPIC -o .libs/worker.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c worker.c -fPIC -DPIC -o worker.o
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c worker.c -fPIC -DPIC -o worker.o -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -shared -fPIC -DPIC .libs/worker.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -g -O2 -pthread -pthread -Wl,-soname -Wl,mod_mpm_worker.so -o .libs/mod_mpm_worker.so
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -shared -fPIC -DPIC .libs/worker.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -pthread -Wl,-soname -Wl,mod_mpm_worker.so -o .libs/mod_mpm_worker.so -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_socache.c -fPIC -DPIC -o .libs/mod_authn_socache.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_socache.c -fPIC -DPIC -o .libs/mod_authn_socache.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_host.c -fPIC -DPIC -o .libs/mod_authz_host.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_host.c -fPIC -DPIC -o .libs/mod_authz_host.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_dbm.c -fPIC -DPIC -o .libs/mod_authn_dbm.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_dbm.c -fPIC -DPIC -o .libs/mod_authn_dbm.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_groupfile.c -fPIC -DPIC -o .libs/mod_authz_groupfile.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_groupfile.c -fPIC -DPIC -o .libs/mod_authz_groupfile.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_anon.c -fPIC -DPIC -o .libs/mod_authn_anon.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_anon.c -fPIC -DPIC -o .libs/mod_authn_anon.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_core.c -fPIC -DPIC -o .libs/mod_authn_core.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_core.c -fPIC -DPIC -o .libs/mod_authn_core.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_file.c -fPIC -DPIC -o .libs/mod_authn_file.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_file.c -fPIC -DPIC -o .libs/mod_authn_file.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_dbd.c -fPIC -DPIC -o .libs/mod_authn_dbd.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_dbd.c -fPIC -DPIC -o .libs/mod_authn_dbd.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_dbd.c -fPIC -DPIC -o mod_authn_dbd.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_dbd.c -fPIC -DPIC -o mod_authn_dbd.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_file.c -fPIC -DPIC -o mod_authn_file.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_file.c -fPIC -DPIC -o mod_authn_file.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_anon.c -fPIC -DPIC -o mod_authn_anon.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_anon.c -fPIC -DPIC -o mod_authn_anon.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_core.c -fPIC -DPIC -o mod_authn_core.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_core.c -fPIC -DPIC -o mod_authn_core.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_groupfile.c -fPIC -DPIC -o mod_authz_groupfile.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_groupfile.c -fPIC -DPIC -o mod_authz_groupfile.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_host.c -fPIC -DPIC -o mod_authz_host.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_host.c -fPIC -DPIC -o mod_authz_host.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_dbm.c -fPIC -DPIC -o mod_authn_dbm.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_dbm.c -fPIC -DPIC -o mod_authn_dbm.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_socache.c -fPIC -DPIC -o mod_authn_socache.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authn_socache.c -fPIC -DPIC -o mod_authn_socache.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_owner.c -fPIC -DPIC -o .libs/mod_authz_owner.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_owner.c -fPIC -DPIC -o .libs/mod_authz_owner.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authnz_fcgi.c -fPIC -DPIC -o .libs/mod_authnz_fcgi.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authnz_fcgi.c -fPIC -DPIC -o .libs/mod_authnz_fcgi.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_dbm.c -fPIC -DPIC -o .libs/mod_authz_dbm.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_dbm.c -fPIC -DPIC -o .libs/mod_authz_dbm.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_core.c -fPIC -DPIC -o .libs/mod_authz_core.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_core.c -fPIC -DPIC -o .libs/mod_authz_core.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_dbd.c -fPIC -DPIC -o .libs/mod_authz_dbd.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_dbd.c -fPIC -DPIC -o .libs/mod_authz_dbd.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_user.c -fPIC -DPIC -o .libs/mod_authz_user.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_user.c -fPIC -DPIC -o .libs/mod_authz_user.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_basic.c -fPIC -DPIC -o .libs/mod_auth_basic.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_basic.c -fPIC -DPIC -o .libs/mod_auth_basic.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_access_compat.c -fPIC -DPIC -o .libs/mod_access_compat.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_access_compat.c -fPIC -DPIC -o .libs/mod_access_compat.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_owner.c -fPIC -DPIC -o mod_authz_owner.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_owner.c -fPIC -DPIC -o mod_authz_owner.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_access_compat.c -fPIC -DPIC -o mod_access_compat.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_access_compat.c -fPIC -DPIC -o mod_access_compat.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_user.c -fPIC -DPIC -o mod_authz_user.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_user.c -fPIC -DPIC -o mod_authz_user.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_dbm.c -fPIC -DPIC -o mod_authz_dbm.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_dbm.c -fPIC -DPIC -o mod_authz_dbm.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_basic.c -fPIC -DPIC -o mod_auth_basic.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_basic.c -fPIC -DPIC -o mod_auth_basic.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_dbd.c -fPIC -DPIC -o mod_authz_dbd.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_dbd.c -fPIC -DPIC -o mod_authz_dbd.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_core.c -fPIC -DPIC -o mod_authz_core.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authz_core.c -fPIC -DPIC -o mod_authz_core.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authnz_fcgi.c -fPIC -DPIC -o mod_authnz_fcgi.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_authnz_fcgi.c -fPIC -DPIC -o mod_authnz_fcgi.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_form.c -fPIC -DPIC -o .libs/mod_auth_form.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_form.c -fPIC -DPIC -o .libs/mod_auth_form.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_digest.c -fPIC -DPIC -o .libs/mod_auth_digest.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_digest.c -fPIC -DPIC -o .libs/mod_auth_digest.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_allowmethods.c -fPIC -DPIC -o .libs/mod_allowmethods.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_allowmethods.c -fPIC -DPIC -o .libs/mod_allowmethods.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_form.c -fPIC -DPIC -o mod_auth_form.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_form.c -fPIC -DPIC -o mod_auth_form.o -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -shared -fPIC -DPIC .libs/mod_authn_file.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -g -O2 -pthread -pthread -Wl,-soname -Wl,mod_authn_file.so -o .libs/mod_authn_file.so
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -shared -fPIC -DPIC .libs/mod_authn_file.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -pthread -Wl,-soname -Wl,mod_authn_file.so -o .libs/mod_authn_file.so -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
cc called with: -shared -fPIC -DPIC .libs/mod_authn_dbd.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -g -O2 -pthread -pthread -Wl,-soname -Wl,mod_authn_dbd.so -o .libs/mod_authn_dbd.so
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -shared -fPIC -DPIC .libs/mod_authn_dbd.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -pthread -Wl,-soname -Wl,mod_authn_dbd.so -o .libs/mod_authn_dbd.so -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
cc called with: -shared -fPIC -DPIC .libs/mod_authn_anon.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -g -O2 -pthread -pthread -Wl,-soname -Wl,mod_authn_anon.so -o .libs/mod_authn_anon.so
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -shared -fPIC -DPIC .libs/mod_authn_anon.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -pthread -Wl,-soname -Wl,mod_authn_anon.so -o .libs/mod_authn_anon.so -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
cc called with: -shared -fPIC -DPIC .libs/mod_authn_dbm.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -g -O2 -pthread -pthread -Wl,-soname -Wl,mod_authn_dbm.so -o .libs/mod_authn_dbm.so
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -shared -fPIC -DPIC .libs/mod_authn_dbm.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -pthread -Wl,-soname -Wl,mod_authn_dbm.so -o .libs/mod_authn_dbm.so -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_allowmethods.c -fPIC -DPIC -o mod_allowmethods.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_allowmethods.c -fPIC -DPIC -o mod_allowmethods.o -isystem/home/linuxbrew/.linuxbrew/include
gcc-7 called with: -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_digest.c -fPIC -DPIC -o mod_auth_digest.o
superenv removed: -g -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/aaa
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/os/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/include -I/home/linuxbrew/.linuxbrew/opt/apr/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/apr-util/libexec/include/apr-1 -I/home/linuxbrew/.linuxbrew/opt/openssl/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre/8.42/include -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/cache -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/core -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/database -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/filters -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ldap -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/server -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/loggers -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/lua -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/proxy -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/http2 -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/session -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/ssl -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/test -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/md -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/arch/unix -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/dav/main -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/generators -I/tmp/httpd-20180828-5009-1w04wa4/httpd-2.4.34/modules/mappers -c mod_auth_digest.c -fPIC -DPIC -o mod_auth_digest.o -isystem/home/linuxbrew/.linuxbrew/include
cc called with: -shared -fPIC -DPIC .libs/mod_authn_socache.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -g -O2 -pthread -pthread -Wl,-soname -Wl,mod_authn_socache.so -o .libs/mod_authn_socache.so
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -shared -fPIC -DPIC .libs/mod_authn_socache.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -pthread -Wl,-soname -Wl,mod_authn_socache.so -o .libs/mod_authn_socache.so -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
cc called with: -shared -fPIC -DPIC .libs/mod_authn_core.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -g -O2 -pthread -pthread -Wl,-soname -Wl,mod_authn_core.so -o .libs/mod_authn_core.so
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -shared -fPIC -DPIC .libs/mod_authn_core.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -pthread -Wl,-soname -Wl,mod_authn_core.so -o .libs/mod_authn_core.so -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
cc called with: -shared -fPIC -DPIC .libs/mod_authz_host.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -g -O2 -pthread -pthread -Wl,-soname -Wl,mod_authz_host.so -o .libs/mod_authz_host.so
superenv removed: -g
superenv added: -pipe -w -march=core2 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libbsd/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/expat/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr-util/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/brotli/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/gdbm/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/bzip2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/zlib/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/python@2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libxml2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/c-ares/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libev/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/libevent/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jansson/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/boost/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/jemalloc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/nghttp2/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/pcre/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-7 -pipe -w -O2 -march=core2 -shared -fPIC -DPIC .libs/mod_authz_host.o -L/home/linuxbrew/.linuxbrew/opt/openssl/lib -pthread -pthread -Wl,-soname -Wl,mod_authz_host.so -o .libs/mod_authz_host.so -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/httpd/2.4.34/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/ncurses/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/util-linux/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/apr/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/openssl/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/readline/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/opt/sqlite/lib -Wl,-rpa
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment