From owner-freebsd-questions@FreeBSD.ORG Sat May 17 21:02:51 2008 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 309FF1065674 for ; Sat, 17 May 2008 21:02:51 +0000 (UTC) (envelope-from glyn@millingtons.org) Received: from earth.karoo.kcom.com (earth.karoo.kcom.com [212.50.160.55]) by mx1.freebsd.org (Postfix) with ESMTP id BC5128FC1A for ; Sat, 17 May 2008 21:02:50 +0000 (UTC) (envelope-from glyn@millingtons.org) X-IronPort-AV: E=Sophos;i="4.27,501,1204502400"; d="scan'208";a="317300901" Received: from unknown (HELO glynthebearded.millingtons.org) ([82.152.120.109]) by earth.karoo.kcom.com with ESMTP; 17 May 2008 22:02:48 +0100 Received: by glynthebearded.millingtons.org (Postfix, from userid 1001) id 9B70722B19; Sat, 17 May 2008 22:03:58 +0100 (BST) To: jwynstra@nyc.rr.com References: <482C9DE5.60906@nyc.rr.com> <20080515205252.GA2821@osiris.chen.org.nz> <482CEA3E.1090402@nyc.rr.com> <20080516035346.GA35105@osiris.chen.org.nz> <482DDA7B.6020201@nyc.rr.com> <482DF607.4050209@nyc.rr.com> <482E294B.8010408@nyc.rr.com> <482F061D.7020307@nyc.rr.com> Organization: Central Church, Torquay, U.K. X-Now-Playing: There's a deathly hush in the close tonight! X-Liturgical-Date: Weekday: Saturday of the Sixth Week of Ordinary Time, A.D. 2008 From: Glyn Millington Date: Sat, 17 May 2008 22:03:58 +0100 In-Reply-To: <482F061D.7020307@nyc.rr.com> (John Wynstra's message of "Sat\, 17 May 2008 12\:21\:49 -0400") Message-ID: <86zlqood6p.fsf@nowhere.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org, Jonathan Chen Subject: Re: another problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glyn@millingtons.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 21:02:51 -0000 John Wynstra writes: > Now what is -lgio-2.0? and why is it missing? > What tools do I have for debugging this? Well, I'm pretty new to this too, but you almost certainly have grep. So you could $cd /usr/ports $grep -R lgio-2.0 * Depending on where in the ports tree it resides, this may take a few minutes to run, but it will in the end spit out the line you need:- devel/gio-fam-backend/files/patch-gio_fam_Makefile.in:+ -lgio-2.0 \ hth Glyn