Re: Error running "make" on AIX 5.3
Harry Jamieson <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
On 8/15/2012 10:24 AM, Martin J. Evans wrote: > On 15/08/12 17:20, Harry Jamieson wrote: >> On 8/15/2012 10:13 AM, Martin J. Evans wrote: >>> On 15/08/12 17:12, Martin J. Evans wrote: >>>> On 15/08/12 17:05, Harry Jamieson wrote: >>>>> On 8/15/2012 9:55 AM, Martin J. Evans wrote: >>>>>> On 15/08/12 16:45, Harry Jamieson wrote: >>>>>>> make test output file. >>>>>>> >>>>>> That is a lot of failures. What does >>>>>> >>>>>> prove -vb t/06attrs >>>>>> >>>>>> output? >>>>>> >>>>>> Martin >>>>> # /usr/opt/perl5/bin/prove -vb t/06attrs.t >>>>> t/06attrs....1..148 >>>>> ok 1 - use DBI; >>>>> String found where operator expected at t/06attrs.t line 289, near >>>>> "note "Checki >>>>> ng inheritance\n"" >>>>> (Do you need to predeclare note?) >>>>> syntax error at t/06attrs.t line 289, near "note "Checking >>>>> inheritance\n"" >>>>> Execution of t/06attrs.t aborted due to compilation errors. >>>>> # Looks like you planned 148 tests but only ran 1. >>>>> # Looks like your test died just after 1. >>>>> dubious >>>>> Test returned status 255 (wstat 65280, 0xff00) >>>>> DIED. FAILED tests 2-148 >>>>> Failed 147/148 tests, 0.68% okay >>>>> Failed Test Stat Wstat Total Fail Failed List of Failed >>>>> ------------------------------------------------------------------------------- >>>>> >>>>> t/06attrs.t 255 65280 148 294 198.65% 2-148 >>>>> Failed 1/1 test scripts, 0.00% okay. 147/148 subtests failed, >>>>> 0.68% okay. >>>> >>>> You need a more up to date Test::More. >>>> >>>> The dependency must be wrong. >>>> >>>> Martin >>> >>> As an aside, could you tell us what: >>> >>> perl -MTest::More -le 'print $Test::More::VERSION' outputs. >>> >>> Martin >> # perl -MTest::More -le 'print $Test::More::VERSION' >> 0.62 > > Then I'm a little confused as DBI requires Test::Simple 0.90 and that > contains Test::More so I guess you must have ignored a warning saying > your Test::Simple was too old. > > Martin I did ignore it, for in that other thread about problems installing on AIX 5 I noticed that he had the same warning. Also, I don't know where to go to find a newer version. Harry