From owner-freebsd-amd64@FreeBSD.ORG Mon Feb 20 08:34:17 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3444116A422 for ; Mon, 20 Feb 2006 08:34:17 +0000 (GMT) (envelope-from apple@justken.net) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC4F43D53 for ; Mon, 20 Feb 2006 08:34:14 +0000 (GMT) (envelope-from apple@justken.net) Received: from ip04.eastlink.ca ([24.222.10.20]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IUZ0028893H2IA0@mta01.eastlink.ca> for amd64@freebsd.org; Mon, 20 Feb 2006 04:33:17 -0400 (AST) Received: from server4.justken.net (HELO [192.168.0.57]) ([24.222.15.13]) by ip04.eastlink.ca with ESMTP; Mon, 20 Feb 2006 04:34:13 -0400 Date: Mon, 20 Feb 2006 04:22:51 -0400 From: Ken Easson In-reply-to: <43F8F665.7000301@mokuhi.com> To: Nicolas Lallouet Message-id: <39a30e62d378b1e32bc686acd29ae6c7@justken.net> MIME-version: 1.0 X-Mailer: Apple Mail (2.623) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <200602141729.k1EHTH4m049307@peedub.jennejohn.org> <43F8F665.7000301@mokuhi.com> Cc: amd64@freebsd.org Subject: Re: freebsd 5.4 gnome 2.12 build problems. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:34:17 -0000 On 19-Feb-06, at 6:51 PM, Nicolas Lallouet wrote: > Ken Easson wrote: >> Thank you Gary for taking the time to help me. >> I got stuck at "try doing ldd on the libraries that are being linked" >> I've never used ldd, i read the man pages, and tried a number of >> things, but i don't know what i'm doing. Would you be kind enough to >> give me a few pointers? >> I've looked up fPIC and now that i understand what that does, the >> problem seems more clear - however, i'm still not seeing a solution. >> I'm thinking to update the entire system to 6.0 stable, I'm wondering >> if this update could fix my problems during the rebuild, or just >> compound them. any advice? > > > Hy Ken, > > This wont to much... I have the same problem on AMD64 5.4. Since it > appeared (29th Dec 2005), I upgraded to 6.0. This did not change > anything! > > I am still waiting for some answer. Unfortunately, I don't have much > time try and find a solution. > > I did try recompiling libgsf, with no changes. I've already tried > contacting one of the maintainers, but no solutions were found at the > time. Maybe you could contact them, and see how to solve the problem > which seems to be just a compilation issue. > > -- > Lallouet Nicolas > Epita - SIGL 2007 > > I've upgraded kernel and userland to Freebsd 6.1, i've followed the instructions in the Freebsd manual to completely remove all gnome2 (pkg_delete -rf pkgconfig\* ), and have deinstalled and reinstalled xorg. while trying to build gnome2 again (after a reboot) using "make install clean" the build Stopped with the same error in librsvg-2.12.7 as i've previously posted. It seems that the fault lies somewhere in libgsf-1 (currently my system is installing libgsf-1.13.3) i have the following related libraries: /usr/local/include/libgsf-1 /usr/local/llib/compat/pkg/libgsf-1.so.12 /usr/local/lib/libgsf-1.so -> libgsf-1.12 /usr/local/lib/libgsf-1.a /usr/local/libdata/pkgconfig/libgsf-1.pc /usr/X11R6/include/libgsf-1 /usr/X11R6/lib/libgsf-1.so.113 /usr/X11R6/lib/libgsf-1.so /usr/X11R6/lib/libgsf-1.a /usr/X11R6/libdata/pkgconfig/libgsf-1.pc /usr/X11R6/share/locale/es/LC_MESSAGES/libgsf.mo trying ldd /usr/local/lib/libgsf-1.so returns "no such file or directory" the file is a symlink to libgsf-1.so.12 which of course doesn't exist. I deleted the link. and rebuilt libgsf andd libgsf-gnome - this did not create a dynalic library in /usr/local/lib - could this be the problem? prior to fully removing gnome from my system, Gnome would run, upon exit, a large number of references to libgobject-2.0.so.600 not being found are in the log. I'm using amd64 on a dual opteron 242 server, Tyan K8S with 1G of ram. I'm also using Gamin instead of Fam which required i modify a number of links in the pkgdb. After deleting the broken symlink - i once again deleted the full gnome2 package, and and am again trying to make all of gnome2.12 - i'll report success if it builds. ken easson