From owner-freebsd-arm@FreeBSD.ORG Sun Jan 13 23:21:33 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8DB553AB for ; Sun, 13 Jan 2013 23:21:33 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id 50DE465C for ; Sun, 13 Jan 2013 23:21:32 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1TuWrq-0007nR-Bx for freebsd-arm@freebsd.org; Mon, 14 Jan 2013 00:21:30 +0100 Received: from h253044.upc-h.chello.nl ([62.194.253.44] helo=ronaldradial.home) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1TuWrq-0003G2-02 for freebsd-arm@freebsd.org; Mon, 14 Jan 2013 00:21:30 +0100 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-arm@freebsd.org Subject: Re: Undefined symbol "_Unwind_RaiseException" References: <50F3392C.5000908@sasktel.net> Date: Mon, 14 Jan 2013 00:21:29 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <50F3392C.5000908@sasktel.net> User-Agent: Opera Mail/12.12 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.0 X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.1 X-Scan-Signature: 964c6a2bc69af72888bec91466701c23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 23:21:33 -0000 On Sun, 13 Jan 2013 23:46:04 +0100, Stephen Hurd wrote: > When doing a make test in math/gmp on a Raspberry Pi r244763 after a > successful install, the tests fail with the message: > > /usr/lib/libsupc++.so.1: Undefined symbol "_Unwind_RaiseException" > > Is this an ABI problem on ARM or a general problem with -CURRENT? > > root@pi:/usr/ports/math/gmp/work/gmp-5.0.5 # uname -a > FreeBSD pi 10.0-CURRENT FreeBSD 10.0-CURRENT #4 r244763: Thu Dec 27 > 19:42:52 PST 2012 > root@stephen.hurd.local:/usr/obj-current/arm.armv6/usr/src-current/sys/RPI-B6 > arm A total shot in the dark but could it have to do with this commit. http://www.secnetix.de/olli/FreeBSD/svnews/index.py?r=245272 Ronald.