At 8:19 PM +0100 8/4/06, Martin J. Evans wrote:

>
>Thats for that - where can I get bleadperl?


If you have a unixy type system available, the best way it to do

% rsync -avz --delete ftp.linux.activestate.com::perl-current bleadperl

Then zip or tar up the bleadperl directory, move it to VMS, and build.

But bleadperl is what's going to be Perl 5.10, and it might be better to try 
"maintperl" which is what's going to be 5.8.9.  You can get that with

% rsync -avz --delete ftp.linux.activestate.com::perl-5.8.x maintperl

>
>Things have got worse for me here. My problems seem to resolve to:
>
>1. I get a lot of file has time in the future warnings from mms for any module 
>I build with HP's binary and for building perl from source itself. I've tried 
>vmstar /date=none (makes no difference), double checked my time, tried 
>changing to utc (no difference).
>
>I have:
>
>$ show logi *time*
>
>(LNM$PROCESS_TABLE)
>
>(LNM$JOB_899B8380)
>
>(LNM$GROUP_000001)
>
>(LNM$SYSTEM_TABLE)
>
>  "SYS$LOCALTIME" = "SYS$SYSROOT:[SYS$ZONEINFO.SYSTEM]GB."
>  "SYS$TIMEZONE_DAYLIGHT_SAVING" = "1"
>  "SYS$TIMEZONE_DIFFERENTIAL" = "3600"
>  "SYS$TIMEZONE_NAME" = "BST"
>  "SYS$TIMEZONE_RULE" = "UTC0"
>  "TCPIP$BIND_TIMEOUT" = "...."
>
>(LNM$SYSCLUSTER_TABLE)
>
>(DECW$LOGICAL_NAMES)
>
>When I do show time it reports the time (currently) 1 hour beyond local time 
>i.e. it is 8:19pm here and show time reports 9:19pm.

Something's wacky here and I think it's your system configuration as
I didn't get the time in the future warnings when I built with MMS on
HP's Itanium testdrive system.  It surprises me that a timezone rule
of UTC0 would have daylight saving enabled -- is that correct?

In any case, Perl's utime() thinks it's a different time than MMS
does.  The time on the .exists files is set with:

$ perl "-MExtUtils::Command" -e touch foo.dat

where foo.dat is the file whose revision time you want to update.

-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to