problem installing dbi 1.57

problem installing dbi 1.57

am 21.06.2007 06:14:24 von ericksn

------=_Part_172412_21666639.1182399264847
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

orginally posted on perlmonks http://www.perlmonks.com/?node_id=622139

I've cut-n-pasted it here.....

I'm trying to install *DBI-1.57*
Perl 5.8.8
SunOS cofjora01d 5.9 Generic_118558-39 sun4us sparc FJSV,GPUZC-MM
Here is the error...

t/10_units/04_drivers/01_sysrw...............ok 1/17 +
# Failed test 'flushed 131157 octets == read 66645 octets'
# at t/10_units/04_drivers/01_sysrw.t line 118.
t/10_units/04_drivers/01_sysrw...............NOK 12/17# Looks like
you+ failed 1 test of 17.
t/10_units/04_drivers/01_sysrw...............dubious +
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 12
Failed 1/17 tests, 94.12% okay
[download]

Any Ideas?
It is the only test that failed

Failed Test Stat Wstat Total Fail List of Failed
------------------------------------------------------------ ----------+---------
t/10_units/04_drivers/01_sysrw.t 1 256 17 1 12
55 tests and 17 subtests skipped.
Failed 1/179 test scripts. 1/4540 subtests failed.
Files=179, Tests=4540, 359 wallclock secs (66.84 cusr + 16.94 csys = 8+3.78 CPU)
Failed 1/179 test programs. 1/4540 subtests failed.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
Died at make_package line 28.
[download]

*Edit: Fixed package name

Edit: Tried installing DBI-1.56, had no problems.*

------=_Part_172412_21666639.1182399264847--

Re: problem installing dbi 1.57

am 21.06.2007 14:50:30 von Tim.Bunce

On Wed, Jun 20, 2007 at 09:14:24PM -0700, Erick Nelson wrote:
> orginally posted on perlmonks http://www.perlmonks.com/?node_id=622139
>
> I've cut-n-pasted it here.....
>
> I'm trying to install *DBI-1.57*

Perhaps you are, but the tests you're running are not DBI tests.
A quick search on google suggests that you're running the POE test.

Tim.

> Perl 5.8.8
> SunOS cofjora01d 5.9 Generic_118558-39 sun4us sparc FJSV,GPUZC-MM
> Here is the error...
>
> t/10_units/04_drivers/01_sysrw...............ok 1/17 +
> # Failed test 'flushed 131157 octets == read 66645 octets'
> # at t/10_units/04_drivers/01_sysrw.t line 118.
> t/10_units/04_drivers/01_sysrw...............NOK 12/17# Looks like
> you+ failed 1 test of 17.
> t/10_units/04_drivers/01_sysrw...............dubious +
> Test returned status 1 (wstat 256, 0x100)
> DIED. FAILED test 12
> Failed 1/17 tests, 94.12% okay
> [download]
>
>
> Any Ideas?
> It is the only test that failed
>
> Failed Test Stat Wstat Total Fail List of Failed
> ------------------------------------------------------------ ----------+---------
> t/10_units/04_drivers/01_sysrw.t 1 256 17 1 12
> 55 tests and 17 subtests skipped.
> Failed 1/179 test scripts. 1/4540 subtests failed.
> Files=179, Tests=4540, 359 wallclock secs (66.84 cusr + 16.94 csys = 8+3.78
> CPU)
> Failed 1/179 test programs. 1/4540 subtests failed.
> *** Error code 29
> make: Fatal error: Command failed for target `test_dynamic'
> Died at make_package line 28.
> [download]
>
>
> *Edit: Fixed package name
>
> Edit: Tried installing DBI-1.56, had no problems.*