Hi Carlos Excellent, your machine should be covered by the fix documented in https://github.com/andrewlow/v8ppc/issues/96 (which covers AT_PLATFORM values of "ppc7450" and "ppc970"), please do try it out and let me know if it works for you.
Regards Mike On Thursday, 24 October 2013 08:00:20 UTC+1, Carlos Arija wrote: > > AT_DCACHEBSIZE: 0x20 > AT_ICACHEBSIZE: 0x20 > AT_UCACHEBSIZE: 0x0 > AT_SYSINFO_EHDR: 0x100000 > AT_HWCAP: mmu fpu altivec ppc32 > AT_PAGESZ: 4096 > AT_CLKTCK: 100 > AT_PHDR: 0x10000034 > AT_PHENT: 32 > AT_PHNUM: 9 > AT_BASE: 0x48000000 > AT_FLAGS: 0x0 > AT_ENTRY: 0x10000c9c > AT_UID: 1000 > AT_EUID: 1000 > AT_GID: 1000 > AT_EGID: 1000 > AT_SECURE: 0 > AT_RANDOM: 0xbfa3ee60 > AT_EXECFN: /bin/true > AT_PLATFORM: ppc7450 > AT_BASE_PLATFORM:ppc7450 > > > El miércoles, 23 de octubre de 2013 17:40:29 UTC+2, Michael Tunnicliffe > escribió: >> >> Hi Carlos >> >> I've implemented a fix for this, documented in >> https://github.com/andrewlow/v8ppc/issues/96 but I want to check that it >> will be applied for you. >> Can you run the following command on your machine and report the results, >> so I can check it is covered? >> >> >> LD_SHOW_AUXV=1 /bin/true >> >> Thanks >> Mike >> >> On Wednesday, 16 October 2013 12:10:37 UTC+1, Carlos Arija wrote: >>> >>> First of all, please do not put much time in this problem. It is just a >>> test. >>> Any way, here are the iBook G4 specs, if they are of any use to you. >>> And if I could be of any help in your project, just tell me. >>> >>> /etc/issue >>> Debian GNU/Linux 7 \n \l >>> >>> /proc/cpuinfo >>> processor : 0 >>> cpu : 7447A, altivec supported >>> clock : 1199.999000MHz >>> revision : 1.2 (pvr 8003 0102) >>> bogomips : 73.72 >>> timebase : 18432000 >>> platform : PowerMac >>> model : PowerBook6,5 >>> machine : PowerBook6,5 >>> motherboard : PowerBook6,5 MacRISC3 Power Macintosh >>> detected as : 287 (iBook G4) >>> pmac flags : 0000001b >>> L2 cache : 512K unified >>> pmac-generation : NewWorld >>> Memory : 1280 MB >>> >>> Attachment: result of ./node -trace, until the program crashed with an >>> "illegal instruction" >>> >>> >>> El martes, 15 de octubre de 2013 22:15:28 UTC+2, Andrew Low escribió: >>>> >>>> I've got some good news and some bad news. >>>> >>>> Bad news - I can't replicate your problem. >>>> >>>> Good news - I was able to dig up an old PowerMac running Ubuntu. >>>> >>>> $ cat /etc/issue >>>> Ubuntu 10.04.4 LTS \n \l >>>> >>>> Unfortunately it appears to be a G5, not a G4. >>>> >>>> $ cat /proc/cpuinfo >>>> processor : 0 >>>> cpu : PPC970FX, altivec supported >>>> clock : 1800.000000MHz >>>> revision : 3.0 (pvr 003c 0300) >>>> >>>> processor : 1 >>>> cpu : PPC970FX, altivec supported >>>> clock : 1800.000000MHz >>>> revision : 3.0 (pvr 003c 0300) >>>> >>>> timebase : 33333333 >>>> platform : PowerMac >>>> model : PowerMac7,3 >>>> machine : PowerMac7,3 >>>> motherboard : PowerMac7,3 MacRISC4 Power Macintosh >>>> detected as : 336 (PowerMac G5) >>>> pmac flags : 00000000 >>>> L2 cache : 512K unified >>>> pmac-generation : NewWorld >>>> >>>> FWIW - v8 seems to bootstrap just fine >>>> >>>> $ ./out/ppc.debug/d8 >>>> V8 version 3.14.5 (candidate) [console: dumb] >>>> d8> 3+4 >>>> 7 >>>> d8> >>>> >>>> >>>> >>>> -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
