From owner-freebsd-questions@FreeBSD.ORG Thu Feb 9 20:41:41 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 64B1716A420 for ; Thu, 9 Feb 2006 20:41:41 +0000 (GMT) (envelope-from ken@justken.net) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E7E743D5F for ; Thu, 9 Feb 2006 20:41:35 +0000 (GMT) (envelope-from ken@justken.net) Received: from ip03.eastlink.ca ([24.222.10.15]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IUF004GMTHT2H91@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Thu, 09 Feb 2006 16:41:53 -0400 (AST) Received: from server1.justken.net (HELO [24.222.15.10]) ([24.222.15.10]) by ip03.eastlink.ca with ESMTP; Thu, 09 Feb 2006 16:41:34 -0400 Date: Thu, 09 Feb 2006 16:43:49 -0400 From: Ken Easson To: freebsd-questions@freebsd.org Message-id: <43EBA985.8080009@justken.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= User-Agent: Thunderbird 1.5 (X11/20060207) Subject: graphics/librsvg2 fails to build. 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, 09 Feb 2006 20:41:41 -0000 Hello, I've tried to update my Freebsd 5.4 p10 system to Gnome 2.12 and a required package for Nautilus fails to build /graphics/librsvg2 when running make with the following error: /usr/bin/ld: /usr/local/lib/libgsf-1.a(gsf-utils.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libgsf-1.a: could not read symbols: Bad value gmake[2]: *** [librsvg-2.la] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/librsvg2/work/librsvg-2.12.7' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/librsvg2/work/librsvg-2.12.7' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/graphics/librsvg2. Can anyone help? how do i recompile with -fPIC?