Opened 6 years ago

#55210 new defect

p5-wx: failed test (Symbol not found: __ZTV11wxMediaCtrl)

Reported by: mojca (Mojca Miklavec) Owned by: mojca (Mojca Miklavec)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: dbevans (David B. Evans)
Port: p5-wx

Description

The tests for p5,26-wx fail on 10.13 for me (I didn't test any other combination yet):

Executing:  cd "/path/to/p5.26-wx/work/Wx-0.9932" && /usr/bin/make test 
"/opt/local/bin/perl5.26" -MExtUtils::Command::MM -e 'cp_nonempty' -- Wx.bs blib/arch/auto/Wx/Wx.bs 644
...
"/opt/local/bin/perl5.26" -MExtUtils::Command::MM -e 'cp_nonempty' -- Print.bs ../../blib/arch/auto/Wx/Print/Print.bs 644
Manifying 1 pod document
Manifying 1 pod document
Manifying 1 pod document
"/opt/local/bin/perl5.26" -MExtUtils::Command::MM -e 'cp_nonempty' -- DND.bs ../../blib/arch/auto/Wx/DND/DND.bs 644
PERL_DL_NONLAZY=1 "/opt/local/bin/perl5.26" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../../blib/lib', '../../blib/arch')" t/*.t
Can't load '/path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle' for module Wx: dlopen(/path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle, 2): Symbol not found: __ZTV11wxMediaCtrl
  Referenced from: /path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle
  Expected in: flat namespace
 in /path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle at /opt/local/lib/perl5/5.26/darwin-thread-multi-2level/DynaLoader.pm line 197.

Compilation failed in require at t/01_load.t line 6.
BEGIN failed--compilation aborted at t/01_load.t line 6.
t/01_load.t ......... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 
Can't load '/path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle' for module Wx: dlopen(/path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle, 2): Symbol not found: __ZTV11wxMediaCtrl
  Referenced from: /path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle
  Expected in: flat namespace
 in /path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle at /opt/local/lib/perl5/5.26/darwin-thread-multi-2level/DynaLoader.pm line 197.

Compilation failed in require at t/02_inheritance.t line 4.
BEGIN failed--compilation aborted at t/02_inheritance.t line 4.
t/02_inheritance.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 
Can't load '/path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle' for module Wx: dlopen(/path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle, 2): Symbol not found: __ZTV11wxMediaCtrl
  Referenced from: /path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle
  Expected in: flat namespace
 in /path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle at /opt/local/lib/perl5/5.26/darwin-thread-multi-2level/DynaLoader.pm line 197.

Compilation failed in require at t/03_pldatabject.t line 4.
BEGIN failed--compilation aborted at t/03_pldatabject.t line 4.
t/03_pldatabject.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 
Can't load '/path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle' for module Wx: dlopen(/path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle, 2): Symbol not found: __ZTV11wxMediaCtrl
  Referenced from: /path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle
  Expected in: flat namespace
 in /path/to/p5.26-wx/work/Wx-0.9932/ext/dnd/../../blib/arch/auto/Wx/Wx.bundle at /opt/local/lib/perl5/5.26/darwin-thread-multi-2level/DynaLoader.pm line 197.

Compilation failed in require at t/04_threads.t line 8.
BEGIN failed--compilation aborted at t/04_threads.t line 8.
t/04_threads.t ...... 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 

Test Summary Report
-------------------
t/01_load.t       (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/02_inheritance.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/03_pldatabject.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/04_threads.t    (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
Files=4, Tests=0,  0 wallclock secs ( 0.02 usr  0.01 sys +  0.09 cusr  0.03 csys =  0.15 CPU)
Result: FAIL
Failed 4/4 test programs. 0/0 subtests failed.
make[2]: *** [test_dynamic] Error 255
make[1]: *** [subdirs-test_dynamic] Error 2
make: *** [subdirs-test_dynamic] Error 2
Command failed:  cd "/path/to/p5.26-wx/work/Wx-0.9932" && /usr/bin/make test 

Change History (0)

Note: See TracTickets for help on using tickets.