VMS hack in t/Manifest.t

2002-03-28 Thread Craig A. Berry
a simple join(). -- Craig A. Berry mailto:[EMAIL PROTECTED] Literary critics usually know what they're talking about. Even if they're wrong. -- Perl creator Larry Wall

Re: VMS hack in t/Manifest.t

2002-03-28 Thread Craig A. Berry
At 10:55 AM +1100 3/29/02, Ken Williams wrote: On Friday, March 29, 2002, at 10:28 AM, Craig A. Berry wrote: $ perl -MFile::Spec -e print File::Spec-catfile( 'moretest', 'quux' ); [.moretest]quux This then has to be converted back to Unix syntax if we want add_file to do the right thing

Fwd: Re: VMS hack in t/Manifest.t

2002-03-28 Thread Craig A. Berry
At 10:55 AM +1100 3/29/02, Ken Williams wrote: On Friday, March 29, 2002, at 10:28 AM, Craig A. Berry wrote: $ perl -MFile::Spec -e print File::Spec-catfile( 'moretest', 'quux' ); [.moretest]quux This then has to be converted back to Unix syntax if we want add_file to do the right thing

[PATCH MM] (was Re: VMS (non-perl) File::Spec-catfileequivalent?)

2002-03-28 Thread Craig A. Berry
into these tomorrow. -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser mm_vms.patch Description: Binary data

Re: Prefixification and VMS

2002-04-20 Thread Craig A. Berry
for your efforts. I'm sorry I haven't had time to get more involved in this. Give a holler when there is something to test. -- Craig A. Berry mailto:[EMAIL PROTECTED] Literary critics usually know what they're talking about. Even

Re: Prefixification and VMS

2002-04-22 Thread Craig A. Berry
At 12:24 AM 4/22/2002 -0400, Michael G Schwern wrote: I've got something to test. I've overriden prefixify() in MM_VMS but managed to leave init_INSTALL() as is. PREFIX should now work on VMS. Grab a snapshot from makemaker.org. OK, here are the initial problems. There is still whitespace

Re: Prefixification and VMS

2002-04-22 Thread Craig A. Berry
At 03:31 PM 4/22/2002 -0700, Brad Hughes wrote: Michael G Schwern wrote: On Mon, Apr 22, 2002 at 12:33:34PM -0500, Craig A. Berry wrote: [...] OK, here are the initial problems. There is still whitespace inserted between the prefixes and their colons -- something splits on word boundaries

Re: Prefixification and VMS

2002-04-22 Thread Craig A. Berry
@@ -2176,6 +2176,7 @@ sub nicetext { my($self,$text) = @_; +return $text if $text =~ m/^\w+\s*=/; # leave macro definitions alone $text =~ s/([^\s:])(:+\s)/$1 $2/gs; $text; } -- Craig A. Berry mailto:[EMAIL

Re: Prefixification and VMS

2002-04-23 Thread Craig A. Berry
At 5:33 PM +1000 4/23/02, Ken Williams wrote: On Tuesday, April 23, 2002, at 03:55 PM, Craig A. Berry wrote: At 9:17 PM -0400 4/22/02, Michael G Schwern wrote: Think this should do it. [added /m to regex] Nope. I think you need something more like the following. At least it works for me: You

Re: Prefixification and VMS

2002-04-23 Thread Craig A. Berry
At 10:30 AM 4/23/2002 -0400, Michael G Schwern wrote: On Tue, Apr 23, 2002 at 12:55:27AM -0500, Craig A. Berry wrote: Nope. I think you need something more like the following. At least it works for me: Ok, I'll take your word on that. In. Actually yours works if I don't leave off

Re: VMS working again

2002-04-23 Thread Craig A. Berry
ok All tests successful, 6 tests and 10 subtests skipped. Files=22, Tests=290, 108 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) $ -- Craig A. Berry mailto:[EMAIL PROTECTED] Literary critics usually know what they're talking

Re: VMS working again

2002-04-23 Thread Craig A. Berry
At 9:54 PM -0400 4/23/02, Michael G Schwern wrote: On Tue, Apr 23, 2002 at 07:43:22PM -0500, Craig A. Berry wrote: At 8:00 PM -0400 4/23/02, Michael G Schwern wrote: I seem to have misplaced the $Is_VMS definition in MM_Unix. Ooops. Snapshots should be working 100% on VMS again shortly. I

Re: VMS working again

2002-04-23 Thread Craig A. Berry
At 12:18 AM -0400 4/24/02, Michael G Schwern wrote: On Tue, Apr 23, 2002 at 11:10:03PM -0500, Craig A. Berry wrote: Well, here's the problem. It's got a colon and slashes in the same filename: Use of uninitialized value in substitution (s///) at /perl_root/lib/File/Spec/VMS.pm line 128

[PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB

2002-04-25 Thread Craig A. Berry
) pm_to_blib.ts -]); +} +push(@m,qq[\t\$(NOECHO) \$(TOUCH) pm_to_blib.ts]); join('',@m); } [end of patch] -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad

Re: VMS level limit fix, maybe

2002-04-30 Thread Craig A. Berry
...]. -- Craig A. Berry mailto:[EMAIL PROTECTED] Literary critics usually know what they're talking about. Even if they're wrong. -- Perl creator Larry Wall

Re: [ANNOUNCE] ExtUtils::MakeMaker 5.93_01 now backported to 5.005_03

2002-05-16 Thread Craig A. Berry
At 12:08 AM 5/17/2002 -0400, Michael G Schwern wrote: On Wed, May 08, 2002 at 04:30:16PM -0500, Craig A. Berry wrote: This tests out fine against bleadperl on OpenVMS Alpha 7.1 and 7.2-1. There were a few test failures when built with Perl 5.6.1 on VMS 7.1 but I don't know

MM 5.95_02 on VMS (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.93_01now backported to 5.005_03)

2002-05-18 Thread Craig A. Berry
% for glob() and ? for a regex -- yuck] t/testlib... can't run t/testlib.t. invalid argument FAILED before any test output arrived [very odd, runs fine by itself. perhaps something about -T] -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out

[PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS

2002-05-25 Thread Craig A. Berry
= 'BFD_TEST_ROOT:[t]'; } chdir $root_dir; [end of patch] -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser

[PATCH] MM_Unix.pm : work around File::Find problem on VMS

2002-07-11 Thread Craig A. Berry
The patch below only affects VMS. It works around a problem where File::Find can go haywire when a directory name collides with a logical name. For example, File::Find::find(sub {...}, 'foo'); will have two quite different behaviors depending on whether foo is defined as a logical

Re: What is this manifypods() code doing?

2002-11-14 Thread Craig A. Berry
, the PPD target has never been fixed per the patch I sent in at RT # 1550. -- Craig A. Berry mailto:craigberry;mac.com ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser

Re: [PATCH MM 6.05] ppd and hints portability nits

2002-11-14 Thread Craig A. Berry
Michael G Schwern wrote: Ok, lemme see what I'm up to on integrating all this. Try the latest snapshot. OK, manifypods is still in the doghouse. One thing that may be a problem is the double dash at the end of the POD2MAN_EXE_macro definition. This becomes a macro in the Makefile, and a minus

Re: should MM handle 'LIBS' = [] ?

2002-12-03 Thread Craig A. Berry
send you a patch. -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser

Re: Try the MakeMaker snapshot.

2002-12-26 Thread Craig A. Berry
/ExtUtils/MM_VMS.pm line 399. Can't call method eliminate_macros on unblessed reference at /perl_root/lib/File/Spec/VMS.pm line 45. %RMS-E-FNF, file not found $ perl -v This is perl, v5.8.0 built for VMS_AXP-ithread ---snip--- -- Craig A. Berry mailto:[EMAIL

Re: MM 6.06 on VMS (was Re: A couple of patches for perl@18376)

2003-01-02 Thread Craig A. Berry
VERSION_SYM to avoid getting too many +# dots in the name. Must be after super call so $self-{DISTNAME} is defined. + +$self-{DISTVNAME} = $self-{DISTNAME}.'-'.$self-{VERSION_SYM}; } =item c_o (override) [end of patch] -- Craig A. Berry mailto

Re: MM 6.06 on VMS (was Re: A couple of patches for perl@18376)

2003-01-02 Thread Craig A. Berry
[.blib.lib.extutils]mm_vms.pm [.lib.extutils]mm_cygwin.pm [.blib.lib.extutils]mm_c %MMK-F-ERRUPD, error status %X000382A0 occurred when updating target PM_TO_BLIB -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting

Re: MM 6.06 on VMS (was Re: A couple of patches for perl@18376)

2003-01-03 Thread Craig A. Berry
Michael G Schwern wrote: This didn't work: bash$ ls dec-axpvms-gnv-x0104-005-1.pcsi-dcx_axpexe gzip-1-2-4b.zip perl-5_8_0.tar_gz gnv.pcsimmk.zip unzip.alpha_exe bash$ product install/destination=user1:[schwern.gnv2] gnv %PCSIUI-E-PRIVCLASS3,

Re: New snapshot, builds on VMS

2003-03-24 Thread Craig A. Berry
Michael G Schwern wrote: Just uploaded a new MakeMaker snapshot (see www.makemaker.org). Thanks. I will try to take this for a spin soon. Just so I know how panicked to be, are you hoping to get this into 5.8.1? That would be great, but there are a number of other things I should be attending to

MM status on VMS

2003-03-27 Thread Craig A. Berry
)_uu + uuencode $(DISTVNAME).tar$(SUFFIX) $(DISTVNAME).tar$(SUFFIX) $(DISTVNAME).tar$(SUFFIX)_uu MAKE_FRAG } [end of patch] -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting

[PATCH MM 6.06_05ish] PERL_ARCHIVE tweak for VMS

2003-03-31 Thread Craig A. Berry
in subroutine entry at ../lib/Test/More.pm line 685 ok 5 - use Test::Harness; LIB/TEST/HARNESS/T/00COMPILEFAILED at test 6 Failed 1 test script out of 1, 0.00% okay. -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more

Re: [PATCH MM 6.06_05ish] PERL_ARCHIVE tweak for VMS

2003-04-01 Thread Craig A. Berry
At 11:48 PM -0600 3/31/03, Craig A. Berry wrote: For some reason older versions of MakeMaker never actually got the initialization of the PERL_ARCHIVE macro into the descrip.mms on VMS. The new version does, but it's value is wrong. The patch here fixes that. Well, actually, that wasn't quite

Re: MakeMaker alpha... so, any problems?

2003-06-06 Thread Craig A. Berry
At 11:14 PM -0700 6/4/03, Michael G Schwern wrote: On Wed, Jun 04, 2003 at 05:58:52PM -0500, Craig Berry wrote: Could we set up another logical root and use that instead of ../lib? I've been thinking of that, and we may even have tried something like that before, but it gets messy trying

Re: [PATCH] VMS directory depth issues (was Re: MakeMaker alpha... so, any problems?)

2003-06-06 Thread Craig A. Berry
At 6:03 PM -0700 6/6/03, Michael G Schwern wrote: On Thu, Jun 05, 2003 at 06:11:58PM -0500, Craig A. Berry wrote: And the idea was the very simple one of moving the dummy-install directory up a level so it is a sibling of the t directory. Okay. -my @mpl_out = run(qq{$perl Makefile.PL

Re: [PATCH] VMS directory depth issues (was Re: MakeMaker alpha... so, any problems?)

2003-06-07 Thread Craig A. Berry
At 12:03 AM -0700 6/7/03, Michael G Schwern wrote: On Fri, Jun 06, 2003 at 11:39:06PM -0500, Craig A. Berry wrote: -my @mpl_out = run(qq{$perl Makefile.PL PREFIX=dummy-install}); +my @mpl_out = run(qq{$perl Makefile.PL PREFIX=../dummy-install}); Oops. It occurs to me that rather than

Re: MakeMaker alpha... so, any problems?

2003-06-04 Thread Craig A. Berry
with a clean solution that didn't break something else. I'm contemplating evil abuse of PERL5LIB, among other things. -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser

Re: MM and filename case (was Re: MakeMaker alpha... so, any problems?)

2003-06-04 Thread Craig A. Berry
At 2:21 PM +1000 6/4/03, Stas Bekman wrote: Craig A. Berry wrote: Case sensitivity *could* be an issue on very recent versions of VMS if it were explicitly enabled, but for the moment I'm only concerned about case *preservation*, which is by no means guaranteed. what? One more system that turns

Re: MakeMaker alpha... so, any problems?

2003-06-03 Thread Craig A. Berry
-- it doesn't make sense, but it's true :-). -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.10_05

2003-06-06 Thread Craig A. Berry
There is one test failure on VMS: t/liblist... Can't use string (ExtUtils::Liblist) as a HASH ref while strict refs in use at /D0/CRAIG/EXTUTILS-MAKEMAKER-SNAP/blib/lib/ExtUtils/Liblist/Kid.pm line 378. This is in the _vms_ext method. I think it's because $self has to be an

Re: [PATCH] MM_VMS.pm -- fix xs installation

2003-07-05 Thread Craig A. Berry
Michael G Schwern wrote: Does this also fix perllocal.pod generation? Yes. The doc_xxx_install targets had the same temp file problem as the pure_xxx_install targets, and the patch fixed them the same way. I've confirmed that linktype and version are in perllocal.pod after an installation.

Re: ExtUtils::Command::expand_wildcards on VMS

2003-07-05 Thread Craig A. Berry
At 3:03 PM -0700 7/5/03, Michael G Schwern wrote: On Sun, May 25, 2003 at 10:57:47PM -0500, Craig A. Berry wrote: Current versions of MM call ExtUtils::Command::rm_f as a one-liner, which in turn calls ExtUtils::expand_wildcards(), which in turn calls glob(). Here's what happens when you do

Re: Bug in ExtUtils::Install.pm as shipped with perl 5.8.1 on VMS

2003-12-12 Thread Craig A. Berry
report one of these days. BTW, the obscure URL is just www.makemaker.org -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser

current MM snapshot on VMS (was Re: [PATCH] MM band-aid for 5.8.3 + VMS)

2004-04-04 Thread Craig A. Berry
, 93.67% okay (less 27 skipped tests: 47 okay, 59.49%) -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser

[PATCH MM pre-6.22] VMS update

2004-05-29 Thread Craig A. Berry
The attached patch against the latest MakeMaker snapshot gets all tests passing even on older VMS systems with rather severe limitations to directory depth. Only minor modifications to t/basic.t were necessary. I used Perl 5.8.4. As far as I know, this was the last impediment to getting 6.22 out

Re: Win32 and VMS testers needed for new cd() code

2004-12-17 Thread Craig A. Berry
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Michael G Schwern) wrote: There's a lot of redundant code in MakeMaker because there's no common idiom for cd into this directory and run this command. The idea is to turn 'foo' into '[.foo]' not 'foo[.foo]' so you need something like the

Re: Win32 and VMS testers needed for new cd() code

2004-12-17 Thread Craig A. Berry
it. -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser mm_unix.patch Description: Binary data

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_01

2004-12-19 Thread Craig A. Berry
PathTools 3.02 is out and integrated, they should go away. The difference observed with the new MakeMaker may simply be that running the tests from an installed Perl rather than a fresh build does not exercise the bugs in rel2abs and canonpath. -- Craig

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_06

2004-12-29 Thread Craig A. Berry
At 1:49 PM -0500 12/29/04, [EMAIL PROTECTED] wrote: Craig A. Berry [EMAIL PROTECTED] wrote on 12/29/2004 01:09:58 PM: 4.) The following macro is defined and is used in the shdist target: SHAR = vms_share There is no such native command as vms_share. It appears that current locations

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_06

2004-12-31 Thread Craig A. Berry
this one is an old problem specific to DBI, and IIRC it's because it expects dbiproxy.PL to be a different file from dbiproxy.pl. -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_07

2005-01-01 Thread Craig A. Berry
At 4:38 AM -0500 1/1/05, Michael G Schwern wrote: On Fri, Dec 31, 2004 at 04:05:29PM -0600, Craig A. Berry wrote: With Perl 5.8.4, OpenVMS Alpha 7.3-1, MMS V3.3-4, MMK 3.9-6, I get the following results. Using MMK, the build goes ok. Most tests pass, except basic.t, which has the following

Re: Where were we at?

2005-01-28 Thread Craig A. Berry
At 10:16 AM -0600 1/28/05, Craig A. Berry wrote: At 7:50 PM -0500 1/27/05, Michael G Schwern wrote: I think I was intending to release a 6.25_08 and just never got around to it. Just try out the latest from the repository. OK, with MM rev 2302, Perl 5.8.4, MMK v3.9-6, OpenVMS Alpha v7.3-1, I

Re: Where were we at?

2005-01-29 Thread Craig A. Berry
Michael G Schwern wrote: # MCR dsa0:[sys0.syscommon.perl-5_8_4]perl.exe -MExtUtils::Manifest=manicopy,maniread -e manicopy(maniread(),'Big-Dummy-0_01', 'best'); # mkdir Big-Dummy-0_01 # mkdir Big-Dummy-0_01/bin # -e: bin/program not found at -e line 1 # Can't read bin/program: no such

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_08

2005-02-15 Thread Craig A. Berry
updating target DISTTEST # Looks like you failed 1 tests of 80. -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser

Re: [PATCH] Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_08

2005-02-19 Thread Craig A. Berry
Michael G Schwern wrote: On Thu, Feb 17, 2005 at 10:32:07PM -0600, Craig A. Berry wrote: Does pasthru ever send switches to the child that were not sent to the parent? If not, we might be better off dispensing with pasthru on VMS and keeping the old definition of $self-{MAKE}. I'm inclined to do

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_10

2005-03-15 Thread Craig A. Berry
Michael G Schwern wrote: http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.25_10.tar.gz or http://svn.schwern.org/svn/CPAN/ExtUtils-MakeMaker/trunk or a CPAN near you Its another release candidate. This one fixes the recompilation problem noted in the last release (and various previous

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_10

2005-03-16 Thread Craig A. Berry
Michael G Schwern wrote: On Tue, Mar 15, 2005 at 07:23:59PM -0600, Craig A. Berry wrote: Trying revision 2334 on OpenVMS Alpha v7.3-1, Perl 5.8.4, the build dies variously: As always, I need to see the generated Makefiles. Sorry, see attached. $ perl Makefile.PL $ mms/ident %MMS-I-IDENT, MMS

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_10

2005-03-17 Thread Craig A. Berry
At 5:39 PM -0800 3/16/05, Michael G Schwern wrote: On Wed, Mar 16, 2005 at 07:27:06PM -0600, Craig A. Berry wrote: # timestamp file to avoid repeated invocations under VMS pm_to_blib : pm_to_blib.ts $(NOECHO) $(NOOP) pm_to_blib : $(TO_INST_PM) There's the trouble. Try this. --- lib

Re: Module::Install and portability?

2005-03-17 Thread Craig A. Berry
Thomas R Wyant_III wrote: Has anyone gotten Module::Install to work under VMS? Or has anyone _not_ been able to get it to install? Install, heck, I can't even get it to build: $ perl Makefile.PL Can't locate object method new via package Module::Install::autoinstall (perhaps you forgot to load

MM 6.25_12 on VMS status (was Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_10)

2005-03-20 Thread Craig A. Berry
in the version. -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser

[PATCH] Module::Install 0.36 for VMS (was Re: Module::Install and portability?)

2005-03-26 Thread Craig A. Berry
Michael G Schwern wrote: If it has to scan the filesystem to figure out what's in inc/ then there could be problems. A simple work around for non-case preserving file systems might be a patch to Module::Install::Base to peek inside the .pm file for a package statement which matches (case-

Re: [PATCH] Module::Install 0.36 for VMS (was Re: Module::Install and portability?)

2005-03-26 Thread Craig A. Berry
At 2:00 PM -0800 3/26/05, Michael G Schwern wrote: On Sat, Mar 26, 2005 at 09:35:10AM -0600, Craig A. Berry wrote: 2.) Use '_author' instead of '.author' when on VMS since a dot in a directory name is usually invalid and always awkward. Really? I've yet to see a problem with .foo style on VMS

