From owner-freebsd-apache@FreeBSD.ORG Sun Aug 24 01:00:05 2008 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 EE420106566C; Sun, 24 Aug 2008 01:00:04 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-3.exch015.msoutlookonline.net (exhub015-3.exch015.msoutlookonline.net [207.5.72.95]) by mx1.freebsd.org (Postfix) with ESMTP id D98E08FC14; Sun, 24 Aug 2008 01:00:04 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from smgellar.p6m7g8.net (70.88.236.22) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.278.0; Sat, 23 Aug 2008 18:00:04 -0700 Message-ID: <48B0B293.5090706@p6m7g8.com> Date: Sat, 23 Aug 2008 21:00:03 -0400 From: "Philip M. Gollucci" Organization: RideCharge Inc User-Agent: Thunderbird 2.0.0.14 (X11/20080610) MIME-Version: 1.0 To: Erwin Lansing References: <20080823182437.GQ79065@droso.net> In-Reply-To: <20080823182437.GQ79065@droso.net> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: apache@freebsd.org Subject: Re: [ports-i386@FreeBSD.org: mod_webapp-4.1.24_2 failed on i386 7] 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: Sun, 24 Aug 2008 01:00:05 -0000 Erwin Lansing wrote: > http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.7.20080823150807/mod_webapp-4.1.24_2.log > Apache 1.3 module compilation (APR checks) > checking for apr sources... /work/a/ports/devel/apr/work/apr-1.3.3.1.3.4 > checking for apr sources directory path... error > configure: error: directory /work/a/ports/devel/apr/work/apr-1.3.3.1.3.4 not found > ===> Script "configure" failed unexpectedly. > Please report the problem to apache@FreeBSD.org [maintainer] and attach the > "/work/a/ports/www/mod_webapp/work/jakarta-tomcat-connectors-4.1.24-src/webapp/config.log" > including the output of the failure of your make command. Also, it might be > a good idea to provide an overview of all packages installed on your system > (e.g. an `ls /var/db/pkg`). > *** Error code 1 APR_VER!= cd ${PORTSDIR}/devel/apr && ${MAKE} -V PORTVERSION That is not valid esp after I upated APR where APR and APR-UTIL versions don't match. From www/mod_perl2 as discussed with pav@ and dev@apr.apache.org is a better way to do this. .if exists(${LOCALBASE}/include/apr-1/apr.h) APR_H= ${LOCALBASE}/include/apr-1/apr.h APR_MAJ_V!= ${ECHO_CMD} `${LOCALBASE}/bin/apr-1-config --version | ${SED} -e 's,\..*,,'` .elif exists(${LOCALBASE}/include/apr/apr.h) APR_H= ${LOCALBASE}/include/apr/apr.h APR_MAJ_V!= ${ECHO_CMD} `${LOCALBASE}/bin/apr-config --version | ${SED} -e 's,\..*,,'` .endif If you don't like that, you change the original to make -V APR_VERSION I'll submit to my mentor on sunday/monday. -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.