$ perl -Mblib t/04_cmdproc.t
1..18
On Mac OS X please run scripts with the 'wxPerl' interpreter
Bus error
$ wxPerl -Mblib t/04_cmdproc.t
1..18
Bus error
On Mon, Sep 8, 2008 at 5:19 PM, Mattia Barbon <[EMAIL PROTECTED]>wrote:
> Mike Schroeder wrote:
>
>> Just a note that building Alien::wxWidget 0.35 with wxwidgets 2.8.8 on OS
>> X
>> 10.5.4 fails when it encounters these lines from the patches/data file:
>>
>> mac => { unicode => [ qw(
>> wxMac-2.8.3-brokengcc.patch
>> ), @common ],
>> ansi => [ qw(
>> wxMac-2.8.3-brokengcc.patch
>> ), @common ],
>> },
>>
>>
>> Apparently there is no wxMac-2.8.3-brokengcc.patch file to be found. I
>> commented out those lines and the build and subsequent install of
>> Alien::wxWidgets seemed to go fine.
>>
>
> Alien::wxWidgets 0.39 including the missing file is uploading to CPAN.
>
> Then, when installing Wx 0.86 using the newly installed Alien::wxWidgets,
>> the tests in ext/docview/t/04_cmdproc.t fail with:
>>
>>
>> t/04_cmdproc........ Failed 18/18 subtests
>>
>> Test Summary Report
>> -------------------
>> t/04_cmdproc (Wstat: 10 Tests: 0 Failed: 0)
>> Parse errors: Bad plan. You planned 18 tests but ran 0.
>> Files=4, Tests=22, 2 wallclock secs ( 0.02 usr 0.01 sys + 0.51 cusr
>> 0.11
>> csys = 0.65 CPU)
>> Result: FAIL
>> Failed 1/4 test programs. 0/22 subtests failed.
>> make[2]: *** [test_dynamic] Error 255
>> make[1]: *** [subdirs-test] Error 2
>> make: *** [subdirs-test] Error 2
>>
>> Removing this one file lets the rest of the test suite complete without
>> errors.
>>
>
> Could you please:
>
> $ cd ext/docview
> $ perl -Mblib t/04_cmdproc.t
>
> and send me the output? It seems like the test aborts right after the
> plan, I hope the full output will shed some light...
>
>
> Thanks!
> Mattia
>
>