From owner-freebsd-ports@FreeBSD.ORG Thu Mar 6 12:21:37 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 054BE1065673 for ; Thu, 6 Mar 2008 12:21:37 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id ABE518FC2E for ; Thu, 6 Mar 2008 12:21:36 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id D286643DE3F for ; Thu, 6 Mar 2008 14:01:23 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZtMPUfGSEqT3 for ; Thu, 6 Mar 2008 14:01:23 +0200 (EET) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [88.81.251.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 449A243DE39 for ; Thu, 6 Mar 2008 14:01:23 +0200 (EET) Message-ID: <47CFDD12.5040909@icyb.net.ua> Date: Thu, 06 Mar 2008 14:01:22 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.9 (X11/20080123) MIME-Version: 1.0 To: ports@FreeBSD.org References: <47CFDC81.7000000@icyb.net.ua> In-Reply-To: <47CFDC81.7000000@icyb.net.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Re: print/ghostscript-gpl fails on amd64 with FONTCONFIG=on 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, 06 Mar 2008 12:21:37 -0000 on 06/03/2008 13:58 Andriy Gapon said the following: > print/ghostscript-gpl fails to build on 6.3 amd64 with FONTCONFIG=on: > /usr/bin/ld: > /usr/ports/print/ghostscript-gpl/work/ghostscript-8.61/freetype/objs/freetype214MT_D.a(ftinit.o): > relocation R_X86_64_32 can not be used when making a shared object; > recompile with -fPIC > /usr/ports/print/ghostscript-gpl/work/ghostscript-8.61/freetype/objs/freetype214MT_D.a: > could not read symbols: Bad value > gmake[1]: *** [bin/../sobin/libgs.so.8.61] Error 1 > gmake[1]: Leaving directory > `/usr/ports/print/ghostscript-gpl/work/ghostscript-8.61' > gmake: *** [so] Error 2 > *** Error code 2 > > Stop in /usr/ports/print/ghostscript-gpl. > *** Error code 1 > Sorry, I probably jumped to conclusions about FONTCONFIG, it seems that FT_BRIDGE is more likely to blame. Anyway: ===> The following configuration options are available for ghostscript-gpl-8.61_3: A4SIZE=on "Set A4 (not Letter) as a default paper size" FONTCONFIG=on "fontconfig support" FT_BRIDGE=on "FreeType bridge" ICONV=on "libiconv support (required by opvp/oprp drivers)" JPNFONTS=off "Japanese font support" SHLIB=on "With shared libraries" SVGALIB=off "svgalib support" X11=on "X11 support" -- Andriy Gapon