From owner-freebsd-questions@FreeBSD.ORG Sun Nov 19 16:05:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B15116A4FD for ; Sun, 19 Nov 2006 16:05:16 +0000 (UTC) (envelope-from aharrison@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id B951643D81 for ; Sun, 19 Nov 2006 16:05:02 +0000 (GMT) (envelope-from aharrison@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1646199nfc for ; Sun, 19 Nov 2006 08:05:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QnU0YLEAMYzhvE2unbj84lDa/PkP8E96+wFXiwovfvwoMtplvuvf28DBJuBormEb1CrtbxwhYWkZ2jHss6OnCAncEGVh0nbcxijSpGIDGg7+1ztTXadpoa8c+z0ws/ZwEpgQ5CFF42IcSwq/98s+tUyIQq+b0w6ujtGK0V7Str0= Received: by 10.78.164.13 with SMTP id m13mr4170706hue.1163952311034; Sun, 19 Nov 2006 08:05:11 -0800 (PST) Received: by 10.78.176.14 with HTTP; Sun, 19 Nov 2006 08:05:10 -0800 (PST) Message-ID: Date: Sun, 19 Nov 2006 11:05:11 -0500 From: "Andy Harrison" To: Beni In-Reply-To: <200611191328.58426.beni@brinckman.info> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611191328.58426.beni@brinckman.info> Cc: freebsd-questions@freebsd.org Subject: Re: error in portupgrading audio/amarok 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: Sun, 19 Nov 2006 16:05:16 -0000 On 11/19/06, Beni wrote: > Hi, > > When trying to portupgrade amarok, I'm getting the following error. I did > already a "make config" and unchecked the iPod option cause I don't need the > iPod support. But the upgrade still fails. > Any hints on how to get audio/amarok upgraded please? > grep: /usr/X11R6/lib/libgdk_pixbuf-2.0.la: No such file or directory > sed: /usr/X11R6/lib/libgdk_pixbuf-2.0.la: No such file or directory > libtool: link: `/usr/X11R6/lib/libgdk_pixbuf-2.0.la' is not a valid libtool > archive This has to do with the Gnome upgrade. Go here and read the part about using the find command and grepping for old libtool archives on your system. http://www.freebsd.org/gnome/docs/faq2.html#q2 -- Andy Harrison