Date: Mon, 17 Dec 2018 07:58:46 -0500 From: Gerard Seibert <gerard@seibercom.net> To: apache@FreeBSD.org Subject: Unable to build apache24 on FreeBSD 12 Message-ID: <20181217075846.00004b99@seibercom.net>
index | next in thread | raw e-mail
[-- Attachment #1 --]
I just updated to FreeBSD 12. I am now unable to build apache24. The build
log is attached.
Thanks!
--
Gerard
[-- Attachment #2 --]
Script started on Mon Dec 17 07:52:57 2018
Command: make
/!\ apache24-2.4.37: Makefile warnings, please consider fixing /!\
Using USE_GNOME alone is deprecated, please add USES=gnome.
===> License APACHE20 accepted by the user
===> apache24-2.4.37 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by apache24-2.4.37 for building
===> Extracting for apache24-2.4.37
=> SHA256 Checksum OK for apache24/httpd-2.4.37.tar.bz2.
/bin/mv -v /usr/ports/www/apache24/work/httpd-2.4.37/configure /usr/ports/www/apache24/work/httpd-2.4.37/configure.upstream
/usr/ports/www/apache24/work/httpd-2.4.37/configure -> /usr/ports/www/apache24/work/httpd-2.4.37/configure.upstream
/bin/rmdir /usr/ports/www/apache24/work/httpd-2.4.37/docs/manual/style/xsl/util
/bin/rmdir /usr/ports/www/apache24/work/httpd-2.4.37/docs/manual/style/xsl
/bin/rmdir /usr/ports/www/apache24/work/httpd-2.4.37/docs/manual/style/lang
===> Patching for apache24-2.4.37
===> Applying extra patch /usr/ports/www/apache24/files/extra-patch-server_buildmark.c
===> Applying FreeBSD patches for apache24-2.4.37
/usr/bin/sed -i.bak -e 's," PLATFORM ",FreeBSD,' /usr/ports/www/apache24/work/httpd-2.4.37/server/core.c
/usr/bin/sed -i.bak -e 's|logs/error_log|/var/log/httpd-error.log|' /usr/ports/www/apache24/work/httpd-2.4.37/include/httpd.h
/usr/bin/sed -i.bak -e 's|perlbin=.*|perlbin=/usr/local/bin/perl|' /usr/ports/www/apache24/work/httpd-2.4.37/configure.in
/bin/rm -f /usr/ports/www/apache24/work/httpd-2.4.37/docs/docroot/*.bak
install -m 0644 /usr/ports/www/apache24/work/httpd-2.4.37/NOTICE /usr/ports/www/apache24/work/httpd-2.4.37/docs/manual
===> apache24-2.4.37 depends on package: autoconf>=2.69 - found
===> apache24-2.4.37 depends on package: automake>=1.16.1 - found
===> apache24-2.4.37 depends on executable: libtoolize - found
===> apache24-2.4.37 depends on package: libiconv>=1.14_11 - found
===> apache24-2.4.37 depends on file: /usr/local/lib/libcrypto.so.9 - found
===> apache24-2.4.37 depends on file: /usr/local/bin/ccache - found
===> apache24-2.4.37 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so)
===> apache24-2.4.37 depends on shared library: libapr-1.so - found (/usr/local/lib/libapr-1.so)
===> apache24-2.4.37 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so)
===> apache24-2.4.37 depends on shared library: libnghttp2.so - found (/usr/local/lib/libnghttp2.so)
===> apache24-2.4.37 depends on shared library: libnghttp2.so - found (/usr/local/lib/libnghttp2.so)
===> apache24-2.4.37 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so)
===> Configuring for apache24-2.4.37
/usr/ports/www/apache24/work/httpd-2.4.37/configure.in -> /usr/ports/www/apache24/work/httpd-2.4.37/configure.ac
configure: loading site script /usr/ports/Templates/config.site
checking for chosen layout... FreeBSD
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking build system type... amd64-portbld-freebsd12.0
checking host system type... amd64-portbld-freebsd12.0
checking target system type... amd64-portbld-freebsd12.0
configure:
configure: Configuring Apache Portable Runtime library...
configure:
checking for APR... yes
configure:
configure: Configuring Apache Portable Runtime Utility library...
configure:
checking for APR-util... yes
adding "-L/usr/local/lib" to LDFLAGS
adding "-L/usr/local/lib/db5" to LDFLAGS
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cpp
checking for cc option to accept ISO C99... none needed
checking for pcre-config... /usr/local/bin/pcre-config
configure: Using external PCRE library from /usr/local/bin/pcre-config
setting PCRE_INCLUDES to "-I/usr/local/include"
setting PCRE_LIBS to "-L/usr/local/lib -Wl,-R/usr/local/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/usr/local/include/apr-1" to INCLUDES
adding "-I/usr/local/include" to INCLUDES
adding "-I/usr/local/include/db5" 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/local/bin/pkg-config
checking for rsync... /usr/local/bin/rsync
checking for gawk... (cached) /usr/bin/awk
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... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) 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 for limits.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for pwd.h... (cached) 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... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
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... (cached) 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... no
checking for timegm... yes
checking for getpgid... (cached) yes
checking for fopen64... no
checking for getloadavg... yes
checking for void pointer length... no
checking for gettid()... no
checking for tm_gmtoff in struct tm... yes
checking whether to enable mod_authn_file... shared
checking whether to enable mod_authn_dbm... shared
checking whether to enable mod_authn_anon... shared
checking whether to enable mod_authn_dbd... shared
checking whether to enable mod_authn_socache... shared
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
checking whether to enable mod_authz_owner... shared
checking whether to enable mod_authz_dbd... shared
checking whether to enable mod_authz_core... shared
checking whether to enable mod_authnz_ldap... no
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
checking whether to enable mod_auth_digest... checking dependencies
checking whether to enable mod_auth_digest... shared
checking whether to enable mod_allowmethods... shared
adding "-I$(top_srcdir)/modules/aaa" to INCLUDES
checking whether to enable mod_isapi... no
checking whether to enable mod_file_cache... shared
checking whether to enable mod_cache... shared
checking whether to enable mod_cache_disk... checking dependencies
checking whether to enable mod_cache_disk... shared
checking whether to enable mod_cache_socache... shared
checking whether to enable mod_socache_shmcb... shared
checking whether to enable mod_socache_dbm... shared
checking whether to enable mod_socache_memcache... shared
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
checking whether to enable mod_macro... shared
adding "-I$(top_srcdir)/modules/core" to INCLUDES
checking whether to enable mod_dbd... shared
adding "-I$(top_srcdir)/modules/database" to INCLUDES
checking whether to enable mod_bucketeer... no
checking whether to enable mod_dumpio... shared
checking whether to enable mod_echo... no
checking whether to enable mod_example_hooks... no
checking whether to enable mod_case_filter... no
checking whether to enable mod_case_filter_in... no
checking whether to enable mod_example_ipc... no
checking whether to enable mod_buffer... shared
checking whether to enable mod_data... shared
checking whether to enable mod_ratelimit... shared
checking whether to enable mod_reqtimeout... shared
checking whether to enable mod_ext_filter... shared
checking whether to enable mod_request... shared
checking whether to enable mod_include... shared
checking whether to enable mod_filter... shared
checking whether to enable mod_reflector... shared
checking whether to enable mod_substitute... shared
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
checking whether to enable mod_charset_lite... shared
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
checking whether to enable mod_xml2enc... checking dependencies
checking for libxml2... checking for libxml2... yes
setting MOD_CFLAGS to "-I/usr/local/include/libxml2"
setting MOD_XML2ENC_LDADD to "-lxml2"
checking whether to enable mod_xml2enc... shared
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
checking whether to enable mod_brotli... no
adding "-I$(top_srcdir)/modules/filters" to INCLUDES
checking whether to enable mod_http... static
adding "$(MOD_HTTP_LDADD)" to AP_LIBS
checking whether to enable mod_mime... shared
checking whether to enable mod_ldap... no
adding "-I$(top_srcdir)/modules/ldap" to INCLUDES
checking whether to enable mod_log_config... shared
checking whether to enable mod_log_debug... shared
checking whether to enable mod_log_forensic... shared
adding "-I$(top_builddir)/server" to INCLUDES
checking whether to enable mod_logio... shared
adding "-I$(top_srcdir)/modules/loggers" to INCLUDES
checking whether to enable mod_lua... no
adding "-I$(top_srcdir)/modules/lua" to INCLUDES
checking whether to enable mod_env... shared
checking whether to enable mod_mime_magic... shared
checking whether to enable mod_cern_meta... shared
checking whether to enable mod_expires... shared
checking whether to enable mod_headers... shared
checking whether to enable mod_ident... no
checking whether to enable mod_usertrack... checking dependencies
checking for sys/times.h... (cached) yes
checking for times... (cached) yes
checking whether to enable mod_usertrack... shared
checking whether to enable mod_unique_id... shared
checking whether to enable mod_setenvif... shared
checking whether to enable mod_version... shared
checking whether to enable mod_remoteip... shared
checking whether to enable mod_proxy... shared
checking whether to enable mod_proxy_connect... checking dependencies
checking whether to enable mod_proxy_connect... shared
checking whether to enable mod_proxy_ftp... checking dependencies
checking whether to enable mod_proxy_ftp... shared
checking whether to enable mod_proxy_http... checking dependencies
checking whether to enable mod_proxy_http... shared
checking whether to enable mod_proxy_fcgi... checking dependencies
checking whether to enable mod_proxy_fcgi... shared
checking whether to enable mod_proxy_scgi... checking dependencies
checking whether to enable mod_proxy_scgi... shared
checking whether to enable mod_proxy_uwsgi... checking dependencies
checking whether to enable mod_proxy_uwsgi... shared
checking whether to enable mod_proxy_fdpass... checking dependencies
checking whether CMSG_DATA is declared... yes
checking whether to enable mod_proxy_fdpass... shared
checking whether to enable mod_proxy_wstunnel... checking dependencies
checking whether to enable mod_proxy_wstunnel... shared
checking whether to enable mod_proxy_ajp... checking dependencies
checking whether to enable mod_proxy_ajp... shared
checking whether to enable mod_proxy_balancer... checking dependencies
checking whether to enable mod_proxy_balancer... shared
checking whether to enable mod_proxy_express... checking dependencies
checking whether to enable mod_proxy_express... shared
checking whether to enable mod_proxy_hcheck... checking dependencies
checking whether to enable mod_proxy_hcheck... shared
adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
adding "-I$(top_srcdir)/modules/http2" to INCLUDES
checking whether to enable mod_session... shared
checking whether to enable mod_session_cookie... checking dependencies
checking whether to enable mod_session_cookie... shared
checking whether to enable mod_session_crypto... checking dependencies
checking whether to enable mod_session_crypto... shared
checking whether to enable mod_session_dbd... checking dependencies
checking whether to enable mod_session_dbd... shared
adding "-I$(top_srcdir)/modules/session" to INCLUDES
checking whether to enable mod_slotmem_shm... shared
checking whether to enable mod_slotmem_plain... shared
checking whether to enable mod_ssl... checking dependencies
checking for OpenSSL... checking for user-provided OpenSSL base directory... /usr/local
adding "-I/usr/local/include" to CPPFLAGS
setting MOD_CFLAGS to "-I/usr/local/include "
setting ab_CFLAGS to "-I/usr/local/include "
setting MOD_LDFLAGS to "-L/usr/local/lib "
checking for OpenSSL version >= 0.9.8a... OK
adding "-lssl" to MOD_LDFLAGS
adding "-lcrypto" to MOD_LDFLAGS
adding "-lcrypt" to MOD_LDFLAGS
adding "-lpthread" to MOD_LDFLAGS
setting LIBS to "-lssl -lcrypto -lcrypt -lpthread"
forcing ab_LIBS to "-L/usr/local/lib -lssl -lcrypto -lcrypt -lpthread"
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
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
adding "-I$(top_srcdir)/modules/test" to INCLUDES
checking for target platform... unix
checking for rlim_t... yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) 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... (cached) yes
checking for killpg... (cached) 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... yes
checking for port_create... no
checking for epoll_create... no
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/usr/local/lib -lssl -lcrypto -lcrypt -lpthread"
setting MOD_CFLAGS to "-I/usr/local/include "
setting MOD_CPPFLAGS to "-DH2_OPENSSL"
checking for nghttp2... checking for user-provided nghttp2 base directory... /usr/local
checking for pkg-config along ... adding "-I/usr/local/include" to CPPFLAGS
checking for nghttp2 version >= 1.2.1... OK
adding "-lnghttp2" to MOD_LDFLAGS
setting LIBS to "-lnghttp2 -lcrypt -lpthread"
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
checking whether to enable mod_proxy_http2... checking dependencies
checking for nghttp2... (cached) yes
setting MOD_PROXY_HTTP2_LDADD to "-export-symbols-regex proxy_http2_module"
checking whether to enable mod_proxy_http2... shared
adding "-I$(top_srcdir)/modules/md" to INCLUDES
checking whether to enable mod_md... no
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
checking whether to enable mod_heartmonitor... shared
checking whether to enable mod_dav... shared
adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
checking whether to enable mod_status... shared
checking whether to enable mod_autoindex... shared
checking whether to enable mod_asis... shared
checking whether to enable mod_info... shared
checking whether to enable mod_suexec... no
checking whether to enable mod_cgid... checking dependencies
checking whether to enable mod_cgid... shared
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
checking for extra modules... none
checking whether to enable mod_vhost_alias... shared
checking whether to enable mod_negotiation... shared
checking whether to enable mod_dir... shared
checking whether to enable mod_imagemap... shared
checking whether to enable mod_actions... shared
checking whether to enable mod_speling... shared
checking whether to enable mod_userdir... shared
checking whether to enable mod_alias... shared
checking whether to enable mod_rewrite... shared
adding "-I$(top_srcdir)/modules/mappers" to INCLUDES
configure:
configure: Restore user-defined environment settings...
configure:
restoring CPPFLAGS to "-DLIBICONV_PLUG"
setting EXTRA_CPPFLAGS to ""
restoring CFLAGS to "-O2 -pipe -march=core2 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing "
setting EXTRA_CFLAGS to ""
restoring CXXFLAGS to "-O2 -pipe -march=core2 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -DLIBICONV_PLUG "
setting EXTRA_CXXFLAGS to ""
restoring LDFLAGS to " -Wl,-rpath,/usr/local/lib -fstack-protector "
setting EXTRA_LDFLAGS to " -L/usr/local/lib -L/usr/local/lib/db5"
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/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -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.37
Install prefix: /usr/local
C compiler: cc
CFLAGS: -O2 -pipe -march=core2 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing
CPPFLAGS: -DLIBICONV_PLUG
LDFLAGS: -Wl,-rpath,/usr/local/lib -fstack-protector -L/usr/local/lib -L/usr/local/lib/db5
LIBS:
C preprocessor: cpp
/usr/bin/sed -i.bak -e "/EXTRA_LDFLAGS/s|-L/usr/lib||g" /usr/ports/www/apache24/work/httpd-2.4.37/build/config_vars.mk
/usr/bin/sed -i.bak -e "s,%%WWWOWN%%,www," -e "s,%%WWWGRP%%,www," /usr/ports/www/apache24/work/httpd-2.4.37/docs/conf/httpd.conf
/usr/bin/sed -i.bak -e "s,%%PREFIX%%,/usr/local," /usr/ports/www/apache24/work/httpd-2.4.37/support/envvars-std
===> Building for apache24-2.4.37
Making all in srclib
Making all in os
Making all in unix
/usr/local/share/apr/build-1/libtool --silent --mode=compile cc -O2 -pipe -march=core2 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -DLIBICONV_PLUG -I. -I/usr/ports/www/apache24/work/httpd-2.4.37/os/unix -I/usr/ports/www/apache24/work/httpd-2.4.37/include -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/aaa -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/cache -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/core -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/database -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/filters -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/ldap -I/usr/ports/www/apache24/work/httpd-2.4.37/server -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/loggers -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/lua -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/proxy -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/http2 -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/session -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/ssl -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/test -I/usr/ports/www/apache24/work/httpd-2.4.37/server -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/md -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/arch/unix -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/dav/main -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/generators -I/usr/ports/www/apache24/work/httpd-2.4.37/modules/mappers -prefer-non-pic -static -c unixd.c && touch unixd.lo
[1munixd.c:245:25: [0m[0;1;31merror: [0m[1mvariable has incomplete type 'union semun'[0m
union semun ick;
[0;1;32m ^
[0m[1munixd.c:245:19: [0m[0;1;30mnote: [0mforward declaration of 'union semun'[0m
union semun ick;
[0;1;32m ^
[0m1 error generated.
*** Error code 1
Stop.
make[5]: stopped in /usr/ports/www/apache24/work/httpd-2.4.37/os/unix
*** Error code 1
Stop.
make[4]: stopped in /usr/ports/www/apache24/work/httpd-2.4.37/os/unix
*** Error code 1
Stop.
make[3]: stopped in /usr/ports/www/apache24/work/httpd-2.4.37/os
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/www/apache24/work/httpd-2.4.37
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/www/apache24
*** Error code 1
Stop.
make: stopped in /usr/ports/www/apache24
Command exit status: 1
Script done on Mon Dec 17 07:53:27 2018
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181217075846.00004b99>
