Sorry to have messed up a bit at xenofarm, My Linux sparc64 is listed 3 times, the first time I misconfigured /etc/hosts. The second has something to do with the fact it now runs from cron as user, and not from commandline as root.
Now the build itself, on both machine (alpha and malcolm) the testsuite fails at 2 points, currently I'm looking at the first.
The function: Calendar.Minute(2040,11,8,2,46) returns an error. When I run it from hilfe I get the same error see below. However on other Linux machines it runs fine. Any pointers where this goes wrong?
marc@malcolm:~$ pike Pike v7.7 release 11 running Hilfe v3.5 (Incremental Pike Frontend)
mixed a= Calendar.Minute(2040,11,8,2,46) ;
Time is out of range for Timezone.localtime() /usr/local/pike/7.7.11/lib/modules/Calendar.pmod/Timezone.pmod:202: Timezone.localtime()->tz_ux(2236032000) /usr/local/pike/7.7.11/lib/modules/Calendar.pmod/YMD.pike:159: Day(Fri 9 Nov 2040 0:00 sharp)->unix_time() /usr/local/pike/7.7.11/lib/modules/Calendar.pmod/YMD.pike:982: Day(Thu 8 Nov 2040)->number_of_seconds() /usr/local/pike/7.7.11/lib/modules/Calendar.pmod/YMD.pike:891: Day(Thu 8 Nov 2040)->get_timeofday("seconds",0,1,ISO->cSecond,9960,9960) /usr/local/pike/7.7.11/lib/modules/Calendar.pmod/YMD.pike:881: Day(Thu 8 Nov 2040)->get_unit("second",9960) /usr/local/pike/7.7.11/lib/modules/Calendar.pmod/Time.pmod:132: Minute(Thu 8 Nov 2040 0:00 local sharp)->create_backtry(2,46) /usr/local/pike/7.7.11/lib/modules/Calendar.pmod/Time.pmod:106: Minute(Thu 8 Nov 2040 0:00 local sharp)->create(2040,11,8,2,46) /usr/local/pike/7.7.11/lib/modules/Calendar.pmod/YMD.pike:3069: ISO->cMinute()