Re: mm_vms.pm question.

2005-04-04 Thread Craig A. Berry
://www.nntp.perl.org/group/perl.vmsperl/12349 -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet is much more difficult than getting in. Brad Leithauser

Re: MM in blead on VMS (was Re: 5.8.7 perldelta)

2005-04-29 Thread Craig A. Berry
At 10:46 AM -0700 4/27/05, Michael G Schwern wrote: On Wed, Apr 27, 2005 at 08:46:15AM -0500, Craig A. Berry wrote: First I've heard. Could you amplify? If something dies during the extensions build, and you fix it, and then rebuild, it renames descrip.mms and generates a new one

[PATCH] MM_Unix::ProccessPL tweak for VMS

2005-12-16 Thread Craig A. Berry
The attached patch fixes a test failure in PL_FILES.t currently evident in both maint and blead. On VMS, the make utility's macros have to be expanded before converting filenames to VMS syntax to prevent invalid syntax combinations. The rearrangement of PL_FILES order an iteration or two ago may

Manifest.t failure (was Re: [EMAIL PROTECTED] on VMS - 1 test failing)

2006-01-19 Thread Craig A. Berry
permission on the target of a copy operation +is( -w $copy, -w $orig or $Is_VMS,writable if original was ); +is( -x $copy, -x $orig or $Is_VMS,executable if original was ); } rmtree('copy'); [end of diff] -- Craig

Re: Manifest.t failure (was Re: [EMAIL PROTECTED] on VMS - 1 test failing)

2006-01-21 Thread Craig A. Berry
At 6:13 PM -0800 1/19/06, chromatic wrote: On Thursday 19 January 2006 14:28, Craig A. Berry wrote: On VMS, I don't think the permissions on the source of a copy have anything to do with the resulting permissions on the target. If they do, they're way down the list after process defaults

Re: [PATCH] Fix MM_Win32.t test failures (was: Re: Smoke [5.9.4] 27593 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu))

2006-03-24 Thread Craig A. Berry
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Steve Hay) wrote: Steve Hay wrote: Automated smoke report for 5.9.4 patch 27593 Mugwump.uk.radan.com: Intel(R) Pentium(R) 4 CPU 3.40GHz(~3391 MHz) (x86/2 cpu) onMSWin32 - WinXP/.Net SP2 using cl version 12.00.8804

directory depth issues (was Re: [PATCH] Add CPANPLUS 0.78 to the core)

