Re: bittorrent
Michael Riss <[email protected]> Wed, 6 Apr 2005 17:22:14 +0200
| Newsgroups | gmane.linux.mandrake.cooker.amd64 |
|---|---|
| Organization | TU Munich |
| Message-ID | <[email protected]> |
On Wednesday 06 April 2005 16:46, Gwenole Beauchesne wrote: > Le mercredi, 6 avr 2005, à 15:16 Europe/Paris, Reynes Philippe a écrit : > > I was using the package bittorrent in the cooker amd64. > > And this one don't works. > > > > I've rebuilt the .src.rpm (on SRPMS cooker) and it works. > > Same version, just a rebuild > > OK, what about: > <http://people.mandrakesoft.com/~gbeauchesne/x86_64/10.2/testing/> > > but that's a noarch package, so I don't know where the error comes > from. Ah, I have an idea, .noarch packages are duplicated on all arches > and .noarch for a python package is not quite wise unless clean > provisions are added the same as perl is working. The cooker x86_64 package stores its python module files in /usr/lib/python2.3/site-packages, x86_64 python expects them to be in /usr/lib64/python2.3/site-packages . That's a general problem that hit me several times. "noarch" - packages are no longer architecture independant when they store files in different paths depending on which architecture they are built. cu Michi