[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian lenny update : nxutils.so: undefined symbol: __gxx_personality_v0



On Wed, Oct 08, 2008 at 08:39:15AM -0500, Kumar Appaiah wrote:
> > I was responsible for the upload of 0.98.1-1+lenny1.1 , and I'll see
> > what the problem is, though it seems to work for me...
> 
> Confirmed. I have no idea what causes this, but I am sure I shouldn't
> be mucking around with g++ building all files.
> 
> I'll see what I can do to solve this. Piotr, your help would be
> appreciated too.

OK, so compiling it with gcc resolves the issue. I am now befuddled at
what I can do to fix this problem. Here's the diff:
Index: debian/rules
===================================================================
--- debian/rules        (revision 6644)
+++ debian/rules        (working copy)
@@ -26,7 +26,7 @@

 build-stamp-%:
        dh_testdir
-       CC=g++ python$* ./setup.py build $(PY_BUILD_FLAGS)
+       python$* ./setup.py build $(PY_BUILD_FLAGS)
        touch $@


Kumar
-- 
Kumar Appaiah

Attachment: signature.asc
Description: Digital signature


Reply to: