Skip Menu |

This queue is for tickets about the App-SVN-Bisect CPAN distribution.

Report information
The Basics
Id: 92450
Status: rejected
Priority: 0/
Queue: App-SVN-Bisect

People
Owner: Nobody in particular
Requestors: mfadams [...] lbl.gov
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: error using svn-bisect
Date: Fri, 24 Jan 2014 19:44:40 -0500
To: bug-App-SVN-Bisect [...] rt.cpan.org
From: Mark Adams <mfadams [...] lbl.gov>
I just downloaded svn-bisect and its dependancies and I get this error: EBAMRINS/execAdvectDiffuseCrunch_BCG> svn-bi start madams@anag-repo.lbl.gov's password: Can't locate auto/YAML/Syck/DumpYAML.al in @INC (@INC contains: /global/homes/m/madams/App-SVN-Bisect-1.0/lib/ /global/homes/m/madams/App-SVN-Bisect-1.0/IO-All-0.55/lib /global/homes/m/madams/App-SVN-Bisect-1.0/YAML-Syck-1.27/lib /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at /global/homes/m/madams/App-SVN-Bisect-1.0/YAML-Syck-1.27/lib/YAML/Syck.pm line 69 EBAMRINS/execAdvectDiffuseCrunch_BCG> I did not find DumpYAML.al in the YAML that I just downloaded (1.27) Mark
Subject: Re: [rt.cpan.org #92450] error using svn-bisect
Date: Mon, 27 Jan 2014 21:50:39 -0500
To: bug-App-SVN-Bisect [...] rt.cpan.org
From: Mark Glines <mark [...] glines.org>
On 01/24/2014 07:45 PM, Mark Adams via RT wrote: Show quoted text
> Can't locate auto/YAML/Syck/DumpYAML.al in @INC (@INC contains:
[snip] Show quoted text
> I did not find DumpYAML.al in the YAML that I just downloaded (1.27)
Hi Mark, Thanks for the report. To try to replicate this, I have removed my Linux distro's YAML::Syck (Ubuntu libyaml-syck-perl 1.22-1 amd64), and installed YAML::Syck 1.27 and App::SVN::Bisect 1.1 from CPAN. Svn-bisect still seems to work fine. I don't recognize the error you mentioned, and it doesn't really make sense. (There's no DumpYAML.al from my installation, either.) Svn-bisect isn't trying to do anything really clever with YAML::Syck, so whatever's going on, I don't know how it was caused. I am wondering if something is wrong with the YAML::Syck on your system. Any chance you could try some simple uses of it, to see whether it is functional? The following one-liner on your system should produce output similar to mine: $ perl -e 'use YAML::Syck; my $ref = { key1 => value1, key2 => [ "array element1", "array element2" ] }; print(Dump($ref));' --- key1: value1 key2: - array element1 - array element2 If that works as expected, then my next guess would be some weird interaction between YAML::Syck and IO::All. Let me know if I need to cook up a test case for that. Thanks, Mark
Subject: Re: [rt.cpan.org #92450] error using svn-bisect
Date: Mon, 27 Jan 2014 21:55:54 -0600
To: bug-App-SVN-Bisect [...] rt.cpan.org
From: Mark Adams <mfadams [...] lbl.gov>
Thanks Mark, I ended up doing this manually and found the problem. Mark On Mon, Jan 27, 2014 at 8:50 PM, Mark Glines via RT < bug-App-SVN-Bisect@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=92450 > > > On 01/24/2014 07:45 PM, Mark Adams via RT wrote:
> > Can't locate auto/YAML/Syck/DumpYAML.al in @INC (@INC contains:
> [snip] >
> > I did not find DumpYAML.al in the YAML that I just downloaded (1.27)
> > Hi Mark, > > Thanks for the report. To try to replicate this, I have removed my > Linux distro's YAML::Syck (Ubuntu libyaml-syck-perl 1.22-1 amd64), and > installed YAML::Syck 1.27 and App::SVN::Bisect 1.1 from CPAN. Svn-bisect > still seems to work fine. > > I don't recognize the error you mentioned, and it doesn't really make > sense. (There's no DumpYAML.al from my installation, either.) > Svn-bisect isn't trying to do anything really clever with YAML::Syck, so > whatever's going on, I don't know how it was caused. I am wondering if > something is wrong with the YAML::Syck on your system. Any chance you > could try some simple uses of it, to see whether it is functional? The > following one-liner on your system should produce output similar to mine: > > $ perl -e 'use YAML::Syck; my $ref = { key1 => value1, key2 => [ "array > element1", "array element2" ] }; print(Dump($ref));' > --- > key1: value1 > key2: > - array element1 > - array element2 > > If that works as expected, then my next guess would be some weird > interaction between YAML::Syck and IO::All. Let me know if I need to > cook up a test case for that. > > Thanks, > > Mark > > >
Subject: Re: [rt.cpan.org #92450] error using svn-bisect
Date: Tue, 28 Jan 2014 07:41:59 -0500
To: bug-App-SVN-Bisect [...] rt.cpan.org
From: Mark Glines <mark [...] glines.org>
On 01/27/2014 10:56 PM, Mark Adams via RT wrote: Show quoted text
> I ended up doing this manually and found the problem.
Ok, great. Please open a new ticket if you run into any other issues. Mark