From owner-freebsd-apache@FreeBSD.ORG Wed Jan 7 08:28:02 2015 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BDBFDA7 for ; Wed, 7 Jan 2015 08:28:02 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B9D0663D7 for ; Wed, 7 Jan 2015 08:28:02 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.9/8.14.9) with ESMTP id t078S2SA043490 for ; Wed, 7 Jan 2015 08:28:02 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 Jan 2015 08:28:02 GMT Message-Id: <201501070828.t078S2SA043490@portsmon.freebsd.org> From: linimon@FreeBSD.org To: apache@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 08:28:02 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: www/mod_cplusplus broken because: does not build with new clang build errors: http://beefy2.isc.freebsd.org/bulk/101amd64-RELENG_10_1/latest/logs/errors/ap22-mod_cplusplus-1.5.4_3.log http://beefy1.isc.freebsd.org/bulk/10i386-default/latest/logs/errors/ap22-mod_cplusplus-1.5.4_3.log overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_cplusplus If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-apache@FreeBSD.ORG Wed Jan 7 08:28:18 2015 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B0A2F0B for ; Wed, 7 Jan 2015 08:28:18 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B43A66426 for ; Wed, 7 Jan 2015 08:28:18 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.9/8.14.9) with ESMTP id t078SICg045333 for ; Wed, 7 Jan 2015 08:28:18 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 Jan 2015 08:28:18 GMT Message-Id: <201501070828.t078SICg045333@portsmon.freebsd.org> From: linimon@FreeBSD.org To: apache@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 08:28:18 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: www/mod_cplusplus description: Apache module for loading C++ objects as handlers maintainer: apache@FreeBSD.org status: BROKEN deprecated because: written for apache 2.0, no longer maintained upstream expiration date: 2015-02-28 build errors: http://beefy2.isc.freebsd.org/bulk/101amd64-RELENG_10_1/latest/logs/errors/ap22-mod_cplusplus-1.5.4_3.log http://beefy1.isc.freebsd.org/bulk/10i386-default/latest/logs/errors/ap22-mod_cplusplus-1.5.4_3.log overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_cplusplus If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-apache@FreeBSD.ORG Wed Jan 7 15:16:33 2015 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CF5AE14; Wed, 7 Jan 2015 15:16:33 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 181AB1184; Wed, 7 Jan 2015 15:16:33 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t07FGWkt047554; Wed, 7 Jan 2015 15:16:32 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t07FGWmL047552; Wed, 7 Jan 2015 15:16:32 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 7 Jan 2015 15:16:32 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201501071516.t07FGWmL047552@beefy1.isc.freebsd.org> To: apache@FreeBSD.org Subject: [package - 10i386-quarterly][www/mod_cplusplus] Failed for ap22-mod_cplusplus-1.5.4_3 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 15:16:33 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: apache@FreeBSD.org Last committer: tijl@FreeBSD.org Ident: $FreeBSD: branches/2014Q4/www/mod_cplusplus/Makefile 368120 2014-09-13 16:47:09Z tijl $ Log URL: http://beefy1.isc.freebsd.org/data/10i386-quarterly/2015-01-07_01h23m57s/logs/ap22-mod_cplusplus-1.5.4_3.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=10i386-quarterly&build=2015-01-07_01h23m57s Log: ====>> Building www/mod_cplusplus build started at Wed Jan 7 15:16:00 UTC 2015 port directory: /usr/ports/www/mod_cplusplus building for: FreeBSD 10i386-quarterly-job-01 10.0-RELEASE-p9 FreeBSD 10.0-RELEASE-p9 i386 maintained by: apache@FreeBSD.org Makefile ident: $FreeBSD: branches/2014Q4/www/mod_cplusplus/Makefile 368120 2014-09-13 16:47:09Z tijl $ Poudriere version: 3.1.1 Host OSVERSION: 1100050 Jail OSVERSION: 1000510 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1000510 UNAME_v=FreeBSD 10.0-RELEASE-p9 UNAME_r=10.0-RELEASE-p9 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/10i386-quarterly/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=ap22-mod_cplusplus-1.5.4_3 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/10i386-quarterly/ref/.p/pool MASTERNAME=10i386-quarterly USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --with-apxs=/usr/local/sbin/apxs --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh AUTOMAKE=/usr/local/bin/automake-1.14 AUTOMAKE_DIR=/usr/local/share/automake-1.14 AUTOMAKE_VERSION=1.14 AUTOMAKE_APIVER=1.14 ACLOCAL=/usr/local/bin/aclocal-1.14 ACLOCAL_DIR=/usr/local/share/aclocal-1.14 AUTOCONF=/usr/local/bin/autoconf-2.69 AUTOCONF_DIR=/usr/local/share/autoconf-2.69 AUTOHEADER=/usr/local/bin/autoheader-2.69 AUTOIFNAMES=/usr/local/bin/ifnames-2.69 AUTOM4TE=/usr/local/bin/autom4te-2.69 AUTORECONF=/usr/local/bin/autoreconf-2.69 AUTOSCAN=/usr/local/bin/autoscan-2.69 AUTOUPDATE=/usr/local/bin/autoupdate-2.69 AUTOCONF_VERSION=2.69 LIBTOOLIZE=/usr/local/bin/libtoolize LIBTOOL_LIBEXECDIR=/usr/local/libexec/libtool LIBTOOL_SHAREDIR=/usr/local/share/libtool LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 LTMAIN=/usr/local/share/libtool/config/ltmain.sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES AUTOMAKE=/usr/local/bin/automake-1.14 AUTOMAKE_DIR=/usr/local/share/automake-1.14 AUTOMAKE_VERSION=1.14 AUTOMAKE_APIVER=1.14 ACLOCAL=/usr/local/bin/aclocal-1.14 ACLOCAL_DIR=/usr/local/share/aclocal-1.14 AUTOCONF=/usr/local/bin/autoconf-2.69 AUTOCONF_DIR=/usr/local/share/autoconf-2.69 AUTOHEADER=/usr/local/bin/autoheader-2.69 AUTOIFNAMES=/usr/local/bin/ifnames-2.69 AUTOM4TE=/usr/local/bin/autom4te-2.69 AUTORECONF=/usr/local/bin/autoreconf-2.69 AUTOSCAN=/usr/local/bin/autoscan-2.69 AUTOUPDATE=/usr/local/bin/autoupdate-2.69 AUTOCONF_VERSION=2.69 LIBTOOLIZE=/usr/local/bin/libtoolize LIBTOOL_LIBEXECDIR=/usr/local/libexec/libtool LIBTOOL_SHAREDIR=/usr/local/share/libtool LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 LTMAIN=/usr/local/share/libtool/config/ltmain. sh PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- APACHEMODDIR="libexec/apache22" APACHEINCLUDEDIR="include/apache22" APACHEETCDIR="etc/apache22" APACHE_VERSION="22" AP_NAME="cplusplus" AP_MODULE="mod_cplusplus.so" OSREL=10.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib AP_MOD_EN="-A" DOCSDIR="share/doc/mod_cplusplus" EXAMPLESDIR="share/examples/mod_cplusplus" DATADIR="share/mod_cplusplus" WWWDIR="www/mod_cplusplus" ETCDIR="etc/mod_cplusplus" --End PLIST_SUB-- --SUB_LIST-- "APACHEMODDIR=libexec/apache22" APACHEMODDIR="libexec/apache22" APACHEETCDIR="etc/apache22" APACHE_VERSION="22" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mod_cplusplus DOCSDIR=/usr/local/share/doc/mod_cplusplus EXAMPLESDIR=/usr/local/share/examples/mod_cplusplus WWWDIR=/usr/local/www/mod_cplusplus ETCDIR=/usr/local/etc/mod_cplusplus --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> ap22-mod_cplusplus-1.5.4_3 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.3.txz [10i386-quarterly-job-01] Installing pkg-1.4.3... [10i386-quarterly-job-01] Extracting pkg-1.4.3... done Message for pkg-1.4.3: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of ap22-mod_cplusplus-1.5.4_3 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by ap22-mod_cplusplus-1.5.4_3 for building =========================================================================== =================================================== ===> Fetching all distfiles required by ap22-mod_cplusplus-1.5.4_3 for building => SHA256 Checksum OK for mod_cplusplus-1.5.4.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by ap22-mod_cplusplus-1.5.4_3 for building ===> Extracting for ap22-mod_cplusplus-1.5.4_3 => SHA256 Checksum OK for mod_cplusplus-1.5.4.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for ap22-mod_cplusplus-1.5.4_3 /usr/bin/sed -i.bak -e 's,-Werror,,' /wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/configure.in =========================================================================== =================================================== ===> ap22-mod_cplusplus-1.5.4_3 depends on file: /usr/local/sbin/apxs - not found ===> Verifying install for /usr/local/sbin/apxs in /usr/ports/www/apache22 ===> Installing existing package /packages/All/apache22-2.2.29_2.txz [10i386-quarterly-job-01] Installing apache22-2.2.29_2... [10i386-quarterly-job-01] `-- Installing apr-1.5.1.1.5.4... [10i386-quarterly-job-01] | `-- Installing db5-5.3.28_2... [10i386-quarterly-job-01] | `-- Extracting db5-5.3.28_2... done [10i386-quarterly-job-01] | `-- Installing expat-2.1.0_2... [10i386-quarterly-job-01] | `-- Extracting expat-2.1.0_2... done [10i386-quarterly-job-01] | `-- Installing gdbm-1.11_2... [10i386-quarterly-job-01] | | `-- Installing gettext-runtime-0.19.3... [10i386-quarterly-job-01] | | `-- Installing indexinfo-0.2.2... [10i386-quarterly-job-01] | | `-- Extracting indexinfo-0.2.2... done [10i386-quarterly-job-01] | | `-- Extracting gettext-runtime-0.19.3... done [10i386-quarterly-job-01] | `-- Extracting gdbm-1.11_2... done [10i386-quarterly-job-01] `-- Extracting apr-1.5.1.1.5.4... done [10i386-quarterly-job-01] `-- Installing pcre-8.35_2... [10i386-quarterly-job-01] `-- Extracting pcre-8.35_2... done [10i386-quarterly-job-01] `-- Installing perl5-5.18.4_11... [10i386-quarterly-job-01] `-- Extracting perl5-5.18.4_11... done ===> Creating users and/or groups. Using existing group 'www'. Using existing user 'www'. [10i386-quarterly-job-01] Extracting apache22-2.2.29_2... done /usr/local/share/examples/apache22/httpd.conf -> /usr/local/etc/apache22/httpd.conf Message for apache22-2.2.29_2: To run apache www server from startup, add apache22_enable="YES" in your /etc/rc.conf. Extra options can be found in startup script. Your hostname must be resolvable using at least 1 mechanism in /etc/nsswitch.conf typically DNS or /etc/hosts or apache might have issues starting depending on the modules you are using. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! H E A D S - U P 2014-07-13: The default version was changed from www/apache22 to www/apache24, pre-build apache modules will also reflect this! In case ports are build by yourself and apache22 is required use the following command to keep apache22 as default echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ===> Returning to build of ap22-mod_cplusplus-1.5.4_3 ===> ap22-mod_cplusplus-1.5.4_3 depends on file: /usr/local/bin/automake-1.14 - not found ===> Verifying install for /usr/local/bin/automake-1.14 in /usr/ports/devel/automake ===> Installing existing package /packages/All/automake-1.14_1.txz [10i386-quarterly-job-01] Installing automake-1.14_1... [10i386-quarterly-job-01] `-- Installing autoconf-2.69... [10i386-quarterly-job-01] | `-- Installing autoconf-wrapper-20131203... [10i386-quarterly-job-01] | `-- Extracting autoconf-wrapper-20131203... done [10i386-quarterly-job-01] | `-- Installing m4-1.4.17_1,1... libtoolize: copying file './install-sh' libtoolize: copying file './ltmain.sh' libtoolize: You should add the contents of the following files to 'aclocal.m4': libtoolize: '/usr/local/share/aclocal/libtool.m4' libtoolize: '/usr/local/share/aclocal/ltoptions.m4' libtoolize: '/usr/local/share/aclocal/ltsugar.m4' libtoolize: '/usr/local/share/aclocal/ltversion.m4' libtoolize: '/usr/local/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. aclocal-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:2: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.in:4: installing './compile' configure.in:2: installing './missing' configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') automake-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in' example/handler/Makefile.am: installing './depcomp' configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes 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 whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking build system type... i386-portbld-freebsd10.0 checking host system type... i386-portbld-freebsd10.0 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking how to convert i386-portbld-freebsd10.0 file names to i386-portbld-freebsd10.0 format... func_convert_file_noop checking how to convert i386-portbld-freebsd10.0 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cpp 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 dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd10.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd10.0 ld.so checking how to hardcode library paths into programs... immediate checking what the shared library extension is... could not determine shared library extension. Defaulting to .so .so checking for apxs... found /usr/local/sbin/apxs checking for __gxx_personality_v0 in -lstdc++... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating example/Makefile config.status: creating example/handler/Makefile config.status: creating example/input_filter/Makefile config.status: creating example/output_filter/Makefile config.status: creating example/protocol/Makefile config.status: creating test/Makefile config.status: creating test/t/conf/extra.conf config.status: creating docs/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands =========================================================================== =================================================== ===> Building for ap22-mod_cplusplus-1.5.4_3 /usr/bin/make all-recursive Making all in src /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT mod_cplusplus.lo -MD -MP -MF .deps/mod_cplusplus.Tpo -c -o mod_cplusplus.lo mod_cplusplus.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT mod_cplusplus.lo -MD -MP -MF .deps/mod_cplusplus.Tpo -c mod_cplusplus.c -fPIC -DPIC -o .libs/mod_cplusplus.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT mod_cplusplus.lo -MD -MP -MF .deps/mod_cplusplus.Tpo -c mod_cplusplus.c -o mod_cplusplus.o >/dev/null 2>&1 mv -f .deps/mod_cplusplus.Tpo .deps/mod_cplusplus.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_handler.lo -MD -MP -MF .deps/apache_handler.Tpo -c -o apache_handler.lo apache_handler.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_handler.lo -MD -MP -MF .deps/apache_handler.Tpo -c apache_handler.cpp -fPIC -DPIC -o .libs/apache_handler.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_handler.lo -MD -MP -MF .deps/apache_handler.Tpo -c apache_handler.cpp -o apache_handler.o >/dev/null 2>&1 mv -f .deps/apache_handler.Tpo .deps/apache_handler.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_filters.lo -MD -MP -MF .deps/apache_filters.Tpo -c -o apache_filters.lo apache_filters.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_filters.lo -MD -MP -MF .deps/apache_filters.Tpo -c apache_filters.cpp -fPIC -DPIC -o .libs/apache_filters.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_filters.lo -MD -MP -MF .deps/apache_filters.Tpo -c apache_filters.cpp -o apache_filters.o >/dev/null 2>&1 mv -f .deps/apache_filters.Tpo .deps/apache_filters.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_protocol.lo -MD -MP -MF .deps/apache_protocol.Tpo -c -o apache_protocol.lo apache_protocol.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_protocol.lo -MD -MP -MF .deps/apache_protocol.Tpo -c apache_protocol.cpp -fPIC -DPIC -o .libs/apache_protocol.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_protocol.lo -MD -MP -MF .deps/apache_protocol.Tpo -c apache_protocol.cpp -o apache_protocol.o >/dev/null 2>&1 mv -f .deps/apache_protocol.Tpo .deps/apache_protocol.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_request.lo -MD -MP -MF .deps/cpp_request.Tpo -c -o cpp_request.lo cpp_request.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_request.lo -MD -MP -MF .deps/cpp_request.Tpo -c cpp_request.cpp -fPIC -DPIC -o .libs/cpp_request.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_request.lo -MD -MP -MF .deps/cpp_request.Tpo -c cpp_request.cpp -o cpp_request.o >/dev/null 2>&1 mv -f .deps/cpp_request.Tpo .deps/cpp_request.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_server.lo -MD -MP -MF .deps/cpp_server.Tpo -c -o cpp_server.lo cpp_server.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_server.lo -MD -MP -MF .deps/cpp_server.Tpo -c cpp_server.cpp -fPIC -DPIC -o .libs/cpp_server.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_server.lo -MD -MP -MF .deps/cpp_server.Tpo -c cpp_server.cpp -o cpp_server.o >/dev/null 2>&1 mv -f .deps/cpp_server.Tpo .deps/cpp_server.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_output_buffer.lo -MD -MP -MF .deps/apache_output_buffer.Tpo -c -o apache_output_buffer.lo apache_output_buffer.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_output_buffer.lo -MD -MP -MF .deps/apache_output_buffer.Tpo -c apache_output_buffer.cpp -fPIC -DPIC -o .libs/apache_output_buffer.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_output_buffer.lo -MD -MP -MF .deps/apache_output_buffer.Tpo -c apache_output_buffer.cpp -o apache_output_buffer.o >/dev/null 2>&1 mv -f .deps/apache_output_buffer.Tpo .deps/apache_output_buffer.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT request_env.lo -MD -MP -MF .deps/request_env.Tpo -c -o request_env.lo request_env.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT request_env.lo -MD -MP -MF .deps/request_env.Tpo -c request_env.cpp -fPIC -DPIC -o .libs/request_env.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT request_env.lo -MD -MP -MF .deps/request_env.Tpo -c request_env.cpp -o request_env.o >/dev/null 2>&1 mv -f .deps/request_env.Tpo .deps/request_env.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_hash.lo -MD -MP -MF .deps/env_hash.Tpo -c -o env_hash.lo env_hash.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_hash.lo -MD -MP -MF .deps/env_hash.Tpo -c env_hash.cpp -fPIC -DPIC -o .libs/env_hash.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_hash.lo -MD -MP -MF .deps/env_hash.Tpo -c env_hash.cpp -o env_hash.o >/dev/null 2>&1 mv -f .deps/env_hash.Tpo .deps/env_hash.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_value.lo -MD -MP -MF .deps/env_value.Tpo -c -o env_value.lo env_value.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_value.lo -MD -MP -MF .deps/env_value.Tpo -c env_value.cpp -fPIC -DPIC -o .libs/env_value.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_value.lo -MD -MP -MF .deps/env_value.Tpo -c env_value.cpp -o env_value.o >/dev/null 2>&1 mv -f .deps/env_value.Tpo .deps/env_value.Plo /bin/sh ../libtool --tag=CXX --mode=link c++ -O2 -pipe -fstack-protector -fno-strict-aliasing -release 1.1.0 -fstack-protector -o libmod_cplusplus.la -rpath /usr/local/lib mod_cplusplus.lo apache_handler.lo apache_filters.lo apache_protocol.lo cpp_request.lo cpp_server.lo apache_output_buffer.lo request_env.lo env_hash.lo env_value.lo -lstdc++ libtool: link: c++ -fPIC -DPIC -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/mod_cplusplus.o .libs/apache_handler.o .libs/apache_filters.o .libs/apache_protocol.o .libs/cpp_request.o .libs/cpp_server.o .libs/apache_output_buffer.o .libs/request_env.o .libs/env_hash.o .libs/env_value.o -lstdc++ -L/usr/lib -lc++ -lm -lc -lgcc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o -O2 -Wl,-soname -Wl,libmod_cplusplus-1.1.0.so -o .libs/libmod_cplusplus-1.1.0.so /usr/bin/ld: cannot find -lstdc++ c++: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[3]: stopped in /wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/src *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_cplusplus From owner-freebsd-apache@FreeBSD.ORG Wed Jan 7 16:09:18 2015 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88B81CD3; Wed, 7 Jan 2015 16:09:18 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72AD91C0A; Wed, 7 Jan 2015 16:09:18 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t07G9Ip8003361; Wed, 7 Jan 2015 16:09:18 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t07G9IBW003347; Wed, 7 Jan 2015 16:09:18 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 7 Jan 2015 16:09:18 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201501071609.t07G9IBW003347@beefy2.isc.freebsd.org> To: apache@FreeBSD.org Subject: [package - 10amd64-quarterly][www/mod_cplusplus] Failed for ap22-mod_cplusplus-1.5.4_3 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 16:09:18 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: apache@FreeBSD.org Last committer: tijl@FreeBSD.org Ident: $FreeBSD: branches/2014Q4/www/mod_cplusplus/Makefile 368120 2014-09-13 16:47:09Z tijl $ Log URL: http://beefy2.isc.freebsd.org/data/10amd64-quarterly/2015-01-07_01h28m34s/logs/ap22-mod_cplusplus-1.5.4_3.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=10amd64-quarterly&build=2015-01-07_01h28m34s Log: ====>> Building www/mod_cplusplus build started at Wed Jan 7 16:08:40 UTC 2015 port directory: /usr/ports/www/mod_cplusplus building for: FreeBSD 10amd64-quarterly-job-11 10.0-RELEASE-p9 FreeBSD 10.0-RELEASE-p9 amd64 maintained by: apache@FreeBSD.org Makefile ident: $FreeBSD: branches/2014Q4/www/mod_cplusplus/Makefile 368120 2014-09-13 16:47:09Z tijl $ Poudriere version: 3.1.1 Host OSVERSION: 1100050 Jail OSVERSION: 1000510 ---Begin Environment--- OSVERSION=1000510 UNAME_v=FreeBSD 10.0-RELEASE-p9 UNAME_r=10.0-RELEASE-p9 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/10amd64-quarterly/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=ap22-mod_cplusplus-1.5.4_3 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/10amd64-quarterly/ref/.p/pool MASTERNAME=10amd64-quarterly USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --with-apxs=/usr/local/sbin/apxs --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh AUTOMAKE=/usr/local/bin/automake-1.14 AUTOMAKE_DIR=/usr/local/share/automake-1.14 AUTOMAKE_VERSION=1.14 AUTOMAKE_APIVER=1.14 ACLOCAL=/usr/local/bin/aclocal-1.14 ACLOCAL_DIR=/usr/local/share/aclocal-1.14 AUTOCONF=/usr/local/bin/autoconf-2.69 AUTOCONF_DIR=/usr/local/share/autoconf-2.69 AUTOHEADER=/usr/local/bin/autoheader-2.69 AUTOIFNAMES=/usr/local/bin/ifnames-2.69 AUTOM4TE=/usr/local/bin/autom4te-2.69 AUTORECONF=/usr/local/bin/autoreconf-2.69 AUTOSCAN=/usr/local/bin/autoscan-2.69 AUTOUPDATE=/usr/local/bin/autoupdate-2.69 AUTOCONF_VERSION=2.69 LIBTOOLIZE=/usr/local/bin/libtoolize LIBTOOL_LIBEXECDIR=/usr/local/libexec/libtool LIBTOOL_SHAREDIR=/usr/local/share/libtool LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 LTMAIN=/usr/local/share/libtool/config/ltmain.sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work HOME=/wrkdirs/usr/ports/www/mod_cplusplus/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES AUTOMAKE=/usr/local/bin/automake-1.14 AUTOMAKE_DIR=/usr/local/share/automake-1.14 AUTOMAKE_VERSION=1.14 AUTOMAKE_APIVER=1.14 ACLOCAL=/usr/local/bin/aclocal-1.14 ACLOCAL_DIR=/usr/local/share/aclocal-1.14 AUTOCONF=/usr/local/bin/autoconf-2.69 AUTOCONF_DIR=/usr/local/share/autoconf-2.69 AUTOHEADER=/usr/local/bin/autoheader-2.69 AUTOIFNAMES=/usr/local/bin/ifnames-2.69 AUTOM4TE=/usr/local/bin/autom4te-2.69 AUTORECONF=/usr/local/bin/autoreconf-2.69 AUTOSCAN=/usr/local/bin/autoscan-2.69 AUTOUPDATE=/usr/local/bin/autoupdate-2.69 AUTOCONF_VERSION=2.69 LIBTOOLIZE=/usr/local/bin/libtoolize LIBTOOL_LIBEXECDIR=/usr/local/libexec/libtool LIBTOOL_SHAREDIR=/usr/local/share/libtool LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 LTMAIN=/usr/local/share/libtool/config/ltmain. sh PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- APACHEMODDIR="libexec/apache22" APACHEINCLUDEDIR="include/apache22" APACHEETCDIR="etc/apache22" APACHE_VERSION="22" AP_NAME="cplusplus" AP_MODULE="mod_cplusplus.so" OSREL=10.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib AP_MOD_EN="-A" DOCSDIR="share/doc/mod_cplusplus" EXAMPLESDIR="share/examples/mod_cplusplus" DATADIR="share/mod_cplusplus" WWWDIR="www/mod_cplusplus" ETCDIR="etc/mod_cplusplus" --End PLIST_SUB-- --SUB_LIST-- "APACHEMODDIR=libexec/apache22" APACHEMODDIR="libexec/apache22" APACHEETCDIR="etc/apache22" APACHE_VERSION="22" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mod_cplusplus DOCSDIR=/usr/local/share/doc/mod_cplusplus EXAMPLESDIR=/usr/local/share/examples/mod_cplusplus WWWDIR=/usr/local/www/mod_cplusplus ETCDIR=/usr/local/etc/mod_cplusplus --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> ap22-mod_cplusplus-1.5.4_3 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.3.txz [10amd64-quarterly-job-11] Installing pkg-1.4.3... [10amd64-quarterly-job-11] Extracting pkg-1.4.3... done Message for pkg-1.4.3: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of ap22-mod_cplusplus-1.5.4_3 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by ap22-mod_cplusplus-1.5.4_3 for building =========================================================================== =================================================== ===> Fetching all distfiles required by ap22-mod_cplusplus-1.5.4_3 for building => SHA256 Checksum OK for mod_cplusplus-1.5.4.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by ap22-mod_cplusplus-1.5.4_3 for building ===> Extracting for ap22-mod_cplusplus-1.5.4_3 => SHA256 Checksum OK for mod_cplusplus-1.5.4.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for ap22-mod_cplusplus-1.5.4_3 /usr/bin/sed -i.bak -e 's,-Werror,,' /wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/configure.in =========================================================================== =================================================== ===> ap22-mod_cplusplus-1.5.4_3 depends on file: /usr/local/sbin/apxs - not found ===> Verifying install for /usr/local/sbin/apxs in /usr/ports/www/apache22 ===> Installing existing package /packages/All/apache22-2.2.29_2.txz [10amd64-quarterly-job-11] Installing apache22-2.2.29_2... [10amd64-quarterly-job-11] `-- Installing apr-1.5.1.1.5.4... [10amd64-quarterly-job-11] | `-- Installing db5-5.3.28_2... [10amd64-quarterly-job-11] | `-- Extracting db5-5.3.28_2... done [10amd64-quarterly-job-11] | `-- Installing expat-2.1.0_2... [10amd64-quarterly-job-11] | `-- Extracting expat-2.1.0_2... done [10amd64-quarterly-job-11] | `-- Installing gdbm-1.11_2... [10amd64-quarterly-job-11] | | `-- Installing gettext-runtime-0.19.3... [10amd64-quarterly-job-11] | | `-- Installing indexinfo-0.2.2... [10amd64-quarterly-job-11] | | `-- Extracting indexinfo-0.2.2... done [10amd64-quarterly-job-11] | | `-- Extracting gettext-runtime-0.19.3... done [10amd64-quarterly-job-11] | `-- Extracting gdbm-1.11_2... done [10amd64-quarterly-job-11] `-- Extracting apr-1.5.1.1.5.4... done [10amd64-quarterly-job-11] `-- Installing pcre-8.35_2... [10amd64-quarterly-job-11] `-- Extracting pcre-8.35_2... done [10amd64-quarterly-job-11] `-- Installing perl5-5.18.4_11... [10amd64-quarterly-job-11] `-- Extracting perl5-5.18.4_11... done ===> Creating users and/or groups. Using existing group 'www'. Using existing user 'www'. [10amd64-quarterly-job-11] Extracting apache22-2.2.29_2... done /usr/local/share/examples/apache22/httpd.conf -> /usr/local/etc/apache22/httpd.conf Message for apache22-2.2.29_2: To run apache www server from startup, add apache22_enable="YES" in your /etc/rc.conf. Extra options can be found in startup script. Your hostname must be resolvable using at least 1 mechanism in /etc/nsswitch.conf typically DNS or /etc/hosts or apache might have issues starting depending on the modules you are using. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! H E A D S - U P 2014-07-13: The default version was changed from www/apache22 to www/apache24, pre-build apache modules will also reflect this! In case ports are build by yourself and apache22 is required use the following command to keep apache22 as default echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ===> Returning to build of ap22-mod_cplusplus-1.5.4_3 ===> ap22-mod_cplusplus-1.5.4_3 depends on file: /usr/local/bin/automake-1.14 - not found ===> Verifying install for /usr/local/bin/automake-1.14 in /usr/ports/devel/automake ===> Installing existing package /packages/All/automake-1.14_1.txz [10amd64-quarterly-job-11] Installing automake-1.14_1... [10amd64-quarterly-job-11] `-- Installing autoconf-2.69... [10amd64-quarterly-job-11] | `-- Installing autoconf-wrapper-20131203... [10amd64-quarterly-job-11] | `-- Extracting autoconf-wrapper-20131203... done [10amd64-quarterly-job-11] | `-- Installing m4-1.4.17_1,1... [10amd64-quarterly-job-11] | `-- Extracting m4-1.4.17_1,1... done [10amd64-quarterly-job-11] `-- Extracting autoconf-2.69... done [10amd64-quarterly-job-11] `-- Installing automake-wrapper-20131203... [10amd64-quarterly-job-11] `-- Extracting automake-wrapper-20131203... done [10amd64-quarterly-job-11] Extracting automake-1.14_1... done ===> Returning to build of ap22-mod_cplusplus-1.5.4_3 ===> ap22-mod_cplusplus-1.5.4_3 depends on file: /usr/local/bin/autoconf-2.69 - found ===> ap22-mod_cplusplus-1.5.4_3 depends on package: libtool>=2.4 - not found libtoolize: copying file './install-sh' libtoolize: copying file './ltmain.sh' libtoolize: You should add the contents of the following files to 'aclocal.m4': libtoolize: '/usr/local/share/aclocal/libtool.m4' libtoolize: '/usr/local/share/aclocal/ltoptions.m4' libtoolize: '/usr/local/share/aclocal/ltsugar.m4' libtoolize: '/usr/local/share/aclocal/ltversion.m4' libtoolize: '/usr/local/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. aclocal-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:2: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.in:4: installing './compile' configure.in:2: installing './missing' configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') automake-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in' example/handler/Makefile.am: installing './depcomp' configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure.in:74: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes 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 whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking build system type... amd64-portbld-freebsd10.0 checking host system type... amd64-portbld-freebsd10.0 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking how to convert amd64-portbld-freebsd10.0 file names to amd64-portbld-freebsd10.0 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd10.0 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cpp 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 dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd10.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd10.0 ld.so checking how to hardcode library paths into programs... immediate checking what the shared library extension is... could not determine shared library extension. Defaulting to .so .so checking for apxs... found /usr/local/sbin/apxs checking for __gxx_personality_v0 in -lstdc++... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating example/Makefile config.status: creating example/handler/Makefile config.status: creating example/input_filter/Makefile config.status: creating example/output_filter/Makefile config.status: creating example/protocol/Makefile config.status: creating test/Makefile config.status: creating test/t/conf/extra.conf config.status: creating docs/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands =========================================================================== =================================================== ===> Building for ap22-mod_cplusplus-1.5.4_3 /usr/bin/make all-recursive Making all in src /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT mod_cplusplus.lo -MD -MP -MF .deps/mod_cplusplus.Tpo -c -o mod_cplusplus.lo mod_cplusplus.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT mod_cplusplus.lo -MD -MP -MF .deps/mod_cplusplus.Tpo -c mod_cplusplus.c -fPIC -DPIC -o .libs/mod_cplusplus.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT mod_cplusplus.lo -MD -MP -MF .deps/mod_cplusplus.Tpo -c mod_cplusplus.c -o mod_cplusplus.o >/dev/null 2>&1 mv -f .deps/mod_cplusplus.Tpo .deps/mod_cplusplus.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_handler.lo -MD -MP -MF .deps/apache_handler.Tpo -c -o apache_handler.lo apache_handler.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_handler.lo -MD -MP -MF .deps/apache_handler.Tpo -c apache_handler.cpp -fPIC -DPIC -o .libs/apache_handler.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_handler.lo -MD -MP -MF .deps/apache_handler.Tpo -c apache_handler.cpp -o apache_handler.o >/dev/null 2>&1 mv -f .deps/apache_handler.Tpo .deps/apache_handler.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_filters.lo -MD -MP -MF .deps/apache_filters.Tpo -c -o apache_filters.lo apache_filters.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_filters.lo -MD -MP -MF .deps/apache_filters.Tpo -c apache_filters.cpp -fPIC -DPIC -o .libs/apache_filters.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_filters.lo -MD -MP -MF .deps/apache_filters.Tpo -c apache_filters.cpp -o apache_filters.o >/dev/null 2>&1 mv -f .deps/apache_filters.Tpo .deps/apache_filters.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_protocol.lo -MD -MP -MF .deps/apache_protocol.Tpo -c -o apache_protocol.lo apache_protocol.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_protocol.lo -MD -MP -MF .deps/apache_protocol.Tpo -c apache_protocol.cpp -fPIC -DPIC -o .libs/apache_protocol.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_protocol.lo -MD -MP -MF .deps/apache_protocol.Tpo -c apache_protocol.cpp -o apache_protocol.o >/dev/null 2>&1 mv -f .deps/apache_protocol.Tpo .deps/apache_protocol.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_request.lo -MD -MP -MF .deps/cpp_request.Tpo -c -o cpp_request.lo cpp_request.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_request.lo -MD -MP -MF .deps/cpp_request.Tpo -c cpp_request.cpp -fPIC -DPIC -o .libs/cpp_request.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_request.lo -MD -MP -MF .deps/cpp_request.Tpo -c cpp_request.cpp -o cpp_request.o >/dev/null 2>&1 mv -f .deps/cpp_request.Tpo .deps/cpp_request.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_server.lo -MD -MP -MF .deps/cpp_server.Tpo -c -o cpp_server.lo cpp_server.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_server.lo -MD -MP -MF .deps/cpp_server.Tpo -c cpp_server.cpp -fPIC -DPIC -o .libs/cpp_server.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT cpp_server.lo -MD -MP -MF .deps/cpp_server.Tpo -c cpp_server.cpp -o cpp_server.o >/dev/null 2>&1 mv -f .deps/cpp_server.Tpo .deps/cpp_server.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_output_buffer.lo -MD -MP -MF .deps/apache_output_buffer.Tpo -c -o apache_output_buffer.lo apache_output_buffer.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_output_buffer.lo -MD -MP -MF .deps/apache_output_buffer.Tpo -c apache_output_buffer.cpp -fPIC -DPIC -o .libs/apache_output_buffer.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT apache_output_buffer.lo -MD -MP -MF .deps/apache_output_buffer.Tpo -c apache_output_buffer.cpp -o apache_output_buffer.o >/dev/null 2>&1 mv -f .deps/apache_output_buffer.Tpo .deps/apache_output_buffer.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT request_env.lo -MD -MP -MF .deps/request_env.Tpo -c -o request_env.lo request_env.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT request_env.lo -MD -MP -MF .deps/request_env.Tpo -c request_env.cpp -fPIC -DPIC -o .libs/request_env.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT request_env.lo -MD -MP -MF .deps/request_env.Tpo -c request_env.cpp -o request_env.o >/dev/null 2>&1 mv -f .deps/request_env.Tpo .deps/request_env.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_hash.lo -MD -MP -MF .deps/env_hash.Tpo -c -o env_hash.lo env_hash.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_hash.lo -MD -MP -MF .deps/env_hash.Tpo -c env_hash.cpp -fPIC -DPIC -o .libs/env_hash.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_hash.lo -MD -MP -MF .deps/env_hash.Tpo -c env_hash.cpp -o env_hash.o >/dev/null 2>&1 mv -f .deps/env_hash.Tpo .deps/env_hash.Plo /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_value.lo -MD -MP -MF .deps/env_value.Tpo -c -o env_value.lo env_value.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_value.lo -MD -MP -MF .deps/env_value.Tpo -c env_value.cpp -fPIC -DPIC -o .libs/env_value.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -O2 -pipe -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/local/include -Wall -g -I/wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/include -O2 -pipe -fstack-protector -fno-strict-aliasing -MT env_value.lo -MD -MP -MF .deps/env_value.Tpo -c env_value.cpp -o env_value.o >/dev/null 2>&1 mv -f .deps/env_value.Tpo .deps/env_value.Plo /bin/sh ../libtool --tag=CXX --mode=link c++ -O2 -pipe -fstack-protector -fno-strict-aliasing -release 1.1.0 -fstack-protector -o libmod_cplusplus.la -rpath /usr/local/lib mod_cplusplus.lo apache_handler.lo apache_filters.lo apache_protocol.lo cpp_request.lo cpp_server.lo apache_output_buffer.lo request_env.lo env_hash.lo env_value.lo -lstdc++ libtool: link: c++ -fPIC -DPIC -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/mod_cplusplus.o .libs/apache_handler.o .libs/apache_filters.o .libs/apache_protocol.o .libs/cpp_request.o .libs/cpp_server.o .libs/apache_output_buffer.o .libs/request_env.o .libs/env_hash.o .libs/env_value.o -lstdc++ -L/usr/lib -lc++ -lm -lc -lgcc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o -O2 -Wl,-soname -Wl,libmod_cplusplus-1.1.0.so -o .libs/libmod_cplusplus-1.1.0.so /usr/bin/ld: cannot find -lstdc++ c++: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[3]: stopped in /wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus/src *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/www/mod_cplusplus/work/mod_cplusplus *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_cplusplus From owner-freebsd-apache@FreeBSD.ORG Wed Jan 7 22:23:46 2015 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A45D2B2 for ; Wed, 7 Jan 2015 22:23:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C832AA2 for ; Wed, 7 Jan 2015 22:23:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t07MNkZP002142 for ; Wed, 7 Jan 2015 22:23:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 194525] Restart www/apache24 Causes page fault and kernel dump Date: Wed, 07 Jan 2015 22:23:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 22:23:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194525 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Restart Apache Causes page |Restart www/apache24 Causes |fault and kernel dump |page fault and kernel dump CC| |apache@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-apache@FreeBSD.ORG Wed Jan 7 22:45:51 2015 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 059BB668 for ; Wed, 7 Jan 2015 22:45:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1579CA3 for ; Wed, 7 Jan 2015 22:45:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t07MjoKK052422 for ; Wed, 7 Jan 2015 22:45:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 194525] Restart www/apache24 Causes page fault and kernel dump Date: Wed, 07 Jan 2015 22:45:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: syepes@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 22:45:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194525 --- Comment #4 from Sebastian YEPES F. --- I can now constantly reproduce the core dumps simply by stopping apache (/usr/local/etc/rc.d/apache24 stop) If you need more info to find the issue don't hesitate in contacting me. ------------ root@mutgra2:/var/crash # ll total 282939 -rw-r--r-- 1 root wheel 2B Jan 7 23:40 bounds -rw------- 1 root wheel 158K Jan 7 17:22 core.txt.0 -rw------- 1 root wheel 182K Jan 7 22:24 core.txt.1 -rw------- 1 root wheel 194K Jan 7 23:41 core.txt.2 -rw------- 1 root wheel 447B Jan 7 17:22 info.0 -rw------- 1 root wheel 447B Jan 7 22:24 info.1 -rw------- 1 root wheel 447B Jan 7 23:40 info.2 lrwxr-xr-x 1 root wheel 6B Jan 7 23:40 info.last@ -> info.2 -rw-r--r-- 1 root wheel 5B Dec 7 22:28 minfree -rw------- 1 root wheel 572M Jan 7 17:22 vmcore.0 -rw------- 1 root wheel 439M Jan 7 22:24 vmcore.1 -rw------- 1 root wheel 425M Jan 7 23:40 vmcore.2 lrwxr-xr-x 1 root wheel 8B Jan 7 23:40 vmcore.last@ -> vmcore.2 ------------ -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-apache@FreeBSD.ORG Sat Jan 10 06:48:54 2015 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75188F23 for ; Sat, 10 Jan 2015 06:48:54 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CF8CB92 for ; Sat, 10 Jan 2015 06:48:54 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0A6msx0016628 for ; Sat, 10 Jan 2015 06:48:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 194525] Restart www/apache24 Causes page fault and kernel dump Date: Sat, 10 Jan 2015 06:48:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: delphij@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: delphij@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 06:48:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194525 Xin LI changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |delphij@FreeBSD.org Assignee|freebsd-bugs@FreeBSD.org |delphij@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-apache@FreeBSD.ORG Sat Jan 10 06:49:12 2015 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 583DEF99 for ; Sat, 10 Jan 2015 06:49:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40152BA3 for ; Sat, 10 Jan 2015 06:49:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0A6nCPj016775 for ; Sat, 10 Jan 2015 06:49:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 194525] Restart www/apache24 Causes page fault and kernel dump Date: Sat, 10 Jan 2015 06:49:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: delphij@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 06:49:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194525 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: delphij Date: Sat Jan 10 06:48:36 UTC 2015 New revision: 276904 URL: https://svnweb.freebsd.org/changeset/base/276904 Log: Improve style and fix a possible use-after-free case introduced in r268384 by reinitializing the 'freestate' pointer after freeing the memory. Obtained from: HardenedBSD (71fab80c5dd3034b71a29a61064625018671bbeb) PR: 194525 Submitted by: Oliver Pinter MFC after: 2 weeks Changes: head/sys/kern/kern_lockf.c -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-apache@FreeBSD.ORG Sat Jan 10 06:49:44 2015 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2208FC2 for ; Sat, 10 Jan 2015 06:49:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA6B2BB2 for ; Sat, 10 Jan 2015 06:49:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0A6ninB016968 for ; Sat, 10 Jan 2015 06:49:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 194525] Restart www/apache24 Causes page fault and kernel dump Date: Sat, 10 Jan 2015 06:49:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: delphij@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: delphij@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 06:49:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194525 Xin LI changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #6 from Xin LI --- Take & MFC reminder. -- You are receiving this mail because: You are on the CC list for the bug.