develooper Front page | perl.perl5.porters | Postings from February 2012

Re: [perl.git] branch blead, updated. v5.15.8-57-ge50af24

From:
Craig A. Berry
Date:
February 29, 2012 14:13
Subject:
Re: [perl.git] branch blead, updated. v5.15.8-57-ge50af24
Message ID:
CA+vYcVyvvyGTdDhagZ=7zoGMJKmcpAUdqabSNF1aX60y5-Xogw@mail.gmail.com
On Tue, Feb 28, 2012 at 8:02 PM, Ricardo Signes
<perl.p5p@rjbs.manxome.org> wrote:
> * "Craig A. Berry" <craigberry@mac.com> [2012-02-28T20:36:38]
>> -my $cwd = Cwd::cwd();
>> +my $cwd = Pod::Html::_unixify(Cwd::cwd());
>
> Thanks for all of this work, and especially for the above change.  I felt a
> little foolish when I realized I'd never noticed that problem.

You're welcome.  But George's latest Win32 smoke of blead still fails like so:

#   Failed test 'cross references'
#   at t/pod2html-lib.pl line 78.
# Comparing files crossref_expected.tmp and
D:\SMOKE\PERL\BLEAD\BUILD\EXT\POD-HTML\T\CROSSREF.HTML
# ***** crossref_expected.tmp
#    31:
#    32:  <p><a href="./htmllink.html#section-2">&quot;section 2&quot;
in htmllink</a></p>
#    33:
# ***** D:\SMOKE\PERL\BLEAD\BUILD\EXT\POD-HTML\T\CROSSREF.HTML
#    31:
#    32:  <p><a href="/t/htmllink.html#section-2">&quot;section
2&quot; in htmllink</a></p>
#    33:
# *****
#
# ***** crossref_expected.tmp
#    37:
#    38:  <p><a href="../testdir/test.lib/var-copy.html">var-copy</a></p>
#    39:
#    40:  <p><a
href="../testdir/test.lib/var-copy.html#pod-">&quot;$&quot;&quot; in
var-copy</a></p>
#    41:
# ***** D:\SMOKE\PERL\BLEAD\BUILD\EXT\POD-HTML\T\CROSSREF.HTML
#    37:
#    38:  <p><a href="/testdir/test.lib/var-copy.html">var-copy</a></p>
#    39:
#    40:  <p><a
href="/testdir/test.lib/var-copy.html#pod-">&quot;$&quot;&quot; in
var-copy</a></p>
#    41:
# *****
#
# ***** crossref_expected.tmp
#    45:
#    46:  <p><a
href="../testdir/test.lib/podspec-copy.html#First:">&quot;First:&quot;
in podspec-copy</a></p>
#    47:
# ***** D:\SMOKE\PERL\BLEAD\BUILD\EXT\POD-HTML\T\CROSSREF.HTML
#    45:
#    46:  <p><a
href="/testdir/test.lib/podspec-copy.html#First:">&quot;First:&quot;
in podspec-copy</a></p>
#    47:
# *****
#
# Looks like you failed 1 test of 1.
../ext/Pod-Html/t/crossref2.t .....................................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests

Oddly, George's smoke of the smoke-me branch where my changes were
incubated did not fail like this.  Argh.  I see that the smoke of
blead left:

Compiler info: cl version 14.00.50727.762
WORKAROUND: Re-executing build after status -1

in its output but the smoke-me run did not -- dunno if that's relevant.



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About