OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005048 [libstlport1] packaging minor have not tried 2013-01-27 20:04 2013-01-30 16:05
Reporter dam View Status public  
Assigned To dam
Priority normal Resolution fixed  
Status closed  
Summary 0005048: libstlport.so is not self-contained
Description The library libstlport.so is not self contained as it required symbols from libm.so but does not link against it:

dam@unstable10s [unstable10s]:/home/dam/mgar/pkg/xapian-core/trunk > ldd -r /opt/csw/lib/libstlport.so
        libCrun.so.1 => /usr/lib/libCrun.so.1
        libc.so.1 => /lib/libc.so.1
        /platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1
        symbol not found: hypot (/opt/csw/lib/libstlport.so)
        symbol not found: __atan2f (/opt/csw/lib/libstlport.so)
        symbol not found: atan2 (/opt/csw/lib/libstlport.so)
        symbol not found: __atan2l (/opt/csw/lib/libstlport.so)
        symbol not found: __cosf (/opt/csw/lib/libstlport.so)
        symbol not found: __sinf (/opt/csw/lib/libstlport.so)
        symbol not found: cos (/opt/csw/lib/libstlport.so)
        symbol not found: sin (/opt/csw/lib/libstlport.so)
        symbol not found: __cosl (/opt/csw/lib/libstlport.so)
        symbol not found: __sinl (/opt/csw/lib/libstlport.so)
        symbol not found: __sqrtf (/opt/csw/lib/libstlport.so)
        symbol not found: sqrt (/opt/csw/lib/libstlport.so)
        symbol not found: __sqrtl (/opt/csw/lib/libstlport.so)
        symbol not found: __expf (/opt/csw/lib/libstlport.so)
        symbol not found: exp (/opt/csw/lib/libstlport.so)
        symbol not found: __expl (/opt/csw/lib/libstlport.so)
        symbol not found: __logf (/opt/csw/lib/libstlport.so)
        symbol not found: __log10f (/opt/csw/lib/libstlport.so)
        symbol not found: log (/opt/csw/lib/libstlport.so)
        symbol not found: log10 (/opt/csw/lib/libstlport.so)
        symbol not found: __logl (/opt/csw/lib/libstlport.so)
        symbol not found: __log10l (/opt/csw/lib/libstlport.so)
        symbol not found: __coshf (/opt/csw/lib/libstlport.so)
        symbol not found: __sinhf (/opt/csw/lib/libstlport.so)
        symbol not found: cosh (/opt/csw/lib/libstlport.so)
        symbol not found: sinh (/opt/csw/lib/libstlport.so)
        symbol not found: __coshl (/opt/csw/lib/libstlport.so)
        symbol not found: __sinhl (/opt/csw/lib/libstlport.so)
        symbol not found: __fabsf (/opt/csw/lib/libstlport.so)
        symbol not found: __fabsl (/opt/csw/lib/libstlport.so)
        libm.so.2 => /lib/libm.so.2

It should be updated to the one from Sun Studio 12.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0010271)
dam (administrator)
2013-01-30 16:05

This has been fixed in 4.5.3,REV=2013.01.28 and pushed to unstable/.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker