From owner-freebsd-ports@FreeBSD.ORG Thu Sep 18 18:39:34 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D4DF1065673 for ; Thu, 18 Sep 2008 18:39:34 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id A02BA8FC26 for ; Thu, 18 Sep 2008 18:39:33 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from [62.63.90.55] [62.63.90.55:42703] (HELO/EHLO [62.63.90.55], authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id m8IIe88E028742 (using TLSv1/SSLv3, with cipher DHE-DSS-AES256-SHA (256 bits), verified NO) Thu, 18 Sep 2008 22:40:08 +0400 (MSD) From: Max Brazhnikov Organization: ISSP RAS To: freebsd-ports@freebsd.org Date: Thu, 18 Sep 2008 22:39:31 +0400 User-Agent: KMail/1.9.10 References: <48D29816.4060407@FreeBSD.org> In-Reply-To: <48D29816.4060407@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809182239.31640.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Thu, 18 Sep 2008 22:40:08 +0400 (MSD) X-Virus-Scanned: ClamAV 0.94/8281/Thu Sep 18 21:13:14 2008 on mail.issp.ac.ru X-Virus-Status: Clean Cc: doceng@freebsd.org, Doug Barton Subject: Re: Error building print/ghostscript8 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, 18 Sep 2008 18:39:34 -0000 On Thu, 18 Sep 2008 11:04:06 -0700, Doug Barton wrote: > Anyone else seeing this? > > cat ./obj/../soobj/ld.tr >>./obj/../soobj/ldt.tr > ../obj/../soobj/echogs -a ./obj/../soobj/ldt.tr -s - -lm -liconv > -lstdc++ -L/usr/local/lib -lfontconfig -Wl,-export-dynamic -lm > if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ > XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ > FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \ > DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \ > DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ > DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ > DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ > DEVICE_DEVS_EXTRA= \ > /bin/sh <./obj/../soobj/ldt.tr > ../obj/../soobj/gdevl256.o(.text+0x7b0): In function `gs_shared_init': > ../src/gdevl256.c:312: multiple definition of `gs_shared_init' > ../obj/../soobj/gdevxalt.o(.text+0x1830):./src/gdevxalt.c:851: first > defined here > /usr/bin/ld: Warning: size of symbol `gs_shared_init' changed from 150 > in ./obj/../soobj/gdevxalt.o to 38 in ./obj/../soobj/gdevl256.o > ../obj/../soobj/gdevvglb.o(.text+0xa10): In function `gs_shared_init': > ../src/gdevvglb.c:379: multiple definition of `gs_shared_init' > ../obj/../soobj/gdevxalt.o(.text+0x1830):./src/gdevxalt.c:851: first > defined here > gmake[1]: *** [bin/../sobin/libgs.so.8.62] Error 1 > gmake[1]: Leaving directory > `/usr/ports/print/ghostscript8/work/ghostscript-8.62' > gmake: *** [so] Error 2 > *** Error code 2 Yes, see http://www.freebsd.org/cgi/query-pr.cgi?pr=115593 with similar problem. Max