From owner-freebsd-questions@FreeBSD.ORG Thu Oct 26 23:15:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1293216A403 for ; Thu, 26 Oct 2006 23:15:09 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B2EB43D49 for ; Thu, 26 Oct 2006 23:15:08 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (dpc6747145123.direcpc.com [67.47.145.123]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id k9QNExdN085387; Thu, 26 Oct 2006 19:15:06 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.6/8.13.6) with ESMTP id k9QNEumh007901; Thu, 26 Oct 2006 19:14:58 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.6/8.13.6/Submit) id k9QNEu6F007701; Thu, 26 Oct 2006 19:14:56 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200610262314.k9QNEu6F007701@himinbjorg.tucs-beachin-obx-house.com> To: freebsd@orchid.homeunix.org Date: Thu, 26 Oct 2006 19:14:56 -0400 (EDT) In-Reply-To: <45413C1A.7090601@orchid.homeunix.org> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: "Tuc at T-B-O-H.NET" , freebsd-questions@freebsd.org Subject: Re: Problems compiling : libtool: link: cannot find the 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: Thu, 26 Oct 2006 23:15:09 -0000 > On 27/10/2006 00:37, Tuc at T-B-O-H.NET wrote: > > Hi, > >=20 > > Trying to compile wireshark (Which I had running > > previously) and I get : > >=20 > > libtool: link: cannot find the library `/usr/X11R6/lib/libpangocairo-1.= > 0.la' or unhandled argument `/usr/X11R6/lib/libpangocairo-1.0.la' > >=20 > > The reason it can't find it is its in /usr/local/lib > > now. But why is wireshark thinking its in /usr/X11R6/lib? I > > saw something about GNOME trying to change the location of libraries, > > but I don't know what it is that might be telling it the wrong > > location. > > I've seen that few times already, basically some gnome's libraries > weren't upgraded properly (not only pango). For a "quick" fix you can > either find out which one is to blame or upgrade everything on which > broken port depends, in case of wireshark: > > # portupgrade -fR wireshark > Ok, thanks, will try that....(See below) > > The proper method, however, is described in /usr/ports/UPDATING > (20061014) and use that if you're not sure what above quick method can > brake ;) > I've done it twice already... I'm on my third time, but this time I'm "script"ing the session since when I do 3 or 4 of them fail. 2-3 from fetch issues, and one for an uninstall issue. I need to find out better why the uninstall/fetch issues are happening and then progress from there. Thanks, Tuc