Re: need help for testing a patch in a package

2000-11-15 Thread Michael Schmitz
On Tue, Nov 14, 2000 at 10:59:13PM +, Hadess wrote: As far as I know, a CD player that doesn't rely on reading raw data from the CD (even though I'm not sure it would be a problem either) would work equally well on all arches Linux supports. it's an endianess issue and i want to test

Re: need help for testing a patch in a package

2000-11-15 Thread Geert Uytterhoeven
On Wed, 15 Nov 2000, Michael Schmitz wrote: On Tue, Nov 14, 2000 at 10:59:13PM +, Hadess wrote: As far as I know, a CD player that doesn't rely on reading raw data from the CD (even though I'm not sure it would be a problem either) would work equally well on all arches Linux

need help for testing a patch in a package

2000-11-14 Thread Othmar Pasteka
hi, [[ Please mail me directly not to the list, i am NOT subscribed to it, thanks ]] i have a package named dcd, another cd player. i made a patch but to be sure it also works on other archs than mine (x86) i need someone who has a big endian machine (which ppc user generally have ;)), a cd

Re: need help for testing a patch in a package

2000-11-14 Thread Hadess
Othmar Pasteka wrote: hi, [[ Please mail me directly not to the list, i am NOT subscribed to it, thanks ]] i have a package named dcd, another cd player. i made a patch but to be sure it also works on other archs than mine (x86) i need someone who has a big endian machine (which ppc user

Re: need help for testing a patch in a package

2000-11-14 Thread Othmar Pasteka
Hi, On Tue, Nov 14, 2000 at 10:59:13PM +, Hadess wrote: As far as I know, a CD player that doesn't rely on reading raw data from the CD (even though I'm not sure it would be a problem either) would work equally well on all arches Linux supports. it's an endianess issue and i want to test

Re: need help for testing a patch in a package

2000-11-14 Thread Hadess
Othmar Pasteka wrote: Hi, On Tue, Nov 14, 2000 at 10:59:13PM +, Hadess wrote: As far as I know, a CD player that doesn't rely on reading raw data from the CD (even though I'm not sure it would be a problem either) would work equally well on all arches Linux supports. it's an

Re: need help for testing a patch in a package

2000-11-14 Thread Othmar Pasteka
Hi, On Tue, Nov 14, 2000 at 11:17:19PM +, Hadess wrote: Yup, what is the function we should break ? Which one is relying on endianess ? sha depends on the endianess of the computer which is defined in endian.h (SHA_BYTE_ORDER). afaik it is correct and some poeple told me it is. anyway, i