Smoke [5.9.2] 23731 FAIL(m) openbsd 3.6 (i386/1 cpu)

2005-01-03 Thread steve
Automated smoke report for 5.9.2 patch 23731 mccoy.peters.homeunix.org: Intel Pentium III (GenuineIntel 686-class, 512KB L2 cache) (i386/1 cpu) onopenbsd - 3.6 using cc version 2.95.3 20010125 (prerelease, propolice) smoketime 3 hours 32 minutes (average 26 minutes 34

Smoke [5.9.2] 23731 FAIL(mc) bsd/os 4.1 (i386/1 cpu)

2005-01-03 Thread kane
Automated smoke report for 5.9.2 patch 23731 on bsd/os - 4.1 (i386/1 cpu) (fixit.xs4all.nl) using version Report by Test::Smoke v1.18.09 (perl 5.00503) [2 hours 31 minutes] O = OK F = Failure(s), extended report at the bottom X = test(s) failed under TEST but not under harness ? = still

Re: [PATCH] Remove Carp from warnings.pm

2005-01-03 Thread Jim Cromie
Ok, heres Tels' patch again (against 23724), this time with the missing test-file (vars_carp.t) that caused the error that I punted on yesterday. (I added -N to the diff -ru) It works for both threaded and unthreaded builds. Tels, sorry for speaking from memory, and any time you might have

Re: Smoke [5.9.2] 23731 FAIL(m) openbsd 3.6 (i386/1 cpu)

2005-01-03 Thread Steve Peters
On Mon, Jan 03, 2005 at 03:38:00AM -0600, [EMAIL PROTECTED] wrote: Automated smoke report for 5.9.2 patch 23731 mccoy.peters.homeunix.org: Intel Pentium III (GenuineIntel 686-class, 512KB L2 cache) (i386/1 cpu) onopenbsd - 3.6 using cc version 2.95.3 20010125 (prerelease,

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_06

2005-01-03 Thread PPrymmer
Peter Prymmer/FactSet wrote on 12/31/2004 04:36:31 PM: I have not yet found how to fix the .exists into OLB problem nor the trouble with MMS V3.2-01 reported earlier. I forgot to mention that *.opt files are not being cleaned on VMS as another problem that persists. I seem to have solved the

RE: Add exception handling macros for XS code (was: Re: Catching Perl_croak() from XS)

2005-01-03 Thread Paul Marquess
Sounds very useful. Count me in favour. On a slightly related topic, I've wanted something to handle exceptions in XS, but I'm specifically interested in catching C++ exceptions in XS, converting them into Perl exceptions then sending them back into Perl to be caught with an eval. To date I've

Re: XSLoader for older perls

2005-01-03 Thread Nick Ing-Simmons
Dave Rolsky [EMAIL PROTECTED] writes: On Sat, 20 Nov 2004, Michael G Schwern wrote: On Sat, Nov 20, 2004 at 12:02:01PM -0600, Dave Rolsky wrote: I do this in DateTime.pm: if ( $] = 5.006 ) { require XSLoader; XSLoader::load( 'DateTime',

Re: Restarting MakeMaker development

2005-01-03 Thread Nick Ing-Simmons
H.Merijn Brand [EMAIL PROTECTED] writes: On Tue 23 Nov 2004 06:02, Andy Lester [EMAIL PROTECTED] wrote: On Nov 22, 2004, at 11:00 PM, Michael G Schwern wrote: Ok, I'm working on MakeMaker again and I'm trying to shove a 6.22 out the door. Something that works so the core can update

Re: [perl #32562] __PACKAGE__ symbol has wrong value after evalor require

2005-01-03 Thread Nick Ing-Simmons
Rafael Garcia-Suarez [EMAIL PROTECTED] writes: Mark-Jason Dominus (via RT) wrote: perl -le 'package D; eval q{print __PACKAGE__}' This prints main, but it should print D. This very simple patch appears to fix it : It may _change_ it, but is it a fix? __PACKAGE__ reflects the

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_06

2005-01-03 Thread PPrymmer
Peter Prymmer/FactSet wrote on 01/03/2005 10:54:24 AM: I'll see about restoring the cleaning of .opt files next. OK here is a patch that implements this extra clean target file cleanup. --- ExtUtils-MakeMaker-6_25_07/lib/ExtUtils/MM_VMS.pm;-3Mon Jan 3 10:43:10 2005 +++

Re: modf chainsaw?

2005-01-03 Thread Nick Ing-Simmons
Yitzchak Scott-Thoennes [EMAIL PROTECTED] writes: On Tue, Dec 14, 2004 at 06:13:34PM +0100, Rafael Garcia-Suarez [EMAIL PROTECTED] wrote: H.Merijn Brand wrote: /me calls for the 5.6 pumpking: Acme? I'd prefer to avoid chainsawing out modfl from Configure, mostly for sentimental

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_06

2005-01-03 Thread PPrymmer
Michael G Schwern [EMAIL PROTECTED] wrote on 01/01/2005 07:38:57 PM: My bad. I left in a / when I unified the VMS tool_xsubpp(). Its better solved by changing $(XSUBPPDIR)/xsbupp to $(XSUBPPDIR)$(DFSEP)xsubpp. I can confirm that this solution would be fine for VMS since DFSEP contains an

Re: Static linking notes --- perl5.8.6 and uClibc

2005-01-03 Thread Rafael Garcia-Suarez
Bennett Todd wrote: 2004-12-28T11:25:42 Alexey Tourbin: There seems to be a better patch for this: http://mirror.pudas.net/gentoo-x86-portage/dev-lang/perl/files/perl-5.8.2-uclibc.patch I agree, and thanks! And that patch, unlike my kludge, looks suitable for inclusion in the

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_07

2005-01-03 Thread PPrymmer
Michael G Schwern [EMAIL PROTECTED] wrote on 01/01/2005 06:50:43 PM: I don't quite understand what 6.17 has to do with it. MakeMaker builds itself using itself, not the installed version. Sorry - I did not realize that. With that installed a second attempt to build it with mms 3.2-01

Re: [perl #32562] __PACKAGE__ symbol has wrong value after evalor require

2005-01-03 Thread Rafael Garcia-Suarez
Nick Ing-Simmons wrote: Rafael Garcia-Suarez [EMAIL PROTECTED] writes: Mark-Jason Dominus (via RT) wrote: perl -le 'package D; eval q{print __PACKAGE__}' This prints main, but it should print D. This very simple patch appears to fix it : It may _change_ it, but is it a

Re: PL_utf8locale (was Re: Smoke [5.9.2] 23714 FAIL(XF) linux 2.6.8.1-12mdk [mandrake] (i686/1 cpu))

2005-01-03 Thread Rafael Garcia-Suarez
Nicholas Clark wrote: I think that the regression tests need perl space access to PL_utf8locale to be reliable. This would probably mean creating ${^UTF8LOCALE}. Is this sane? Since PL_unicode already is (as ${^UNICODE}), I think so.

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_07

2005-01-03 Thread Michael G Schwern
On Mon, Jan 03, 2005 at 12:53:03PM -0500, [EMAIL PROTECTED] wrote: Probably the directory target issue on older MMS' that Craig pointed out. Probably. My version of MMS is older than Craig's and is even less informative about the trouble than his was. Do these guys charge for upgrades or

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_06

2005-01-03 Thread Michael G Schwern
On Mon, Jan 03, 2005 at 12:49:33PM -0500, [EMAIL PROTECTED] wrote: I am trying to imagine what utility there is in having a dependence on /unix/path/to/xsubpp inside the Makefile. Perhaps if you were hacking on xsubpp it might be helpful, but even if you were doing that I'd argue that your

Re: XSLoader for older perls

2005-01-03 Thread Michael G Schwern
On Mon, Jan 03, 2005 at 04:46:38PM +, Nick Ing-Simmons wrote: Also the DynaLoader thing puts itself in ISA which means your class inherits a bunch of things from DynaLoader you may not want. Just a reminder. The XSLoader CPAN module still has no maintainer. -- Michael G Schwern

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_07

2005-01-03 Thread PPrymmer
Michael G Schwern [EMAIL PROTECTED] wrote on 01/03/2005 02:41:17 PM: Do these guys charge for upgrades or something? They might. Peter Prymmer

Re: [perl #32562] __PACKAGE__ symbol has wrong value after evalorrequire

2005-01-03 Thread Nick Ing-Simmons
Rafael Garcia-Suarez [EMAIL PROTECTED] writes: Nick Ing-Simmons wrote: Rafael Garcia-Suarez [EMAIL PROTECTED] writes: Mark-Jason Dominus (via RT) wrote: perl -le 'package D; eval q{print __PACKAGE__}' This prints main, but it should print D. This very simple patch appears to

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_07

2005-01-03 Thread Michael G Schwern
On Mon, Jan 03, 2005 at 04:45:46PM -0500, John E. Malmberg wrote: Do these guys charge for upgrades or something? For commercial use: yes. There is a developer's partner's program where you pay one fee and get a suite of product licenses and media. Otherwise it requires either a support

Re: perlpodtut II

2005-01-03 Thread David Landgren
Juerd wrote: Attached is the revised version of perlpodtut, based on your well appreciated feedback. The second attachment is the diff with the previous version. [...] =head1 NAME perlpodtut - Plain Old Documentation in 5

Re: [perl #33598] sniff, well meaning documentation enhancements never up to snuff

2005-01-03 Thread Dan Jacobson
D Try puttig together some patches. There's a basic conflict: one cannot both be perceptive to what looks confusing to beginners, and also be able to supply the answers. As when one reaches the level that he can supply the answers, he is no longer perceptive to what looks confusing to beginners.

Re: perlpodtut II

2005-01-03 Thread David Nicol
On Tue, 04 Jan 2005 00:15:13 +0100, David Landgren [EMAIL PROTECTED] wrote: Juerd wrote: You can either mix POD with code... I know what you mean, but I think intersperse or intermingle describe the effect more clearly. by lines or by whole lines to keep people from trying to do pod stuff

Smoke [5.9.2] 23731 FAIL(m) linux 2.6.8.1-12mdk [mandrake] (i686/1 cpu)

2005-01-03 Thread steve
Automated smoke report for 5.9.2 patch 23731 kirk: Intel(R) Celeron(R) CPU 2.00GHz (GenuineIntel 1994MHz) (i686/1 cpu) onlinux - 2.6.8.1-12mdk [mandrake] using cc version 3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk) smoketime 5 hours 36 minutes (average 21 minutes 1 seconds)

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_07

2005-01-03 Thread John E. Malmberg
[I only see replies to vmsperl@perl.org Michael G Schwern wrote: On Mon, Jan 03, 2005 at 04:45:46PM -0500, John E. Malmberg wrote: Do these guys charge for upgrades or something? For commercial use: yes. There is a developer's partner's program where you pay one fee and get a suite of product

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_07

2005-01-03 Thread John E. Malmberg
[I am only monitoring [EMAIL PROTECTED] Michael G Schwern wrote: On Mon, Jan 03, 2005 at 12:53:03PM -0500, [EMAIL PROTECTED] wrote: Probably the directory target issue on older MMS' that Craig pointed out. Probably. My version of MMS is older than Craig's and is even less informative about the

Perl5 Bug Summary

2005-01-03 Thread Robert Spier
[ The first bug summary of 2005, where we celebrate Columbus' voyage of Exploration, and Steve Peter's tireless efforts to clean up the bug database. ] Perl5 Bug Summary http://rt.perl.org/rt3/NoAuth/perl5/Overview.html Generated at Mon Jan 3 14:00:02 2005 GMT

win32 lib/Config/Extensions.t failures

2005-01-03 Thread Yitzchak Scott-Thoennes
I've been playing with building a MinGW perl using cygwin (see my notes at http://perlmonks.org/?node=419122) having never built a (non-cygwin) win32 perl before, and am getting test failures in lib/Config/Extensions.t. It looks like win32 does a very poor job of setting the extentions/*_ext