Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Lennart Sorensen
On Wed, Aug 26, 2015 at 10:47:07PM +0100, Jo Shields wrote: > > > On 26/08/15 22:44, Lennart Sorensen wrote: > > > >I managed to get failure 1 and 2 above to go away by changing the test > >slightly: > > > >diff --git a/mcs/class/corlib/Test/System/DateTimeTest.cs > >b/mcs/class/corlib/Test/Sys

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Jo Shields
On 26/08/15 22:44, Lennart Sorensen wrote: I managed to get failure 1 and 2 above to go away by changing the test slightly: diff --git a/mcs/class/corlib/Test/System/DateTimeTest.cs b/mcs/class/corlib/Test/System/DateTimeTest.cs index 0e3076b..2db099c 100644 --- a/mcs/class/corlib/Test/Syste

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Lennart Sorensen
On Wed, Aug 26, 2015 at 05:14:55PM -0400, Lennart Sorensen wrote: > On Wed, Aug 26, 2015 at 09:05:30PM +0100, Jo Shields wrote: > > > > > > On 26/08/15 20:12, Lennart Sorensen wrote: > > >On Wed, Aug 26, 2015 at 07:01:31PM +0100, Jo Shields wrote: > > >> > > >>On 26/08/15 18:47, Lennart Sorensen

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Lennart Sorensen
On Wed, Aug 26, 2015 at 09:05:30PM +0100, Jo Shields wrote: > > > On 26/08/15 20:12, Lennart Sorensen wrote: > >On Wed, Aug 26, 2015 at 07:01:31PM +0100, Jo Shields wrote: > >> > >>On 26/08/15 18:47, Lennart Sorensen wrote: > >>>Opcode 'move_f_to_i4' missing from machine description file. > >>> >

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Jo Shields
On 26/08/15 20:12, Lennart Sorensen wrote: On Wed, Aug 26, 2015 at 07:01:31PM +0100, Jo Shields wrote: On 26/08/15 18:47, Lennart Sorensen wrote: Opcode 'move_f_to_i4' missing from machine description file. I agree with its assessment, there's no OP_MOVE_F_TO_I4 in mono/mini/mini-ppc.c and

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Lennart Sorensen
On Wed, Aug 26, 2015 at 07:01:31PM +0100, Jo Shields wrote: > > > On 26/08/15 18:47, Lennart Sorensen wrote: > >Opcode 'move_f_to_i4' missing from machine description file. > > > > I agree with its assessment, there's no OP_MOVE_F_TO_I4 in > mono/mini/mini-ppc.c and no move_f_to_i4 in mono/mini/

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Jo Shields
On 26/08/15 18:47, Lennart Sorensen wrote: Opcode 'move_f_to_i4' missing from machine description file. I agree with its assessment, there's no OP_MOVE_F_TO_I4 in mono/mini/mini-ppc.c and no move_f_to_i4 in mono/mini/cpu-ppc.md (maybe there should be? other arches have it)

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Lennart Sorensen
On Wed, Aug 26, 2015 at 01:47:09PM -0400, Lennart Sorensen wrote: > Well M=0 did no difference. > > I added -labels to the nunit-console.exe arguments which made it print > each test name before running it to the output file and that allowed me > to determine the hang was in: > > DefaultThreadCur

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Lennart Sorensen
On Wed, Aug 26, 2015 at 05:40:15PM +0100, Jo Shields wrote: > > > On 26/08/15 17:26, Lennart Sorensen wrote: > > > > And running the test suite as NOT root solved that. So now the only > > problem I see left in 'make mcs-do-tests' is getting stuck forever in > > one test: > > > > make[9]: Enteri

Re: PPC64/Jessie/TrustyTahr - GraphicFailure

2015-08-26 Thread Brock Wittrock
Hi Richard, The question almost everybody is going to ask is what kind of graphics card do you have in your G5? Is it dual headed? Brock On Wed, Aug 26, 2015 at 11:39 AM, richard kuenz wrote: > Hello , > > i would like to use my newly acquired Powermac G5 with Linux PPC for > Kodi/XBMC. > > W

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Jo Shields
On 26/08/15 17:26, Lennart Sorensen wrote: > > And running the test suite as NOT root solved that. So now the only > problem I see left in 'make mcs-do-tests' is getting stuck forever in > one test: > > make[9]: Entering directory '/tmp/mono-new/mono-1/mcs/class/corlib' > ok=:; \ > PATH="/tmp/mo

PPC64/Jessie/TrustyTahr - GraphicFailure

2015-08-26 Thread richard kuenz
Hello , i would like to use my newly acquired Powermac G5 with Linux PPC for Kodi/XBMC. With Wheezy i had success installing and configuring sound with the help of this list; so that was really nice. but XBMC did not run as hoped as there were quite some broken dependencies; so i ended up

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Lennart Sorensen
On Wed, Aug 26, 2015 at 05:28:28PM +0100, Jo Shields wrote: > > > On 26/08/15 17:16, Lennart Sorensen wrote: > > > > And a patch that fixes that (since the double's stored in the table are > > little endian, they have to be endian swapped before being returned as > > a double). > > > > diff --git

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Jo Shields
On 26/08/15 17:16, Lennart Sorensen wrote: > > And a patch that fixes that (since the double's stored in the table are > little endian, they have to be endian swapped before being returned as > a double). > > diff --git a/mscorlib/system/globalization/charunicodeinfo.cs > b/mscorlib/system/globa

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Lennart Sorensen
On Wed, Aug 26, 2015 at 12:16:14PM -0400, Lennart Sorensen wrote: > On Wed, Aug 26, 2015 at 10:45:24AM -0400, Lennart Sorensen wrote: > > On Tue, Aug 25, 2015 at 05:54:10PM -0400, Lennart Sorensen wrote: > > > On Tue, Aug 25, 2015 at 10:30:45PM +0100, Jo Shields wrote: > > > > On 25/08/15 22:29, Le

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Lennart Sorensen
On Wed, Aug 26, 2015 at 10:45:24AM -0400, Lennart Sorensen wrote: > On Tue, Aug 25, 2015 at 05:54:10PM -0400, Lennart Sorensen wrote: > > On Tue, Aug 25, 2015 at 10:30:45PM +0100, Jo Shields wrote: > > > On 25/08/15 22:29, Lennart Sorensen wrote: > > > > I had thought that could be it too. I certai

Re: Potential Mono removal from 32-bit big endian PowerPC in next upload

2015-08-26 Thread Lennart Sorensen
On Tue, Aug 25, 2015 at 05:54:10PM -0400, Lennart Sorensen wrote: > On Tue, Aug 25, 2015 at 10:30:45PM +0100, Jo Shields wrote: > > On 25/08/15 22:29, Lennart Sorensen wrote: > > > I had thought that could be it too. I certainly haven't seen that > > > particular problem so far. Are you simply runn