Skip Menu |

This queue is for tickets about the JSON-DWIW CPAN distribution.

Report information
The Basics
Id: 41129
Status: resolved
Priority: 0/
Queue: JSON-DWIW

People
Owner: Nobody in particular
Requestors: kurt.lidl [...] cello.com
Cc:
AdminCc:

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



Subject: utter 'make test' failure on SXCE b101 (x86)
Date: Fri, 21 Nov 2008 13:02:46 -0500
To: bug-JSON-DWIW [...] rt.cpan.org
From: Kurt Lidl <kurt.lidl [...] cello.com>
I attempted to install the 0.27 version of JSON::DWIW this morning (since it's now required by JSON::Any) on a Solaris eXpress Community Edition (SXCE) build 101. 'make test' failed all tests (see attached logfile). The basic problem is that the asprintf() code didn't get compiled, because the make_config program claimed that asprintf() exists. (Same with vasprintf() -- it doesn't exist, but the make_config program claims it does in the generated jsonevt_config.h file). I also tried the 0.27.2 version that was reference in another bug, but that failed in the same way. -Kurt

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #41129] utter 'make test' failure on SXCE b101 (x86)
Date: Sat, 22 Nov 2008 00:40:01 -0800
To: bug-JSON-DWIW [...] rt.cpan.org
From: Don Owens <don [...] regexguy.com>
Please try version 0.27.3: http://perl.regexguy.com/dist/JSON-DWIW-0.27.3.tar.gz If that works, I'll release version 0.28 with the fixes. Thanks.
Subject: Re: [rt.cpan.org #41129] utter 'make test' failure on SXCE b101 (x86)
Date: Mon, 24 Nov 2008 12:07:45 -0500
To: bug-JSON-DWIW [...] rt.cpan.org
From: Kurt Lidl <kurt.lidl [...] cello.com>
Don Owens via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=41129 > > > Please try version 0.27.3: > > http://perl.regexguy.com/dist/JSON-DWIW-0.27.3.tar.gz > > If that works, I'll release version 0.28 with the fixes. > > Thanks. >
The 0.27.3 tarball compiles and passes the "make test" phase with only one warning: lidl@dev01-84: make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t [...] t/11parse_file...........Argument "0e+" isn't numeric in subroutine entry at /tmp/JSON-DWIW-0.27.3/blib/lib/JSON/DWIW.pm line 545. [...] All tests successful, 1 subtest skipped. Files=32, Tests=353, 6 wallclock secs ( 3.86 cusr + 0.96 csys = 4.82 CPU) So, it looks pretty good to me. Thanks! -Kurt
Fixed in version 0.28, which is now available on CPAN.