From owner-freebsd-ia64@FreeBSD.ORG Thu Mar 11 01:30:54 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 74278106564A for ; Thu, 11 Mar 2010 01:30:54 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id 5DDBC8FC12 for ; Thu, 11 Mar 2010 01:30:54 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from macbook-pro.lan.xcllnt.net (mail.xcllnt.net [75.101.29.67]) by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KZ300HAWG79IJ70@asmtp023.mac.com>; Wed, 10 Mar 2010 17:30:47 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1003100278 From: Marcel Moolenaar In-reply-to: <20100310122923.GF64451@mech-cluster241.men.bris.ac.uk> Date: Wed, 10 Mar 2010 17:30:44 -0800 Message-id: References: <20100310122923.GF64451@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1077) Cc: dinoex@freebsd.org, 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: Thu, 11 Mar 2010 01:30:54 -0000 On Mar 10, 2010, at 4:29 AM, Anton Shterenlikht wrote: > 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 > > Portsmon is empty for this port, so I've no > idea if this is a regression: > > http://portsmon.freebsd.org/portoverview.py?category=lang&portname=gnustep-base This is the problem: /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' The libobjc on FreeBSD/ia64 is missing 2 functions. -- Marcel Moolenaar xcllnt@mac.com