From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 16:44:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFE7A16A468 for ; Wed, 3 Oct 2007 16:44:19 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 680ED13C474 for ; Wed, 3 Oct 2007 16:44:19 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.136]) by hermes.wbtsystems.com (Postfix) with ESMTP id 7C90EF745F; Wed, 3 Oct 2007 17:44:17 +0100 (IST) From: "Barry Byrne" To: "'Philip M. Gollucci'" References: <003301c804eb$b75b78b0$88010c0a@dublin.wbtsystems.com> <47028D6A.6040503@ridecharge.com> Date: Wed, 3 Oct 2007 17:44:14 +0100 Message-ID: <007a01c805dc$a203c840$88010c0a@dublin.wbtsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <47028D6A.6040503@ridecharge.com> Thread-Index: AcgFId7LHdp1F6qOTlOLp/3yXqp2HgAuR7gg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Cc: freebsd-questions@freebsd.org Subject: RE: p5-libapreq2 port fails to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 16:44:19 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Philip M. Gollucci > Sent: 02 October 2007 19:27 > Barry Byrne wrote: > > Not sure if it's related to the upgrade to autoconf 2.61, > but libapreq2 now > > fails to build. > Most likely it is: > http://svn.apache.org/viewvc/httpd/apreq/trunk/CHANGES?r1=4299 > 58&r2=439245 > http://svn.apache.org/viewvc/httpd/apreq/trunk/build/version_c > heck.pl?r1=434368&r2=439245 > http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/Makef > ile.PL?r1=215979&r2=439245 > (that should have all been one commit -- appologies) > > I believe 2.59 was being used before to build this port. > > $life has been in my way for about the last 8 months so I'm a > bit out of it. > > Basically the apache include path is not set correctly. > You can just apply the Makefile.PL patch and it should work. Philip, Thanks for that, though I can't seem to get it to work. I tried applying the patch, which appeared to succeed, but the build fails with a different error: Writing Makefile for libapreq2 cd perl; make make: cannot open Makefile. *** Error code 2 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue/perl. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08/glue. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2/work/libapreq2-2.08. *** Error code 1 Stop in /usr/ports/www/p5-libapreq2. One thing that puzzles me, is that I can build libapreq2 just fine, but p5-libapreq2 fails. And it seems that the Makefile from the latter, just includes the one from libapreq2. Are these two ports one and the same thing and interchangeable? Regards, Barry