From owner-freebsd-ia64@FreeBSD.ORG Sun Aug 29 22:03:55 2010 Return-Path: Delivered-To: freebsd-ia64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D70711065693 for ; Sun, 29 Aug 2010 22:03:55 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 98CB28FC13 for ; Sun, 29 Aug 2010 22:03:55 +0000 (UTC) Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id B32851E06E; Sun, 29 Aug 2010 23:53:18 +0200 (CEST) Date: Sun, 29 Aug 2010 23:53:22 +0200 (CEST) From: Gerald Pfeifer To: Anton Shterenlikht In-Reply-To: <20100310221502.GF30257@mech-cluster241.men.bris.ac.uk> Message-ID: References: <20100310122923.GF64451@mech-cluster241.men.bris.ac.uk> <20100310221502.GF30257@mech-cluster241.men.bris.ac.uk> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Dirk Meyer , freebsd-ia64@FreeBSD.org Subject: Re: port lang/gnustep-base - make configure fails on ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2010 22:03:55 -0000 While looking for something different, I noticed this one and one or two ideas I wanted to share: Can you check where, if at all, these symbols may be defined? ONe theory I have is that it's using on older version of libgcc_so instead of the one necessary for this compiler. Can you give a newer version of GCC a try, or does that fail on ia64 or does GNUstep fail to build, then? If it actually works and you can submit test results to gcc-testresults@gcc.gnu.org I'd be open to adding ia64 to the list of supported platforms for lang/gcc45. Gerald On Wed, 10 Mar 2010, Anton Shterenlikht wrote: >> Hallo Anton Shterenlikht, >> >> > On FreeBSD 9.0-CURRENT #0 r203484M >> > port lang/gnustep-base fails "make configure". >> > >> > Please see the log here: >> > http://seis.bris.ac.uk/~mexas/gnustep-base-ia64.log >> >> /usr/local/lib/gcc42/gcc/ia64-portbld-freebsd9.0/4.2.5/../../../libobjc.so: undefined reference to `__ia64_restore_stack_nonlocal@GCC_3.0' >> /usr/local/lib/gcc42/gcc/ia64-portbld-freebsd9.0/4.2.5/../../../libobjc.so: undefined reference to `__ia64_save_stack_nonlocal@GCC_3.0' >> collect2: ld returned 1 exit status >> >> Please rebuild your gcc port. > > I've rebuilt gcc42: > > > pkg_info -xo gcc- > Information for gcc-4.2.5.20090325_2: > > > gcc42 --version > gcc42 (GCC) 4.2.5 20090325 (prerelease) > > and still get the same error. > > I must say that gcc42 is marked "NOT_FOR_ARCHS= ia64 powerpc", > which I've overwritten manually. > Perhaps the fact that gcc42 now builds on ia64 doesn't > mean that is works correctly.. > > many thanks > anton