2007-04-20 Thread Craig A. Berry
levels deep: lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm more than eight levels deep: lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm more than eight levels deep: lib/Module/Pluggable/t/lib/TA/C/A/I.pm -- Craig A. Berry mailto:[EMAIL

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.38

2007-11-30 Thread Craig A. Berry
On Nov 29, 2007 6:14 PM, Michael G Schwern [EMAIL PROTECTED] wrote: What version of perl is this? [EMAIL PROTECTED] Oh, so possibly broken perl. Wash your mouth out with soap; this is almost-5.10.0 you're talking about. Could you try it with 5.8.8? Identical problem with 5.8.4, which

Re: Remove nicetext() (was Re: [ANNOUNCE] ExtUtils::MakeMaker 6.38)

2007-12-01 Thread Craig A. Berry
On Nov 30, 2007 6:39 PM, Michael G Schwern [EMAIL PROTECTED] wrote: Craig A. Berry wrote: Looks like this has been this way a long time but never tested until now. Here's the debugger view of the smoking gun: ExtUtils::MM_VMS::nicetext(/perl_root/lib/ExtUtils/MM_VMS.pm:1588): 1588

Re: Remove nicetext() (was Re: [ANNOUNCE] ExtUtils::MakeMaker 6.38)

2007-12-03 Thread Craig A. Berry
On Dec 2, 2007 7:07 PM, Michael G Schwern [EMAIL PROTECTED] wrote: Craig A. Berry wrote: Try the attached tarball, please. All tests pass against blead. Ok, I'll yank nicetext out of the next release. There was one minor nit I forgot to mention before; it doesn't cause any tests

Restore nicetext (was Re: Remove nicetext() (was Re: [ANNOUNCE] ExtUtils::MakeMaker 6.38))

2007-12-06 Thread Craig A. Berry
On Dec 6, 2007 7:43 PM, Craig A. Berry [EMAIL PROTECTED] wrote: On Dec 2, 2007 7:07 PM, Michael G Schwern [EMAIL PROTECTED] wrote: Craig A. Berry wrote: Try the attached tarball, please. All tests pass against blead. Ok, I'll yank nicetext out of the next release. Urk. I misled

Re: Remove nicetext() (was Re: [ANNOUNCE] ExtUtils::MakeMaker 6.38)

2007-12-07 Thread Craig A. Berry
On Dec 2, 2007 7:07 PM, Michael G Schwern [EMAIL PROTECTED] wrote: Craig A. Berry wrote: Try the attached tarball, please. All tests pass against blead. Ok, I'll yank nicetext out of the next release. Urk. I misled you, sorry. All the MakeMaker tests passed, but Devel::PPPort has

[PATCH] Re: Restore nicetext (was Re: Remove nicetext() (was Re: [ANNOUNCE] ExtUtils::MakeMaker 6.38)) - restore_nicetext.patch (1/1)

2007-12-07 Thread Craig A. Berry
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Craig A. Berry) wrote: On Dec 6, 2007 7:43 PM, Craig A. Berry [EMAIL PROTECTED] wrote: I'm afraid we need nicetext back, at least on VMS, and we'll just have to tune up the regex The attached patch does those things and gets all of the core

Re: Rethinking how ext/ is tested

2009-03-01 Thread Craig A. Berry
On Thu, Feb 26, 2009 at 6:24 PM, Michael G Schwern schw...@pobox.com wrote: demerphq wrote: Id prefer we find a different solution. Im not sure what it is, but having the tests all run in one block is a very desirable feature. Me too. The important thing is the core change from running the

Re: Rethinking how ext/ is tested

2009-03-01 Thread Craig A. Berry
On Thu, Feb 26, 2009 at 8:32 PM, Michael G Schwern schw...@pobox.com wrote: Craig A. Berry wrote: The important thing is the core change from running the ext/ tests manually to using each module's own make test.  This will make integrating and developing dual life modules far easier

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.49_01

2009-03-01 Thread Craig A. Berry
On Sat, Feb 21, 2009 at 4:06 AM, Michael G Schwern schw...@pobox.com wrote: Nicholas Clark wrote: Applied to blead as 1487aac67a72b9f87b24113f65b4d878401bee33 Thanks. There's a new failure on VMS, but this should take care of it: http://rt.cpan.org/Public/Bug/Display.html?id=43511 should I

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.51_03

2009-05-24 Thread Craig A. Berry
On Sun, May 24, 2009 at 12:44 AM, Michael G Schwern schw...@pobox.com wrote: Consider this a release candidate for 6.52.  The major change is the INSTALLHTML* work has been reverted pending a critical bug in order to not hold up a stable release.  I forgot to note that in the change log.

Re: Simulating miniperl (was Re: [ANNOUNCE] ExtUtils::MakeMaker 6.52)

2009-06-08 Thread Craig A. Berry
On Sat, Jun 6, 2009 at 12:28 AM, Michael G Schwern schw...@pobox.com wrote: I'd like to somehow test for this issue without having to shove MakeMaker into bleadperl and build it on multiple OS'. [1] To me that sounds easier than the alternatives. How hard would it be to fork blead on github,

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.53_03

2009-07-03 Thread Craig A. Berry
On Thu, Jul 2, 2009 at 7:05 PM, Craig A. Berrycraig.a.be...@gmail.com wrote: On Thu, Jul 2, 2009 at 4:57 PM, Michael G Schwernschw...@pobox.com wrote: http://github.com/schwern/extutils-makemaker/v6.53_03 github gives me the unhappy kitten symbol on that one, but

