From owner-freebsd-questions@FreeBSD.ORG Wed Jul 14 19:37:13 2010 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 D00A4106564A; Wed, 14 Jul 2010 19:37:13 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 67DDC8FC08; Wed, 14 Jul 2010 19:37:13 +0000 (UTC) Received: by gxk24 with SMTP id 24so141385gxk.13 for ; Wed, 14 Jul 2010 12:37:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=Cl/AGNw5pXPTCz+zQfaypGEOgdwDgPFDgw5SR0zTve4=; b=VN9LshEeH7A/XlcZlBGBzmhjeYI5RktOskQP/DG7++1CsoYSKkkPy22INyybx9weOV i6PD5F5RmwI1o8wgJzoMUoq8lH9fIAMzJlbMy5Pvl1OwiqnFljincJF4o1zpSj1mQOj2 xK+7LohSNGRkpoOULpzLvJF0GL+ZHxUkiUwcs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=Cd8SQSh/u2bcTo/gMjQDifjExC+kza/QVu91pVNDYEuaydsDv6v/CT2MWMs+jvMnOY OS9WzJ9uQTB429442VmGxQdBRSRPpCibLxohJi8LEXy+baQaznMEFVXcncfIVn0Qoqt5 VWASwRgm/tKZCWKz1xtZq1fUOdo8UKVCae48U= MIME-Version: 1.0 Received: by 10.90.54.19 with SMTP id c19mr3560657aga.111.1279136232332; Wed, 14 Jul 2010 12:37:12 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.231.166.79 with HTTP; Wed, 14 Jul 2010 12:37:12 -0700 (PDT) In-Reply-To: <4C3E102E.2030006@FreeBSD.org> References: <4C3E102E.2030006@FreeBSD.org> Date: Wed, 14 Jul 2010 12:37:12 -0700 X-Google-Sender-Auth: 7ETSq7spRQ9aOmujHWN2iORp2o4 Message-ID: From: Chris Maness To: glarkin@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD List Subject: Re: libSM Configure Script Failure 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, 14 Jul 2010 19:37:13 -0000 On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Chris Maness wrote: >> What would cause a configure script to fail? =A0See output bellow. >> >> Chris Maness >> (909) 223-9179 >> http://www.chrismaness.com >> > > Hi Chris, > > Since we've been conversing privately for a bit, I went back to your > original message and found something that might benefit you and the list > as a whole, if someone else runs into this problem. > > I see this error message: > > ... > ... > configure.ac:21: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): > suspicious cache-id, must contain _cv_ to be cached > ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... > ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... > /usr/local/share/aclocal/libtool15.m4:615: AC_LIBTOOL_COMPILER_OPTION is > expanded from... > /usr/local/share/aclocal/libtool15.m4:4815: AC_LIBTOOL_PROG_COMPILER_PIC > is expanded from... > /usr/local/share/aclocal/libtool15.m4:2651: _LT_AC_LANG_C_CONFIG is > expanded from... > ... > ... > > Notice the pathname "/usr/local/share/aclocal/libtool15.m4". =A0You > emailed me privately with the list of your installed packages, and you > have libtool-2.2.6b installed. =A0This libtool15.m4 file seems to conflic= t > with that version of libtool, so please post the output of this command: > > pkg_which /usr/local/share/aclocal/libtool15.m4 > > Thank you, > Greg It just returned a ?. So does that mean that it is not referenced by any package? If it is not, can I just delete it? Also, this seems to be the issue with libX11. Someone gave me a similar response for libX11 on the X11 list. However, they have not gotten back to me on what I should do with it. Thanks, Chris Maness