Date: Sat, 23 Aug 2008 21:00:03 -0400 From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: Erwin Lansing <erwin@freebsd.org> Cc: apache@freebsd.org Subject: Re: [ports-i386@FreeBSD.org: mod_webapp-4.1.24_2 failed on i386 7] Message-ID: <48B0B293.5090706@p6m7g8.com> In-Reply-To: <20080823182437.GQ79065@droso.net> References: <20080823182437.GQ79065@droso.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48B0B293.5090706>