On Sun, 6 Aug 2000, Prymmer/Kahn wrote:
> I have posted a pointer to the newest kit and a symlink to my latest
> rendition of configure.com at:
>
> http://www.best.com/~pvhp/vms/cfgperl_6529/
>
> I have no idea yet which of the other patches to 6409 are or are not
> in the 6529 kit.
Here is a quick update: it does look like most (but not all) of the
patches that I had in my /cfgperl_6409/ directory are in the 6529 with the
exception of the configure.com replacement. I found that with the 6529
kit there are two new config_h.SH variables that we had not taken account
of: d_setproctitle and i_libutil. I find that with DEC C V6.0 that they
should both be set to undef so that the config.h has
#undef D_SETPROCTITLE
instead of
#$d_setproctitle D_SETPROCTITLE
(with similar comments for i_libutil).
On to the tests: my `mms test` result winds up hanging with ftmp-posix:
[.lib]cgi-function......FAILED on test 25
{deletia}
[.lib]ftmp-mktemp.......FAILED on test 5
[.lib]ftmp-posix........FAILED on test 4
and I have to Ctrl-C to quit the tests. If I rename [.t.lib]ftmp-posix.t
to get it out of the way I find (in additon to the above):
[.lib]ftmp-security.....ok
[.lib]ftmp-tempfile.....FAILED on test 4
{deletia}
Failed 3/230 tests, 94.35% okay.
u=18.18 s=0 cu=0 cs=0 files=220 tests=9937
For the cgi function failure it should be possible to apply
the patch from:
http://www.best.com/~pvhp/vms/cfgperl_6409/cgi-function_t.patch
> I'll see about fitting Chuck Lane's stuff into
> 6529 perhaps tomorrow.
Still haven't gotten to this.
Peter Prymmer