Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the YAML CPAN distribution.

Report information
The Basics
Id: 50193
Status: resolved
Priority: 0/
Queue: YAML

People
Owner: Nobody in particular
Requestors: thelma1944 [...] gmail.com
Cc:
AdminCc:

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



Subject: Over 90% of self tests fail. YAML::Dumper not working
When attempting an install of the YAML-0.7 module i noticed that over 90% of the self tests failed. No indication of a dependent module "missing" event and no other errors were detected from the "perl Makefile.PL" session. The "make" performed as expected. The "make test" failed over 90% of the self tests. The "make install" worked but the YAML::Datadumper failed to work for the DBI bundle. I did not get a file for you but i feel sure that you will be able to duplicate the issue. The OS used is Mac OS X Leopard build with all the updates. The equipment: MacBook Pro (32 bit). Respectfully submitted, Thelma Vance thelma1944@gmail.com
Subject: Re: [rt.cpan.org #50193] Over 90% of self tests fail. YAML::Dumper not working
Date: Sun, 4 Oct 2009 19:07:14 +0200
To: bug-YAML [...] rt.cpan.org, thelma1944 [...] gmail.com, adamk [...] cpan.org
From: Ingy dot Net <ingy [...] ingy.net>
Works fine on my Mac. Can you send me the output of: Show quoted text
> which perl > perl -V
Cheers, Ingy On Sun, Oct 4, 2009 at 6:04 PM, Thelma Vance via RT <bug-YAML@rt.cpan.org>wrote: Show quoted text
> Sun Oct 04 12:03:59 2009: Request 50193 was acted upon. > Transaction: Ticket created by thelma1944 > Queue: YAML > Subject: Over 90% of self tests fail. YAML::Dumper not working > Broken in: 0.70 > Severity: Important > Owner: Nobody > Requestors: thelma1944@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=50193 > > > > When attempting an install of the YAML-0.7 module i noticed that over > 90% of the self tests failed. No indication of a dependent module > "missing" event and no other errors were detected from the > "perl Makefile.PL" session. > > The "make" performed as expected. > > The "make test" failed over 90% of the self tests. > > The "make install" worked but the YAML::Datadumper failed to work > for the DBI bundle. > > I did not get a file for you but i feel sure that you will be able > to duplicate the issue. > > The OS used is Mac OS X Leopard build with all the updates. > The equipment: MacBook Pro (32 bit). > > Respectfully submitted, > Thelma Vance > thelma1944@gmail.com > > >
Subject: Re: [rt.cpan.org #50193] Over 90% of self tests fail. YAML::Dumper no t working
Date: Sun, 4 Oct 2009 17:20:32 GMT
To: bug-YAML [...] rt.cpan.org
From: "thelma1944 [...] netzero.com" <thelma1944 [...] netzero.com>
which perl /usr/bin/perl perl -v This is perl, v5.11.0 (*) built for darwin-thread-multi-2level Copyright 1987-2009, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. Yours truly, Thelma Vance 1 408 799 7869 Show quoted text
---------- Original Message ---------- From: "Ingy dot Net via RT" <bug-YAML@rt.cpan.org> To: thelma1944@gmail.com Subject: Re: [rt.cpan.org #50193] Over 90% of self tests fail. YAML::Dumper not working Date: Sun, 04 Oct 2009 13:07:37 -0400 <URL: https://rt.cpan.org/Ticket/Display.html?id=50193 > Works fine on my Mac. Can you send me the output of:
> which perl > perl -V
Cheers, Ingy On Sun, Oct 4, 2009 at 6:04 PM, Thelma Vance via RT <bug-YAML@rt.cpan.org>wrote:
> Sun Oct 04 12:03:59 2009: Request 50193 was acted upon. > Transaction: Ticket created by thelma1944 > Queue: YAML > Subject: Over 90% of self tests fail. YAML::Dumper not working > Broken in: 0.70 > Severity: Important > Owner: Nobody > Requestors: thelma1944@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=50193 > > > > When attempting an install of the YAML-0.7 module i noticed that over > 90% of the self tests failed. No indication of a dependent module > "missing" event and no other errors were detected from the > "perl Makefile.PL" session. > > The "make" performed as expected. > > The "make test" failed over 90% of the self tests. > > The "make install" worked but the YAML::Datadumper failed to work > for the DBI bundle. > > I did not get a file for you but i feel sure that you will be able > to duplicate the issue. > > The OS used is Mac OS X Leopard build with all the updates. > The equipment: MacBook Pro (32 bit). > > Respectfully submitted, > Thelma Vance > thelma1944@gmail.com > > >
Subject: Re: [rt.cpan.org #50193] Over 90% of self tests fail. YAML::Dumper no t working
Date: Sun, 4 Oct 2009 21:56:49 +0200
To: bug-YAML [...] rt.cpan.org, adamk [...] cpan.org, thelma1944 [...] gmail.com
From: Ingy dot Net <ingy [...] ingy.net>
Thelma, I asked for -V, not -v. Anyway, I think the problem is that you installed Perl 5.11 over your system perl, which is a not good. 5.11 is a development perl, and if you install it, you should do it in some alternate location. Installing it as /usr/bin/perl will likely cause other problems on your mac. /usr/bin/perl should be "v5.10.0 built for darwin-thread-multi-2level" on your mac. Cheers, Ingy On Sun, Oct 4, 2009 at 7:22 PM, thelma1944@netzero.com via RT < bug-YAML@rt.cpan.org> wrote: Show quoted text
> Queue: YAML > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=50193 > > > which perl /usr/bin/perl > > perl -v > > This is perl, v5.11.0 (*) built for darwin-thread-multi-2level > > Copyright 1987-2009, Larry Wall > > Perl may be copied only under the terms of either the Artistic License or > the > GNU General Public License, which may be found in the Perl 5 source kit. > > Complete documentation for Perl, including FAQ lists, should be found on > this system using "man perl" or "perldoc perl". If you have access to the > Internet, point your browser at http://www.perl.org/, the Perl Home Page. > > Yours truly, > Thelma Vance > 1 408 799 7869 > > ---------- Original Message ---------- > From: "Ingy dot Net via RT" <bug-YAML@rt.cpan.org> > To: thelma1944@gmail.com > Subject: Re: [rt.cpan.org #50193] Over 90% of self tests fail. > YAML::Dumper not working > Date: Sun, 04 Oct 2009 13:07:37 -0400 > > <URL: https://rt.cpan.org/Ticket/Display.html?id=50193 > > > Works fine on my Mac. Can you send me the output of: >
> > which perl > > perl -V
> > Cheers, Ingy > > On Sun, Oct 4, 2009 at 6:04 PM, Thelma Vance via RT <bug-YAML@rt.cpan.org
> >wrote:
>
> > Sun Oct 04 12:03:59 2009: Request 50193 was acted upon. > > Transaction: Ticket created by thelma1944 > > Queue: YAML > > Subject: Over 90% of self tests fail. YAML::Dumper not working > > Broken in: 0.70 > > Severity: Important > > Owner: Nobody > > Requestors: thelma1944@gmail.com > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=50193 > > > > > > > When attempting an install of the YAML-0.7 module i noticed that over > > 90% of the self tests failed. No indication of a dependent module > > "missing" event and no other errors were detected from the > > "perl Makefile.PL" session. > > > > The "make" performed as expected. > > > > The "make test" failed over 90% of the self tests. > > > > The "make install" worked but the YAML::Datadumper failed to work > > for the DBI bundle. > > > > I did not get a file for you but i feel sure that you will be able > > to duplicate the issue. > > > > The OS used is Mac OS X Leopard build with all the updates. > > The equipment: MacBook Pro (32 bit). > > > > Respectfully submitted, > > Thelma Vance > > thelma1944@gmail.com > > > > > >
> > >
This issue has been copied to: https://github.com/ingydotnet/yaml-pm/issues/97 please take all future correspondence there. This ticket will remain open but please do not reply here. This ticket will be closed when the github issue is dealt with.
Closing this because of inactivity and because it probably wasn't a YAML bug.