Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 17:15:31 +0100
From:      =?ISO-8859-1?Q?Ren=E9_Ladan?= <rene@freebsd.org>
To:        arm@freebsd.org
Subject:   Undefined symbol _Unwind_RaiseException in /usr/lib/libsupc++.so.1
Message-ID:  <514C83A3.8040304@freebsd.org>

next in thread | raw e-mail | index | archive | help
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é



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?514C83A3.8040304>