From owner-freebsd-arm@FreeBSD.ORG Fri Mar 22 16:15:40 2013 Return-Path: Delivered-To: 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 7E2188A8 for ; Fri, 22 Mar 2013 16:15:40 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ea0-x22b.google.com (mail-ea0-x22b.google.com [IPv6:2a00:1450:4013:c01::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 1A8BAA6F for ; Fri, 22 Mar 2013 16:15:39 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id b15so1502776eae.2 for ; Fri, 22 Mar 2013 09:15:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:x-enigmail-version:content-type:content-transfer-encoding; bh=PhXEuSPm2V5LqFHioVA5KVcjTVnSmilUQDx/IEEyynA=; b=xjl1eoi4TDF3xKiOJizt8x5wO827vfs+67CWZV3qfeP+FXaSCl+JhyRDHIxTPIHLNG y/L9EQkRqYDrEpVHVmxoM+ytAgRacdyOeVdQmANal9IwqicqAIBjojepa9u/brXQJTJp G5xKCX8I2iko0dq+62VAD1HSz+ZWuLI1lq4WCS3E4eu3KeMCJFfKaH723bfnhIiX3USp C4/PClYPDG7oNZgaZlbhyMMSj9HqOMCD8PFrWnBS17g0Spy6K/M8LtS0x29tMaaGz23I XvsWv8wRnoG+nKpqTO2zW4fGa/g8hx0/g8RKrOKfoXiqfkk+rqzeaN/zjgS6PF3pRvbd ud1g== X-Received: by 10.14.225.72 with SMTP id y48mr6460135eep.45.1363968939299; Fri, 22 Mar 2013 09:15:39 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:4bc:dfb6:1f3:1e31? ([2001:980:d7ed:1:4bc:dfb6:1f3:1e31]) by mx.google.com with ESMTPS id t4sm3930686eel.0.2013.03.22.09.15.32 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Mar 2013 09:15:33 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <514C83A3.8040304@freebsd.org> Date: Fri, 22 Mar 2013 17:15:31 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130309 Thunderbird/17.0.4 MIME-Version: 1.0 To: arm@freebsd.org Subject: Undefined symbol _Unwind_RaiseException in /usr/lib/libsupc++.so.1 X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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: Fri, 22 Mar 2013 16:15:40 -0000 Hi, After building fluxbox-1.3.5 with WITH_NEW_XORG on my Raspberry Pi running r247742 I get this error when starting it: /usr/lib/libsupc++.so.1: Undefined symbol "_Unwind_RaiseException" Indeed, looking with objdump -T : % objdump -T /usr/lib/libsupc++.so.1|grep Raise 00000000 D *UND* 00000000 _Unwind_RaiseException When typing 'fluxbox' in a ssh session it is bad enough to log me out. I read about this issue before here: http://lists.freebsd.org/pipermail/freebsd-arm/2013-January/004579.html but it still seems to be present. Any ideas how to tackle this? Maybe rebuild libsupc++ from a newer source? Regards, René