From owner-freebsd-apache@FreeBSD.ORG Wed Dec 8 20:07:07 2010 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C98710656C1; Wed, 8 Dec 2010 20:07:07 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from unimail.uni-dortmund.de (mx1.HRZ.Uni-Dortmund.DE [129.217.128.51]) by mx1.freebsd.org (Postfix) with ESMTP id C68E18FC24; Wed, 8 Dec 2010 20:07:06 +0000 (UTC) Received: from [192.168.0.93] (g226229216.adsl.alicedsl.de [92.226.229.216]) (authenticated bits=0) by unimail.uni-dortmund.de (8.14.4/8.14.4) with ESMTP id oB8JRaPb023213 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Wed, 8 Dec 2010 20:27:37 +0100 (CET) Message-ID: <4CFFDC26.3020305@FreeBSD.org> Date: Wed, 08 Dec 2010 20:27:34 +0100 From: Matthias Andree User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Jeremy Chadwick References: <201012071925.oB7JP9Zg028334@repoman.freebsd.org> <20101208154216.023085A900A@jester1b.ixsystems.com> <20101208170626.GA73730@icarus.home.lan> In-Reply-To: <20101208170626.GA73730@icarus.home.lan> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: pgollucci@FreeBSD.org, apache@FreeBSD.org Subject: Re: cvs commit: ports/www Makefile ports/www/apache22-itk-mpm Makefile pkg-descr X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2010 20:07:07 -0000 Am 08.12.2010 18:06, schrieb Jeremy Chadwick: > > I can confirm this problem, by the way. I spoke to pgollucci about it > many weeks ago. I spent literally days trying to track down the source > of the problem (including reviewing all the shell code in the configure > script, etc.), and it really looks to be an autoconf bug. If that is true, get Ralf Wildenhues of autoconf fame on the virtual hook (i. e. send mail) and show him. > The workaround? Simply run "make clean ; make" over and over > until the configure phase works. Yes, really that is the solution at > this point in time. That would look like races. Does MAKE_JOBS_NUMBER=1 help? > Whatever this problem is, is almost certainly the same issue plaguing > the PCRE inclusion bits too. It really needs to get hammered out; the > Apache port is too important to be in a state of disarray like this. what is the pcre problem? URL?