Re:Debian lenny update : nxutils.so: undefined symbol: __gxx_personality_v0
I add an information : I went back to the former python-matplotlib package (0.98.1-1) and could import pylab again. So I think there is a problem with python-matplotlib 0.98.1-1+lenny1.1 > upgrade python-matplotlib 0.98.1-1 0.98.1-1+lenny1.1 Regards, O.C. Créez votre adresse électronique [EMAIL PROTECTED] 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Re: Debian lenny update : nxutils.so: undefined symbol: __gxx_personality_v0
[oc-spam66, 2008-10-08 11:55] >I went back to the former python-matplotlib package (0.98.1-1) and could >import pylab again. So I think there is a problem with python-matplotlib >0.98.1-1+lenny1.1 could you please try unstable one? (0.98.3-3) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian lenny update : nxutils.so: undefined symbol: __gxx_personality_v0
On Wed, 8 Oct 2008 12:08:46 +0200 Piotr Ożarowski wrote: > [oc-spam66, 2008-10-08 11:55] > >I went back to the former python-matplotlib package (0.98.1-1) and could > >import pylab again. So I think there is a problem with python-matplotlib > >0.98.1-1+lenny1.1 > > could you please try unstable one? (0.98.3-3) > 0.98.3-3 works fine here (as did 0.98.1-1, but with 0.98.1-1+lenny1.1 I had the same problems as O.C.) eike pgpbFuU2eCwDn.pgp Description: PGP signature
Re: Debian lenny update : nxutils.so: undefined symbol: __gxx_personality_v0
On Wed, Oct 08, 2008 at 01:46:49PM +0200, Eike Nicklas wrote: > On Wed, 8 Oct 2008 12:08:46 +0200 Piotr Ożarowski wrote: > > > [oc-spam66, 2008-10-08 11:55] > > >I went back to the former python-matplotlib package (0.98.1-1) and > > > could > > >import pylab again. So I think there is a problem with > > > python-matplotlib > > >0.98.1-1+lenny1.1 > > > > could you please try unstable one? (0.98.3-3) > > > > 0.98.3-3 works fine here (as did 0.98.1-1, but with 0.98.1-1+lenny1.1 I > had the same problems as O.C.) 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... Thanks. Kumar -- Kumar Appaiah signature.asc Description: Digital signature
Re: Debian lenny update : nxutils.so: undefined symbol: __gxx_personality_v0
On Wed, Oct 08, 2008 at 08:33:28AM -0500, Kumar Appaiah wrote: > On Wed, Oct 08, 2008 at 01:46:49PM +0200, Eike Nicklas wrote: > > On Wed, 8 Oct 2008 12:08:46 +0200 Piotr Ożarowski wrote: > > > > > [oc-spam66, 2008-10-08 11:55] > > > >I went back to the former python-matplotlib package (0.98.1-1) and > > > > could > > > >import pylab again. So I think there is a problem with > > > > python-matplotlib > > > >0.98.1-1+lenny1.1 > > > > > > could you please try unstable one? (0.98.3-3) > > > > > > > 0.98.3-3 works fine here (as did 0.98.1-1, but with 0.98.1-1+lenny1.1 I > > had the same problems as O.C.) > > 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. Thanks. Kumar -- Kumar Appaiah signature.asc Description: Digital signature
Re: Debian Python Policies
On Tue, Oct 7, 2008 at 6:13 PM, Mauro Lizaur <[EMAIL PROTECTED]> wrote: > Also the people in that list could help you to accomplish this task (If > you don't mind, i'd like to help). Please, keep in mind that translation of devel related docs are considered as a low priority task. I'd suggest you to invest your time in a higher priority doc (ask [EMAIL PROTECTED] about priorities). Of course it doesn't means you can't translate it, I'm just saying that if you want to help, there are probably other tasks where you could me more useful right now. Best Regards. -- --- Carlos Galisteo PGP_key::http://k-rolus.net/~cgalisteo/cgalisteo.gpg Key_Fingerprint::F888 6FBA 9145 B5A2 C187 66D6 5B8C 027A 69AD BE65 --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
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 signature.asc Description: Digital signature
Changes in sys.platform affects some packages?
Dear Debian Python, I just discovered (the hard way) that the recent change in Python[1] to display sys.platform on mips, mipsel, alpha, sparc, powerpc and hppa as linux2-mips, linux2-mips, linux2-alpha, linux2-sparc, linux2-powerpc and linux2-hppa respectively may cause several packages in sid and Lenny to FTBFS. For example, see: http://buildd.debian.org/~jeroen/status/package.php?p=matplotlib&suite=testing While I can fix matplotlib my just editing the build_fix.patch file to add these entries, I wanted an approval that this is what I have to do. Note that this may affect other packages in both sid and Lenny, though I am not sure how many packages are sensitive to sys.platform during their build. Thanks. Kumar [1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500383 [2]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499132 -- Kumar Appaiah signature.asc Description: Digital signature
Re: Changes in sys.platform affects some packages?
On Wed, Oct 08, 2008 at 06:18:08PM -0500, Kumar Appaiah wrote: > Dear Debian Python, > > I just discovered (the hard way) that the recent change in Python[1] to > display sys.platform on mips, mipsel, alpha, sparc, powerpc and hppa > as linux2-mips, linux2-mips, linux2-alpha, linux2-sparc, > linux2-powerpc and linux2-hppa respectively may cause several packages > in sid and Lenny to FTBFS. For example, see: Actually, that powerpc thing was wrong. It's only mips, mipsel, alpha and sparc. Sorry. > http://buildd.debian.org/~jeroen/status/package.php?p=matplotlib&suite=testing > > While I can fix matplotlib my just editing the build_fix.patch file to > add these entries, I wanted an approval that this is what I have to > do. Note that this may affect other packages in both sid and Lenny, > though I am not sure how many packages are sensitive to sys.platform > during their build. > > Thanks. > > Kumar > > [1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500383 > [2]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499132 > -- > Kumar Appaiah Kumar -- Kumar Appaiah -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]