Can the patches in:
http://nntp.perl.org/group/perl.perl5.porters/103801
and
http://nntp.perl.org/group/perl.perl5.porters/103906
be applied (or receive feedback)? Thanks.
Michael G Schwern wrote:
On Sat, Aug 13, 2005 at 10:33:45PM -0400, John E. Malmberg wrote:
There does not seem to be a method of explicitly closing or flushing the
output stream being written to by Test::Builder.
Any ideas on how to resolve this?
I can change the test to write to a tied file
Hello,
The patch is explained below.
--- File/Temp.pm- 2005-04-03 15:27:16 +
+++ File/Temp.pm2005-08-16 22:50:39 +
@@ -679,11 +679,11 @@ sub _is_safe {
return 1 if $^O eq 'VMS'; # owner delete control at file level
# Check to see whether owner is neither superuser (
# New Ticket Created by Anton Ivanov
# Please include the string: [perl #36922]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=36922 >
This is perl, v5.8.7 built for cygwin-thread-multi-64int
The code is basically doing t
Dominic Dunlop (via RT) wrote:
> The following is seen in a debugging [EMAIL PROTECTED], but not in a
> debugging
> perl5.8.7:
>
> $ ./perl -Ilib -Dx -MConfig -e 1 # or -Mstrict, or ...
Thanks, fixed by change #25296.
[...]
> Segmentation fault
On Sat, Aug 13, 2005 at 10:33:45PM -0400, John E. Malmberg wrote:
> There does not seem to be a method of explicitly closing or flushing the
> output stream being written to by Test::Builder.
>
> Any ideas on how to resolve this?
I can change the test to write to a tied filehandle or I can make s
On 16/08/05, John E. Malmberg <[EMAIL PROTECTED]> wrote:
> Sebb wrote:
> > On 15/08/05, Carl Friedberg <[EMAIL PROTECTED]> wrote:
> >
> >>sebb wrote:
> >>
> >>On VMS, the default behavior makes sense. VMS is a
> >>multi-user system, and when you open a file, the
> >>default access is exclusi
# New Ticket Created by [EMAIL PROTECTED]
# Please include the string: [perl #36918]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=36918 >
Hi People:
A perlbug report document generated by perlbug is attached.
The repor
H.Merijn Brand wrote:
> On 15 Aug 2005 21:05:22 -0700, Gisle Aas <[EMAIL PROTECTED]> wrote:
>
>
>>I noticed that our Solaris builds ends up with a Time::HiRes module
>>that does not support nanosleep. This happens because the Solaris
>>hints file for Time::HiRes tries to use the POSIX module tha
Konovalov, Vadim wrote:
> > However, this is *the* unfixable UTF-8 bug in Perl 5 - the
> > fact that 1 bit
> > is used as a flag that both signals "buffer is encoded as UTF-8" and
> > "string should use Unicode rather than bytes semantics"
>
> But may be those two concepts should be considered sy
demerphq <[EMAIL PROTECTED]> writes:
> On 15 Aug 2005 21:05:22 -0700, Gisle Aas <[EMAIL PROTECTED]> wrote:
> >/tmp/perl-aekojpkufyzuasapckiyadszkxhdobbloqazueglxwkksqoohxylbukriemwutaerimizyjbxfnynbotpkfurxdgmkhwefhqxhyptjatvzulotpskbfuda
>
> Thats quite the directory name there, must be a bitch
# New Ticket Created by Dan Dascalescu
# Please include the string: [perl #36909]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=36909 >
This is a bug report for perl from [EMAIL PROTECTED],
generated with the help of perl
Automated smoke report for 5.9.0 patch 25294
accognoscere.homeunix.org: AMD Athlon(TM) XP 1800+ ("AuthenticAMD" 686-class)
(i386/1 cpu)
onopenbsd - 3.6
using cc version 2.95.3 20010125 (prerelease, propolice)
smoketime 3 minutes 1 seconds (average 22.625 seconds)
Summary:
Sebb wrote:
> On 15/08/05, Carl Friedberg <[EMAIL PROTECTED]> wrote:
>
>>sebb wrote:
>>
>>On VMS, the default behavior makes sense. VMS is a
>>multi-user system, and when you open a file, the
>>default access is exclusive. VMS has rich file
>>sharing semantics, so it is easy to change this
>>behav
On Tue, Aug 16, 2005 at 06:27:46PM +0400, Alexey Tourbin wrote:
> $ perl -MGetopt::Long=GetOptions -e 'GetOptions("v|verbose+"=>$v)' --
> --verbosex
> Unknown option: verbosex
> $ perl -MGetopt::Long=GetOptions,:config,bundling -e
> 'GetOptions("v|verbose+"=>$v)' -- --verbosex
> Unknown option: v
On 14/08/05, John E. Malmberg <[EMAIL PROTECTED]> wrote:
> Tests 7 and 8 for this script are failing on VMS.
>
> Test 7 is failing because normally on VMS, unless you specify otherwise,
> you get exclusive access to the file, so the second open is failing.
>
> The logical name DECC$FILE_SHARING d
On 15/08/05, Carl Friedberg <[EMAIL PROTECTED]> wrote:
> sebb wrote:
> > JEM wrote:
> > > Test 7 is failing because normally on VMS, unless you
> > specify otherwise,
> > > you get exclusive access to the file, so the second open is failing.
> > >
> > > The logical name DECC$FILE_SHARING defined as
# New Ticket Created by Dan Dascalescu
# Please include the string: [perl #36908]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=36908 >
This is a bug report for perl from [EMAIL PROTECTED],
generated with the help of perl
On Tue, Aug 16, 2005 at 05:55:02AM +0400, Alexey Tourbin wrote:
> Does this make any sense? Now I use Pod::Usage in my scripts,
> and it works almost fine. Here is another issue:
I use Getopt::Long, too.
$ perl -MGetopt::Long=GetOptions -e 'GetOptions("v|verbose+"=>$v)' -- --verbosex
Unknown op
On 16/08/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> sebb <[EMAIL PROTECTED]> wrote on 08/15/2005 08:34:31 PM:
>
> > > > Would it not be better to fix the VMS Perl open() call so it works
> the
> > > > same as on other OSes?
> >
> > I meant for READ access only here.
>
> The performa
On 16/08/05, John E. Malmberg <[EMAIL PROTECTED]> wrote:
> sebb wrote:
> > On 14/08/05, John E. Malmberg <[EMAIL PROTECTED]> wrote:
> >
> >>Tests 7 and 8 for this script are failing on VMS.
> >>
> >>Test 7 is failing because normally on VMS, unless you specify otherwise,
> >>you get exclusive acces
sebb wrote:
> JEM wrote:
> > Test 7 is failing because normally on VMS, unless you
> specify otherwise,
> > you get exclusive access to the file, so the second open is failing.
> >
> > The logical name DECC$FILE_SHARING defined as "ENABLE" will
> change VMS
> > behavior to that of UNIX which wil
perl5 porters,
There is a response in approval from Sastry to my proposed patch.
I'll forward it and now submit the proposal (on my prev mail) to p5p.
Regards,
SADAHIRO Tomoyuki
Forwarded by SADAHIRO Tomoyuki <[EMAIL PROTECTED]>
--- Original Message ---
F
sebb <[EMAIL PROTECTED]> wrote on 08/15/2005 08:34:31 PM:
> > > Would it not be better to fix the VMS Perl open() call so it works
the
> > > same as on other OSes?
>
> I meant for READ access only here.
The performance impact of altering perl's open() to use the CRTL
shr would be significant.
Automated smoke report for 5.9.3 patch 25294
fixit.xs4all.nl: Pentium II (i386/1 cpu)
onbsd/os - 4.1
using cc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
smoketime 3 hours 56 minutes (average 1 hour 58 minutes)
Summary: FAIL(F)
O = OK F = Failure(s), extended repor
On 15 Aug 2005 21:05:22 -0700, Gisle Aas <[EMAIL PROTECTED]> wrote:
>/tmp/perl-aekojpkufyzuasapckiyadszkxhdobbloqazueglxwkksqoohxylbukriemwutaerimizyjbxfnynbotpkfurxdgmkhwefhqxhyptjatvzulotpskbfuda
Thats quite the directory name there, must be a bitch to type
yves
--
perl -Mre=debug -e "/ju
Automated smoke report for 5.9.3 patch 25294
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
smoketime 10 hours 20 minutes (average 15 minutes 31 seconds)
Summary: FAIL(XF)
O = OK F = F
On 15 Aug 2005 21:05:22 -0700, Gisle Aas <[EMAIL PROTECTED]> wrote:
> I noticed that our Solaris builds ends up with a Time::HiRes module
> that does not support nanosleep. This happens because the Solaris
> hints file for Time::HiRes tries to use the POSIX module that is not
> available when the
28 matches
Mail list logo