Mantis - wxwidgetsgtk2
Viewing Issue Advanced Details
5033 packaging minor have not tried 2012-12-18 10:33 2013-06-30 18:19
dam  
laurent  
normal  
closed  
fixed  
none    
none  
0005033: Libraries are not self-contained
The libraries like libwx_gtk2u_core-2.8.so.0.6.0 are not self-contained. That means ldd -r on them throws unresolved symbol linker errors. When linking against the libwx libraries these missing libs like libCstd must be added manually. However, this interferes with -z ignore as the libs themselves are not needed by applications pulling in libwx but libwx itself making it necessary to disable that with LINKER_IGNORE=
Issue History
2012-12-18 10:33 dam New Issue
2013-06-17 16:13 laurent Status new => assigned
2013-06-17 16:13 laurent Assigned To => laurent
2013-06-17 16:15 laurent Note Added: 0010441
2013-06-17 16:15 laurent Status assigned => resolved
2013-06-17 16:15 laurent Resolution open => fixed
2013-06-30 18:19 laurent Note Added: 0010456
2013-06-30 18:19 laurent Status resolved => closed

Notes
(0010441)
laurent   
2013-06-17 16:15   
wxwidget was rebuilt with an explicit link to libCstd libCrun, looks better now, ldd -r shows no unresolved symbol.
(0010456)
laurent   
2013-06-30 18:19   
Looks good to me.