perl.vmsperl...Attempt to Configure under Bash on VMS results. by John E. Malmberg- June 16, 2008 Just to see how much would be involved to build Perl using the GNV subsystem, I tried it.Since VMS currently is bundled with LDAP, SSL, SSH, and Kereberos libraries, I was curious to see if Perl was looking for any of them.The first problem is that GNV bash tried to run Configure.com instead of Configure until I renamed it. That is something that was probably put in as a convenience hack, but should have a way to be disabled.The next thing that hit was that "echo" is only a built-in..http://www.nntp.perl.org/group/perl.vmsperl/2008/06/msg14835.html Re: patch33919 Module build changes for VMS by Ken Williams- June 15, 2008 Looks great, I&39;ll commit it. Thanks for your work. -KenOn Sat, Jun 14, 2008 at 11:26 PM, Craig A. Berry <craigberrymac.com> wrote:> At 2:03 AM -0500 53008, Ken Williams wrote:> >On Thu, May 29, 2008 at 10:13 PM, Craig A. Berry> ><craig.a.berrygmail.com> wrote:> >> >> I think it&39;s important that we not apply any more> >> patches for M::B to blead until we get things synched up -- the merge> >> will just get worse if we put it...http://www.nntp.perl.org/group/perl.vmsperl/2008/06/msg14834.html Re: patch33919 Module build changes for VMS by Craig A. Berry- June 14, 2008 At 2:03 AM -0500 53008, Ken Williams wrote:>On Thu, May 29, 2008 at 10:13 PM, Craig A. Berry><craig.a.berrygmail.com> wrote:>>> I think it&39;s important that we not apply any more>> patches for M::B to blead until we get things synched up -- the merge>> will just get worse if we put it off.>>I would prefer to not apply any more M::B patches to blead unless>they&39;re integrating from the canonical M::B code.I think that&39;s the plan.> Sometimes...http://www.nntp.perl.org/group/perl.vmsperl/2008/06/msg14833.html Re: patch34044 Enable getgrgid on VMS by John E. Malmberg- June 13, 2008 Craig A. Berry wrote:> On Thu, Jun 12, 2008 at 7:50 PM, John E. Malmberg <wb8tywqsl.net> wrote:>> Even though configure.com was detecting the getgrgid and friends, they were>> not being configured because HAS_GROUPS was not defined in vmsish.h.> > Good catch. Obviously it&39;s HAS_GROUP, not HAS_GROUPS, but that&39;s> correct in the patch itself.I am evaluating what is left to be done for supporting ODS-5 pathnames by looking to see what is currently being skipped.http://www.nntp.perl.org/group/perl.vmsperl/2008/06/msg14832.html Re: patch34044 Enable getgrgid on VMS by Craig A. Berry- June 13, 2008 On Fri, Jun 13, 2008 at 10:31 AM, Craig A. Berry<craig.a.berrygmail.com> wrote:> On Thu, Jun 12, 2008 at 7:50 PM, John E. Malmberg <wb8tywqsl.net> wrote:>> Even though configure.com was detecting the getgrgid and friends, they were>> not being configured because HAS_GROUPS was not defined in vmsish.h.>> +if defined HAS_GETGRNAM_R defined HAS_GETGRGID_R>> Wouldn&39;t it be simpler to just do:>> if __CRTL_VER >= 70302000With that revision, applied..http://www.nntp.perl.org/group/perl.vmsperl/2008/06/msg14831.html Re: patch34044 Enable getgrgid on VMS by Craig A. Berry- June 13, 2008 On Thu, Jun 12, 2008 at 7:50 PM, John E. Malmberg <wb8tywqsl.net> wrote:> Even though configure.com was detecting the getgrgid and friends, they were> not being configured because HAS_GROUPS was not defined in vmsish.h.Good catch. Obviously it&39;s HAS_GROUP, not HAS_GROUPS, but that&39;scorrect in the patch itself.> --- rsync_rootperlvmsvmsish.h Thu Feb 21 18:20:57 2008> +++ vmsvmsish.h Thu Jun 12 08:34:47 2008> -448,8 +448,15 > This symbol, if...http://www.nntp.perl.org/group/perl.vmsperl/2008/06/msg14830.html patch34044 Enable getgrgid on VMS by John E. Malmberg- June 12, 2008 Even though configure.com was detecting the getgrgid and friends, they were not being configured because HAS_GROUPS was not defined in vmsish.h.Even though the functions are now active, the perl tests do not work because VMS does not have either an id or groups command.The GNV package has an id command, and when GNV is better integrated with Perl this will have to be addressed.On VMS, there is no way for a non-privileged user to directly get a list of the users or the groups for verifying the...http://www.nntp.perl.org/group/perl.vmsperl/2008/06/msg14829.html patch34016 VMS passes these tioopen.t tests now. by John E. Malmberg- June 10, 2008 Remove VMS specific skips as these tests now pass on VMS.http://www.nntp.perl.org/group/perl.vmsperl/2008/06/msg14828.html Re: patch33919 Module build changes for VMS by David Landgren- June 5, 2008 John E. Malmberg wrote:> John E. Malmberg wrote:>> Craig A. Berry wrote:>>>>> At 4:17 PM -0500 52508, John E. Malmberg wrote:>>>>>>> Please review these patches for improving module build on VMS.>>>> These were being discussed before the 5.10 release, but not included.>>>>>> Thanks, I&39;ll have a look. A few initial comments mixed in below.> > Revised patch attached....---...http://www.nntp.perl.org/group/perl.vmsperl/2008/06/msg14827.html Re: patch33919 Module build changes for VMS by Craig A. Berry- June 5, 2008 At 7:15 PM +0200 6508, David Landgren wrote:>John E. Malmberg wrote:>--- rsync_rootperllibModuleBuildtcompat.t Thu Feb 21 08:04:41 2008>+++ libModuleBuildtcompat.t Mon May 26 12:59:00 2008> -21,6 +21,7 > > ok 1, "Loaded";>>+my $vms_mms = ($O eq &39;VMS&39;) && ($Configmake = MMSKi);>>That would be $Configmake = MMSKi>Vertical pipe loses its magic in a character class.>Yes, thanks. We got that sorted out. I&39;m still working on a...http://www.nntp.perl.org/group/perl.vmsperl/2008/06/msg14826.html |