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 From owner-freebsd-ia64@FreeBSD.ORG Mon Aug 30 11:06:58 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 673171065697 for ; Mon, 30 Aug 2010 11:06:58 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B8AF8FC22 for ; Mon, 30 Aug 2010 11:06:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7UB6wR6087451 for ; Mon, 30 Aug 2010 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7UB6vLk087449 for freebsd-ia64@FreeBSD.org; Mon, 30 Aug 2010 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 30 Aug 2010 11:06:57 GMT Message-Id: <201008301106.o7UB6vLk087449@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-ia64@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-ia64@FreeBSD.org 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: Mon, 30 Aug 2010 11:06:58 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/149208 ia64 mksnap_ffs(8) hang/deadlock o ia64/147501 ia64 [ia64] options PREEMPTION causes instability 2 problems total. From owner-freebsd-ia64@FreeBSD.ORG Thu Sep 2 14:46:21 2010 Return-Path: Delivered-To: ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1899610656CF; Thu, 2 Sep 2010 14:46:21 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id C98598FC17; Thu, 2 Sep 2010 14:46:20 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.3) with ESMTP id o82EkKih032217; Thu, 2 Sep 2010 10:46:20 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.3/Submit) id o82EkKWi032216; Thu, 2 Sep 2010 14:46:20 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 2 Sep 2010 14:46:20 GMT Message-Id: <201009021446.o82EkKWi032216@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_8_0 tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 14:46:21 -0000 TB --- 2010-09-02 14:11:02 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-09-02 14:11:02 - starting RELENG_8_0 tinderbox run for ia64/ia64 TB --- 2010-09-02 14:11:02 - cleaning the object tree TB --- 2010-09-02 14:11:29 - cvsupping the source tree TB --- 2010-09-02 14:11:29 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8_0/ia64/ia64/supfile TB --- 2010-09-02 14:46:20 - WARNING: /usr/bin/csup returned exit code 1 TB --- 2010-09-02 14:46:20 - ERROR: unable to cvsup the source tree TB --- 2010-09-02 14:46:20 - 0.80 user 23.23 system 2117.91 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8_0-ia64-ia64.full From owner-freebsd-ia64@FreeBSD.ORG Thu Sep 2 15:55:42 2010 Return-Path: Delivered-To: ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C37310657D9; Thu, 2 Sep 2010 15:55:42 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id DFAC18FC17; Thu, 2 Sep 2010 15:55:41 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.3) with ESMTP id o82FtfEw032500; Thu, 2 Sep 2010 11:55:41 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.3/Submit) id o82FtfON032499; Thu, 2 Sep 2010 15:55:41 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 2 Sep 2010 15:55:41 GMT Message-Id: <201009021555.o82FtfON032499@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_8_1 tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 15:55:42 -0000 TB --- 2010-09-02 15:21:43 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-09-02 15:21:43 - starting RELENG_8_1 tinderbox run for ia64/ia64 TB --- 2010-09-02 15:21:43 - cleaning the object tree TB --- 2010-09-02 15:21:58 - cvsupping the source tree TB --- 2010-09-02 15:21:58 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8_1/ia64/ia64/supfile TB --- 2010-09-02 15:55:41 - WARNING: /usr/bin/csup returned exit code 1 TB --- 2010-09-02 15:55:41 - ERROR: unable to cvsup the source tree TB --- 2010-09-02 15:55:41 - 0.56 user 9.05 system 2037.13 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8_1-ia64-ia64.full From owner-freebsd-ia64@FreeBSD.ORG Thu Sep 2 17:06:01 2010 Return-Path: Delivered-To: ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A8411065769; Thu, 2 Sep 2010 17:06:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 5BEDC8FC14; Thu, 2 Sep 2010 17:05:58 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.3) with ESMTP id o82H5wXv032782; Thu, 2 Sep 2010 13:05:58 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.3/Submit) id o82H5wbu032781; Thu, 2 Sep 2010 17:05:58 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 2 Sep 2010 17:05:58 GMT Message-Id: <201009021705.o82H5wbu032781@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_8 tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 17:06:01 -0000 TB --- 2010-09-02 16:33:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-09-02 16:33:00 - starting RELENG_8 tinderbox run for ia64/ia64 TB --- 2010-09-02 16:33:00 - cleaning the object tree TB --- 2010-09-02 16:33:16 - cvsupping the source tree TB --- 2010-09-02 16:33:16 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8/ia64/ia64/supfile TB --- 2010-09-02 17:05:58 - WARNING: /usr/bin/csup returned exit code 1 TB --- 2010-09-02 17:05:58 - ERROR: unable to cvsup the source tree TB --- 2010-09-02 17:05:58 - 0.58 user 7.76 system 1977.35 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-ia64-ia64.full From owner-freebsd-ia64@FreeBSD.ORG Fri Sep 3 11:51:52 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 80F4810656F6 for ; Fri, 3 Sep 2010 11:51:52 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 3AABA8FC16 for ; Fri, 3 Sep 2010 11:51:52 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1OrUoA-0001Kr-3F; Fri, 03 Sep 2010 12:51:50 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1OrUo9-0006MO-9u; Fri, 03 Sep 2010 12:51:49 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id o83Bpn7F017762; Fri, 3 Sep 2010 12:51:49 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id o83BpmEo017761; Fri, 3 Sep 2010 12:51:48 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 3 Sep 2010 12:51:48 +0100 From: Anton Shterenlikht To: Gerald Pfeifer Message-ID: <20100903115148.GA14830@mech-cluster241.men.bris.ac.uk> References: <20100310122923.GF64451@mech-cluster241.men.bris.ac.uk> <20100310221502.GF30257@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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: Fri, 03 Sep 2010 11:51:52 -0000 On Sun, Aug 29, 2010 at 11:53:22PM +0200, Gerald Pfeifer wrote: > 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. Hi Gerald It's been a while, so I'll need some time to remember where I was and why I needed gnustep in the first place. For now I got these built and installed: gcc-3.4.6_3,1 gnustep-base-1.19.3_3 gnustep-make-2.4.0 on r209586. When I try to do "make test" in gnustep-base I get : # make test cd: can't cd to /usr/ports/lang/gnustep-base/work/gnustep-base-1.19.3/Testing Makefile:9: *** missing separator. Stop. *** Error code 2 Stop in /usr/ports/lang/gnustep-base. # I'll also try to build gcc42/43/44/45/46 again, will let you know. I think what I really want is lapack95, which requires gcc-4.4.5, so I'try to build it again and report. many thanks for keeping an eye on ia64. anton > > 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 -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423