Re: any 5.10.1 showstoppers?

2009-07-26 Thread Craig A. Berry
On Sun, Jul 26, 2009 at 4:48 AM, demerphqdemer...@gmail.com wrote: some time back I did some slicing and dicing of some of the test files in the core that are shared by EUMM and EUI to make it easier to construct the EUMM and EUI from the core files properly, but it seems maybe these changes

5.14.0 and MakeMaker (Re: Call for 5.14 release blockers)

2011-03-25 Thread Craig A. Berry
On Mon, Mar 21, 2011 at 10:10 PM, Jesse Vincent je...@bestpractical.com wrote: I'm in the process of compiling and linking the list of issues that block the release of Perl 5.14.0. The version of ExtUtils::MakeMaker we claim to be shipping in blead is 6.57_05. There are six changes in blead

Re: Smoke [blead] v5.15.4-67-gaba0546 FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu)

2011-10-30 Thread Craig A. Berry
On Fri, Oct 28, 2011 at 6:32 AM, Steve Hay steve...@planit.com wrote: Nicholas Clark wrote on 2011-10-28: On Thu, Oct 27, 2011 at 11:30:00PM -0400, George Greer wrote: Smoke logs available at http://m-l.org/~perl/smoke/perl/ Automated smoke report for 5.15.4 patch

Re: Smoke [5.15.4] v5.15.4-39-g293dcbb FAIL(F) openvms V8.4 (IA64/2 cpu)

2011-10-30 Thread Craig A. Berry
On Thu, Oct 27, 2011 at 1:17 AM, Craig A. Berry craigbe...@mac.com wrote: Automated smoke report for 5.15.4 patch 293dcbbbfd30a0f0282734d71ac98c53abfd07ec v5.15.4-39-g293dcbb ALMA: HP rx2600  (1.50GHz/6.0MB) (IA64/2 cpu)    on        openvms - V8.4    using     ? CC/DECC version 70390020

Re: Smoke [5.15.4] v5.15.4-39-g293dcbb FAIL(F) openvms V8.4 (IA64/2 cpu)

2011-11-02 Thread Craig A. Berry
On Tue, Nov 1, 2011 at 5:20 PM, Michael G Schwern schw...@pobox.com wrote: On 2011.10.28 7:57 PM, Craig A. Berry wrote: I patched the new MakeMaker failures on VMS at: https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/8d4c9962adb0142bfed60c6b5569c8424637df16 Hopefully once

Re: Smoke [5.15.4] v5.15.4-39-g293dcbb FAIL(F) openvms V8.4 (IA64/2 cpu)

2011-11-05 Thread Craig A. Berry
On Fri, Nov 4, 2011 at 8:29 PM, Michael G Schwern schw...@pobox.com wrote: On 2011.11.1 7:29 PM, Craig A. Berry wrote: Depends on the definition of now.   And where.  In blead, 6.63_01 plus my changes passed all tests.  Trying to build 6.63_02 independently just now I get: $ perl Makefile.PL

Re: What do I have to do get modules to rebuild when i add a new header?

2012-12-12 Thread Craig A. Berry
On Wed, Dec 12, 2012 at 9:51 AM, Dave Mitchell da...@iabyn.com wrote: On Mon, Dec 10, 2012 at 05:14:34PM +0100, demerphq wrote: On 10 December 2012 14:59, Leon Timmermans faw...@gmail.com wrote: On Mon, Dec 10, 2012 at 2:30 AM, demerphq demer...@gmail.com wrote: Ah, I think I found it.

Re: Allow Perl to specify the list of headers that are XS dependencies

2013-02-19 Thread Craig A. Berry
On Tue, Feb 19, 2013 at 1:00 PM, Nicholas Clark n...@ccl4.org wrote: On Tue, Feb 19, 2013 at 05:57:12PM +0100, demerphq wrote: I want to fix this. My current plan is to create a new module ExtUtils::PerlHeaders and then move the list there. EU::MakeMaker can then require this module, and