... Yes. Also, the build directory is owned by root, and the build is done by root. Bad habits die hard ;-) -- Alan Burlison...
Alan Burlison
Alan.Burlison@...
Sep 1, 2000 7:38 am
72642
This is a success report for perl from a0904209@..., generated with the help of perlbug 1.32 running under perl v5.7.0. Perl reported to...
a0904209@...
Sep 1, 2000 7:53 am
72643
... Sure we love bad habits! And together with this previous message, we have the culprit: alan > ls -ld of build directory: alan > drwxr-xr-x 28 15033...
Andreas J. Koenig
andreas.koenig@...
Sep 1, 2000 8:07 am
72644
This is a success report for perl from Alan.Burlison@..., generated with the help of perlbug 1.32 running under perl v5.7.0. Perl reported to build OK...
Alan Burlison
alanbur@...
Sep 1, 2000 8:36 am
72645
This is a build failure report for perl from Alan.Burlison@..., generated with the help of perlbug 1.32 running under perl v5.7.0. Perl built with...
Alan Burlison
alanbur@...
Sep 1, 2000 8:37 am
72646
This is a build failure report for perl from Alan.Burlison@..., generated with the help of perlbug 1.32 running under perl v5.7.0. Perl built with...
Alan Burlison
alanbur@...
Sep 1, 2000 8:38 am
72647
On SunOS orasun 5.8 Generic sun4u sparc SUNW,Ultra-4, building 6948: [...] Try to use 64-bit integers, if available? [n] y Try to use maximal 64-bit support,...
Richard Soderberg
rs@...
Sep 1, 2000 8:42 am
72648
... Well, the test initially used just cwd (since naively I had assumed that the current directory would be safer more often than tmpdir!), then we changed it...
Tim Jenness
timj@...
Sep 1, 2000 8:55 am
72649
This is a success report for perl from spider@..., generated with the help of perlbug 1.32 running under perl v5.7.0. Perl reported to build OK on...
Spider Boardman
spider@...
Sep 1, 2000 9:10 am
72650
I found this to be rather misleading. It definitely needs a fix. Feel free to hack away at my wording, though. -dlc ... +++ pod/perlretut.pod 2000/09/01...
Daniel Chetlin
daniel@...
Sep 1, 2000 9:12 am
72651
This is a success report for perl from spider@..., generated with the help of perlbug 1.32 running under perl v5.7.0. Perl reported to build OK on...
Spider Boardman
spider@...
Sep 1, 2000 9:46 am
72652
This patch fixes the following problems by issueing relevant warnings, and skipping non-sensible arguments to overload::constant. $ perl -Moverload -wle...
abigail@...
Sep 1, 2000 9:48 am
72653
... Simple way to get rid of that habit is to make the transaction to a `normal' user id easier is to loging as non-root, but have the most needed su commands ...
H.Merijn Brand
h.m.brand@...
Sep 1, 2000 10:01 am
72654
... I can live with the latest tests (6963) OK reports to be received by noon GMT: lib/ftmp-security....File::Temp::_gettemp: Parent directory (/tmp/) is not...
H.Merijn Brand
h.m.brand@...
Sep 1, 2000 10:01 am
72655
This is a success report for perl from h.m.brand@..., generated with the help of perlbug 1.32 running under perl v5.7.0. Perl reported to build OK on...
H.Merijn Brand
h.m.brand@...
Sep 1, 2000 10:01 am
72656
There seem to be funny scoping effects with pos(): #perl -wl $x = 'a' x 200 . 'b'; { $x =~ /b/g; }; print pos $x; { $x =~ /b/g; $y = pos $x }; print "$y ", pos...
Mike Guy
mjtg@...
Sep 1, 2000 10:06 am
72657
This is a success report for perl from marcel@..., generated with the help of perlbug 1.32 running under perl v5.7.0. Perl reported to build OK on...
marcel@...
Sep 1, 2000 10:27 am
72658
This is a success report for perl from h.m.brand@..., generated with the help of perlbug 1.32 running under perl v5.7.0. Perl reported to build OK on...
H.Merijn Brand
h.m.brand@...
Sep 1, 2000 11:01 am
72659
Even if you care, its hard to fix all of them in code that gets ported to a million places. Many of them are due to differing function prototypes in the system...
Horsley Tom
Tom.Horsley@...
Sep 1, 2000 11:05 am
72660
This is a bug report for perl from nick@..., generated with the help of perlbug 1.26 running under perl 5.00503. ... [Please enter your report...
Nicholas Clark
nick@...
Sep 1, 2000 11:06 am
72661
This is a success report for perl from jvromans@..., generated with the help of perlbug 1.32 running under perl v5.7.0. Perl reported to build OK on...
Johan Vromans
JVromans@...
Sep 1, 2000 11:07 am
72662
... After how many patches one enters this score-board? I've done only two patches, and do not ask to be on the score-board, just wondering... -- H.Merijn...
H.Merijn Brand
h.m.brand@...
Sep 1, 2000 11:26 am
72663
... Thanks, now saved for future re-sent/re-edit for up-to-date info's in the future. -- H.Merijn Brand Amsterdam Perl Mongers...
H.Merijn Brand
h.m.brand@...
Sep 1, 2000 11:26 am
72664
Hello, I tried to build perl-5.6.0 on AIX 4.3.3.0 with a shared libperl.a but it failed with the following error: LIBPATH=/h/mnt/swlv/maint/build/perl-5.6.0 cc...
GOMBAS Gabor
Gabor.Gombas@...
Sep 1, 2000 11:49 am
72665
... Updated here to latest output. Shouldn't 'make ok' and 'make nok' also try to find out the version of the C compiler used if it's not gcc. HP-UX: swlist -l...
H.Merijn Brand
h.m.brand@...
Sep 1, 2000 12:02 pm
72666
On Thu, 31 Aug 2000, Jarkko said ... As I told Jarkko, this is too bad, but he made a terrific effort. Peter wrote a great merge sort, but even a pretty good...
John Linderman
jpl@...
Sep 1, 2000 12:03 pm
72667
From: abigail@... [mailto:abigail@...] ... I've suggested a couple of minor tweaks below. ... if (@_ == 1) { warnings::warnif("Odd number of...
Paul Marquess
paul_marquess@...
Sep 1, 2000 12:44 pm
72668
Not sure where to fit this into perldelta, but it documents the changes to
the warnings pragma.
=head2 warnings pragma
=over 4
=item *
A convenience...
Paul Marquess
paul_marquess@...
Sep 1, 2000 1:03 pm
72669
Embarrassingly long ago, Jarkko Hietaniemi <jhi@...> wrote ... Here's the part of the patch which mends the leaks associated with 'D', 'L' and 'A' magic,...
Mike Guy
mjtg@...
Sep 1, 2000 1:16 pm
72670
Jarkko, I heard your final call, and I have a friendly patch for you. This patch is a considerable improvement over current code. I can recommend it not only...