From owner-freebsd-ports@FreeBSD.ORG Thu May 3 02:59:20 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1543516A401 for ; Thu, 3 May 2007 02:59:20 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 03C8013C447 for ; Thu, 3 May 2007 02:59:20 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 63F6A1A4D8C; Wed, 2 May 2007 19:59:54 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4B8BB513C5; Wed, 2 May 2007 22:59:19 -0400 (EDT) Date: Wed, 2 May 2007 22:59:19 -0400 From: Kris Kennaway To: JoaoBR Message-ID: <20070503025919.GA48707@xor.obsecurity.org> References: <200705011904.44643.joao@matik.com.br> <200705012112.31765.joao@matik.com.br> <20070502005628.GA8807@xor.obsecurity.org> <200705020716.43721.joao@matik.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705020716.43721.joao@matik.com.br> User-Agent: Mutt/1.4.2.2i Cc: Garrett Cooper , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: make -D recent problem? 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, 03 May 2007 02:59:20 -0000 On Wed, May 02, 2007 at 07:16:42AM -0300, JoaoBR wrote: > > > gnome-libtool: link: `/usr/X11R6/lib/libgtk-x11-2.0.la' is not a valid > > > libtool > > > > I guess one of those libraries needs to be rebuilt. > > > > grep -r /usr/X11R6/lib/libgtk-x11-2.0.la /usr/local/lib /usr/X11R6/lib > > > > should show you the files that need to be rebuilt. pkg_which will > > help you to figure out which port they belong to. > > it didn't help so much What does this statement mean? > even Garrett's suggestion not, the only way I could > solve this was linking them to /usr/local/lib where the files are on my > system > > /usr/X11R6/lib/libgtk-x11-2.0.la > /usr/X11R6/lib/libgdk-x11-2.0.la > /usr/X11R6/lib/libgdk_pixbuf-2.0.la > /usr/X11R6/lib/libpangocairo-1.0.la > /usr/X11R6/lib/libpangoft2-1.0.la > /usr/X11R6/lib/libpango-1.0.la > > I guess this is a port configuration problem because certainly others need > them too but did not have this problem, only No, it's because something is stale on your system and needs to be rebuilt. Kris