From owner-freebsd-questions@FreeBSD.ORG Wed Jul 14 21:17:49 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 D93901065670; Wed, 14 Jul 2010 21:17:49 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8B9438FC0C; Wed, 14 Jul 2010 21:17:49 +0000 (UTC) Received: by iwn35 with SMTP id 35so256027iwn.13 for ; Wed, 14 Jul 2010 14:17:48 -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=1Mo4aW7Ah8nR0VMcu2zyOm6Aep4TYf35LoH1HTpjXlQ=; b=hAcADQXX67Uo3fB7XZo2FpdqJFmPiimyGhRWgwdjlfUyTt+Gy7BmIoYOPwXFagWi2y UaF4iXEKHbkaiDskAKvbYgoAkimgfeoPbgBBUcFM93v1hDQSLXmkEtawNp1dq0ZstPnS 5xUCjlLhp751n6mdI8hIzwXdzPwdNBNWXcT8o= 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=HJ5VJRp0Swjl0cVIyxIkjk589gFefRBXNGUAIlDTrBmC04dWpkxEqzZS4RWUgRibHS tLH9q3SDna02brCbsYwEIGK9dWfPpGwa52nOnfCWuRA5wD+iztqUcRfOpmNjWT2bC5OR a8HbKk8fCiHWFdKbGsxpz3pm46fVQJaKCfa8c= MIME-Version: 1.0 Received: by 10.231.157.207 with SMTP id c15mr6244746ibx.143.1279142267950; Wed, 14 Jul 2010 14:17:47 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.231.166.79 with HTTP; Wed, 14 Jul 2010 14:17:44 -0700 (PDT) In-Reply-To: <4C3E21E1.3010707@FreeBSD.org> References: <4C3E102E.2030006@FreeBSD.org> <4C3E12D0.9030001@FreeBSD.org> <4C3E21E1.3010707@FreeBSD.org> Date: Wed, 14 Jul 2010 14:17:44 -0700 X-Google-Sender-Auth: Iu7fpBD3e-pv1U-CTkMew-Ncvu0 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 21:17:49 -0000 On Wed, Jul 14, 2010 at 1:45 PM, Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Chris Maness wrote: >> On Wed, Jul 14, 2010 at 12:42 PM, Chris Maness w= rote: >>> On Wed, Jul 14, 2010 at 12:41 PM, Greg Larkin wro= te: >> Chris Maness wrote: >>>>>> 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 you= r >>>>>>> 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_OPTI= ON is >>>>>>> expanded from... >>>>>>> /usr/local/share/aclocal/libtool15.m4:4815: AC_LIBTOOL_PROG_COMPILE= R_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 c= onflict >>>>>>> with that version of libtool, so please post the output of this com= mand: >>>>>>> >>>>>>> pkg_which /usr/local/share/aclocal/libtool15.m4 >>>>>>> >>>>>>> Thank you, >>>>>>> Greg >>>>>> It just returned a ?. =A0So does that mean that it is not referenced= by >>>>>> any package? =A0If it is not, can I just delete it? =A0Also, this se= ems to >>>>>> be the issue with libX11. =A0Someone gave me a similar response for >>>>>> libX11 on the X11 list. =A0However, they have not gotten back to me = on >>>>>> what I should do with it. >>>>>> >>>>>> Thanks, >>>>>> Chris Maness >> Yes, I believe you can safely delete it. =A0Just to be 100% sure, rename >> it temporarily, and then try the build again. =A0It should also fix the >> libX11 issue. >> >> Regards, >> Greg >>>> >>>> >>> It made it past the hang up ;o) >>> >>> Thanks, >>> Chris Maness >>> > >> It is all working now. =A0I am forcing a rebuild of all downstream deps >> for libX11. =A0Is libSM down stream from libX11 as well? =A0Hopefully >> after that is done I can get virtualbox-ose to compile. > >> Thanks, >> Chris Maness > > Hi Chris, > > Good news! =A0Try pkg_info to find up- and downstream dependencies for li= bX11: > > pkg_info -r libX11-\* =A0# Upstream > pkg_info -R libX11-\* =A0# Downstream > > It doesn't look like libX11 and libSM depend on each other on my machine. > > Regards, > Greg > - -- > Greg Larkin It looks like they are not directly related to one another. I guess my machine will have to huff and puff on those deps too. Thanks for all the help, Chris Maness