[bug-notifications] [wxwidgetsgtk2 0005033]: Libraries are not self-contained

Mantis Bug Tracker noreply at opencsw.org
Mon Jun 17 16:15:10 CEST 2013


The following issue has been RESOLVED. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=5033 
====================================================================== 
Reported By:                dam
Assigned To:                laurent
====================================================================== 
Project:                    wxwidgetsgtk2
Issue ID:                   5033
Category:                   packaging
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2012-12-18 10:33 CET
Last Modified:              2013-06-17 16:15 CEST
====================================================================== 
Summary:                    Libraries are not self-contained
Description: 
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=
====================================================================== 

---------------------------------------------------------------------- 
 (0010441) laurent (manager) - 2013-06-17 16:15
 https://www.opencsw.org/mantis/view.php?id=5033#c10441 
---------------------------------------------------------------------- 
wxwidget was rebuilt with an explicit link to libCstd libCrun, looks better
now, ldd -r shows no unresolved symbol.



More information about the bug-notifications mailing list