From owner-freebsd-questions@FreeBSD.ORG Mon Dec 4 22:00:34 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 B338516A492 for ; Mon, 4 Dec 2006 22:00:34 +0000 (UTC) (envelope-from gandalf@designaproduct.biz) Received: from designaproduct.biz (135-shost.hostoffice.hu [195.228.74.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E62543CA6 for ; Mon, 4 Dec 2006 21:59:58 +0000 (GMT) (envelope-from gandalf@designaproduct.biz) Received: from [172.16.0.43] (localhost.msnet [127.0.0.1]) by designaproduct.biz (Postfix) with ESMTP id A25391DD420; Mon, 4 Dec 2006 16:55:39 -0500 (EST) Message-ID: <45749A80.7000304@designaproduct.biz> Date: Mon, 04 Dec 2006 23:00:32 +0100 From: Laszlo Nagy User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Pablo Mora , freebsd-questions@freebsd.org References: <457092D0.8090401@designaproduct.biz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: /usr/ports/x11-toolkits/eel linker error 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: Mon, 04 Dec 2006 22:00:34 -0000 Pablo Mora wrote: > On 12/1/06, Laszlo Nagy wrote: >> What am I going wrong? Please help! >> >> System: FreeBSD 6.1-RELEASE-p10 #4: Thu Nov 30 13:33:49 CET 2006 >> The ports tree was updated yesterday, then I ran >> >> portupgrade -a >> >> It was completed today. Then I ran "portinstall gnome2" and got this >> error: >> >> grep: /usr/X11R6/lib/libgnomeui-2.la: No such file or directory >> sed: /usr/X11R6/lib/libgnomeui-2.la: No such file or directory >> gnome-libtool: link: `/usr/X11R6/lib/libgnomeui-2.la' is not a valid >> libtool archive >> gmake[2]: *** [libeel-2.la] Error 1 >> gmake[2]: Leaving directory >> `/usr/ports/x11-toolkits/eel/work/eel-2.16.3/eel' >> gmake[1]: *** [all-recursive] Error 1 >> gmake[1]: Leaving directory >> `/usr/ports/x11-toolkits/eel/work/eel-2.16.3' >> gmake: *** [all] Error 2 >> *** Error code 2 >> >> Stop in /usr/ports/x11-toolkits/eel. >> >> NOTE: The correct file is in /usr/local/lib/libgnomeui-2.la, but the >> port cannot find it. > > > 20061014: > AFFECTS: All GTK+2 and GNOME users > AUTHOR: gnome@FreeBSD.org > > GNOME has been updated to 2.16. All GTK+2 and GNOME components have > been moved from X11BASE (/usr/X11R6) to LOCALBASE (/usr/local). To > upgrade your GNOME desktop or/and other applications you will need > to use either sysutils/portupgrade or sysutils/portmaster. To use > portmaster, make sure you have least 1.9 version to have the > upgrade succeed. > > Portupgrade users: > pkgdb -Ff > portupgrade -rf pkg-config\* I did this, but I still get the same error. The strange thing is that after running "portupgrade -rf pkg-config\*", I tried to run it again and it started to upgrade everything again. I think this is bad. Laszlo