From owner-freebsd-ports@FreeBSD.ORG Thu Sep 18 14:30:59 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFB94106564A for ; Thu, 18 Sep 2008 14:30:59 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id C33698FC0A for ; Thu, 18 Sep 2008 14:30:59 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id 429711A90B5 for ; Thu, 18 Sep 2008 07:27:37 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -3.421 X-Spam-Level: X-Spam-Status: No, score=-3.421 tagged_above=-10 required=6.6 tests=[ALL_TRUSTED=-1.8, AWL=-0.978, BAYES_00=-2.599, URIBL_BLACK=1.955, WEIRD_PORT=0.001] Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XdF+0LM+kAvh for ; Thu, 18 Sep 2008 07:27:35 -0700 (PDT) Received: from [10.47.1.6] (vpn.office.miralink.com [10.0.0.5]) by plato.miralink.com (Postfix) with ESMTP id D47EA1A8E1C for ; Thu, 18 Sep 2008 07:27:34 -0700 (PDT) Message-ID: <48D26620.8060205@miralink.com> Date: Thu, 18 Sep 2008 07:30:56 -0700 From: Sean Bruno User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: [RELENG_6]apr-db configure warnings ... what the heck is this stuff? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 14:31:00 -0000 Updated my ports tree this morning to build freebsd-subversion and this popped up during my build: ===> Configuring for apr-db42-1.3.3.1.3.4 cd /usr/ports/devel/apr-svn/work/apr-1.3.3 ; /usr/bin/env PYTHON="/usr/local/bin/python2.4" SHELL=/bin/sh CONFIG_SHELL=/bin/sh MAKE=gmake ACLOCAL=/usr/local/bin/aclocal-1.9 AUTOMAKE=/usr/local/bin/automake-1.9 AUTOMAKE_VERSION=19 AUTOCONF=/usr/local/bin/autoconf-2.62 AUTOHEADER=/usr/local/bin/autoheader-2.62 AUTOIFNAMES=/usr/local/bin/ifnames-2.62 AUTOM4TE=/usr/local/bin/autom4te-2.62 AUTORECONF=/usr/local/bin/autoreconf-2.62 AUTOSCAN=/usr/local/bin/autoscan-2.62 AUTOUPDATE=/usr/local/bin/autoupdate-2.62 AUTOCONF_VERSION=262 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 lt_cv_sys_max_cmd_len=262144 /bin/sh ./buildconf buildconf: checking installation... buildconf: python version 2.4.3 (ok) buildconf: autoconf version 2.62 (ok) buildconf: libtool version 1.5.22 (ok) Copying libtool helper files ... buildconf: Using libtool.m4 at /usr/local/share/aclocal/libtool.m4. Creating include/arch/unix/apr_private.h.in ... configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached autoconf/general.m4:1987: AC_CACHE_VAL is expanded from... autoconf/general.m4:2000: AC_CACHE_CHECK is expanded from... build/libtool.m4:653: AC_LIBTOOL_COMPILER_OPTION is expanded from... build/libtool.m4:5336: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... build/libtool.m4:2723: _LT_AC_LANG_C_CONFIG is expanded from... build/libtool.m4:2650: AC_LIBTOOL_LANG_C_CONFIG is expanded from... build/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from... build/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from... build/libtool.m4:55: AC_PROG_LIBTOOL is expanded from... configure.in:186: the top level configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached build/libtool.m4:690: AC_LIBTOOL_LINKER_OPTION is expanded from... configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached build/libtool.m4:3731: _LT_AC_LANG_CXX_CONFIG is expanded from... build/libtool.m4:2731: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... build/libtool.m4:1886: _LT_AC_TAGCONFIG is expanded from... configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached build/libtool.m4:3992: _LT_AC_LANG_F77_CONFIG is expanded from... build/libtool.m4:3898: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached build/libtool.m4:4052: _LT_AC_LANG_GCJ_CONFIG is expanded from... build/libtool.m4:4000: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached Creating configure ... configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached autoconf/general.m4:1987: AC_CACHE_VAL is expanded from... autoconf/general.m4:2000: AC_CACHE_CHECK is expanded from... build/libtool.m4:653: AC_LIBTOOL_COMPILER_OPTION is expanded from... build/libtool.m4:5336: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... build/libtool.m4:2723: _LT_AC_LANG_C_CONFIG is expanded from... build/libtool.m4:2650: AC_LIBTOOL_LANG_C_CONFIG is expanded from... build/libtool.m4:220: AC_LIBTOOL_SETUP is expanded from... build/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from... build/libtool.m4:55: AC_PROG_LIBTOOL is expanded from... configure.in:186: the top level configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached build/libtool.m4:690: AC_LIBTOOL_LINKER_OPTION is expanded from... configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached build/libtool.m4:3731: _LT_AC_LANG_CXX_CONFIG is expanded from... build/libtool.m4:2731: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... build/libtool.m4:1886: _LT_AC_TAGCONFIG is expanded from... configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached build/libtool.m4:3992: _LT_AC_LANG_F77_CONFIG is expanded from... build/libtool.m4:3898: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached build/libtool.m4:4052: _LT_AC_LANG_GCJ_CONFIG is expanded from... build/libtool.m4:4000: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.in:186: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached -- Sean Bruno MiraLink Corporation 6015 NE 80th Ave, Ste 100 Portland, OR 97218 Cell 503-358-6832 Phone 503-621-5143 Fax 503-621-5199 MSN: sbruno@miralink.com Google: seanwbruno@gmail.com