Mantis - libstlport1
Viewing Issue Advanced Details
5048 packaging minor have not tried 2013-01-27 20:04 2013-01-30 16:05
dam  
dam  
normal  
closed  
fixed  
none    
none  
0005048: libstlport.so is not self-contained
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.
Issue History
2013-01-27 20:04 dam New Issue
2013-01-30 16:05 dam Status new => assigned
2013-01-30 16:05 dam Assigned To => dam
2013-01-30 16:05 dam Note Added: 0010271
2013-01-30 16:05 dam Status assigned => closed
2013-01-30 16:05 dam Resolution open => fixed

Notes
(0010271)
dam   
2013-01-30 16:05   
This has been fixed in 4.5.3,REV=2013.01.28 and pushed to unstable/.