Re: Python independant binary extensions

2006-07-02 Thread Gustavo Noronha Silva
Em Dom, 2006-07-02 às 19:51 +0200, Mike Hommey escreveu: > It's even worse. There's *no* real difference. s/worse/best =) > [EMAIL PROTECTED]:/usr/lib/python-support/python-libxslt1$ objdump -d > python2.3/libxsltmod.so > /tmp/2.3 > [EMAIL PROTECTED]:/usr/lib/python-support/python-libxslt1$ objd

Re: Python independant binary extensions

2006-07-02 Thread Mike Hommey
On Sun, Jul 02, 2006 at 12:55:27PM +0200, Mike Hommey <[EMAIL PROTECTED]> wrote: > FWIW, here is what i got for python-libxslt1: the files are the same size, > but are different. I was wondering how different they could be and it's > quite stunning, actually: > [EMAIL PROTECTED]:/usr/lib/python-sup

Re: Python independant binary extensions

2006-07-02 Thread Simon McVittie
On Fri, 30 Jun 2006 at 19:00:02 +0200, Mike Hommey wrote: > On Fri, Jun 30, 2006 at 06:43:22PM +0200, Josselin Mouette <[EMAIL > PROTECTED]> wrote: > > Le vendredi 30 juin 2006 à 17:38 +0200, Mike Hommey a écrit : > > > On Fri, Jun 30, 2006 at 04:16:40PM +0200, Josselin Mouette <[EMAIL > > > PROT

Re: Python independant binary extensions

2006-07-02 Thread Gustavo Noronha Silva
Em Dom, 2006-07-02 às 12:55 +0200, Mike Hommey escreveu: > FWIW, here is what i got for python-libxslt1: the files are the same size, > but are different. I was wondering how different they could be and it's > quite stunning, actually: > [EMAIL PROTECTED]:/usr/lib/python-support/python-libxslt1$ he

Re: Python independant binary extensions

2006-07-02 Thread Mike Hommey
FWIW, here is what i got for python-libxslt1: the files are the same size, but are different. I was wondering how different they could be and it's quite stunning, actually: [EMAIL PROTECTED]:/usr/lib/python-support/python-libxslt1$ hexdump -C python2.3/libxsltmod.so > /tmp/2.3 [EMAIL PROTECTED]:/u

Re: Python independant binary extensions

2006-06-30 Thread Mike Hommey
On Fri, Jun 30, 2006 at 06:43:22PM +0200, Josselin Mouette <[EMAIL PROTECTED]> wrote: > Le vendredi 30 juin 2006 à 17:38 +0200, Mike Hommey a écrit : > > On Fri, Jun 30, 2006 at 04:16:40PM +0200, Josselin Mouette <[EMAIL > > PROTECTED]> wrote: > > > Python-support already checks the md5sums of th

Re: Python independant binary extensions

2006-06-30 Thread Josselin Mouette
Le vendredi 30 juin 2006 à 17:38 +0200, Mike Hommey a écrit : > On Fri, Jun 30, 2006 at 04:16:40PM +0200, Josselin Mouette <[EMAIL > PROTECTED]> wrote: > > Python-support already checks the md5sums of the files to install, but > > it excludes the .so because files are moved to /usr/share and it wo

Re: Python independant binary extensions

2006-06-30 Thread Mike Hommey
On Fri, Jun 30, 2006 at 04:16:40PM +0200, Josselin Mouette <[EMAIL PROTECTED]> wrote: > Python-support already checks the md5sums of the files to install, but > it excludes the .so because files are moved to /usr/share and it would > violate the FHS. I also thought this would never happen. > > I

Re: Python independant binary extensions

2006-06-30 Thread Josselin Mouette
Le vendredi 30 juin 2006 à 15:48 +0200, Raphael Hertzog a écrit : > > I can add the handling of this case by putting them e.g. > > in /usr/lib/python-support/python-foo/all/. > > Having the same .so for python 2.3 and python 2.4 doesn't mean that it > will work on python 2.5. > > So if you put i

Re: Python independant binary extensions

2006-06-30 Thread Raphael Hertzog
On Fri, 30 Jun 2006, Josselin Mouette wrote: > > Don't you think it'd be nice to add support to python-support and > > python-central for that case ? > > Python-support already checks the md5sums of the files to install, but > it excludes the .so because files are moved to /usr/share and it would

Re: Python independant binary extensions

2006-06-30 Thread Josselin Mouette
Le jeudi 29 juin 2006 à 22:09 +0200, Mike Hommey a écrit : > Hi all, > > I'm currently working on getting libxml2 (and later libxslt) to the new > policy, and actually noticed something interesting: > -rw-r--r-- root/root273888 2006-06-29 22:02 > ./usr/lib/python-support/python-libxml2/python

Re: Python independant binary extensions

2006-06-29 Thread Mike Hommey
On Thu, Jun 29, 2006 at 10:09:20PM +0200, Mike Hommey <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm currently working on getting libxml2 (and later libxslt) to the new > policy, and actually noticed something interesting: > -rw-r--r-- root/root273888 2006-06-29 22:02 > ./usr/lib/python-support

Python independant binary extensions

2006-06-29 Thread Mike Hommey
Hi all, I'm currently working on getting libxml2 (and later libxslt) to the new policy, and actually noticed something interesting: -rw-r--r-- root/root273888 2006-06-29 22:02 ./usr/lib/python-support/python-libxml2/python2.3/libxml2mod.so -rw-r--r-- root/root273888 2006-06-29 22:02 ./us