OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005219 [wget] packaging crash always 2014-11-19 13:29 2015-03-18 10:59
Reporter wungad View Status public  
Assigned To dam
Priority normal Resolution won't fix  
Status closed  
Summary 0005219: Running WGET on Solaris 10 results in a crash
Description wget is linked to a newer libc than is available on unpatched Solaris 10. SUNW_1.22.5 is needed, but SUNW_1.22.5 is available. This is a simmilar to sudo issue reported back in september 2012:
https://www.opencsw.org/mantis/view.php?id=5003 [^]



Additional Information $ pkgutil -a CSWwget
common package catalog size
wget CSWwget 1.15,REV=2014.08.13 1.2 MB

$ which wget
/opt/csw/bin/wget

$ wget
ld.so.1: wget: fatal: libc.so.1: version `SUNW_1.22.5' not found (required by file /opt/csw/bin/wget)
ld.so.1: wget: fatal: libc.so.1: open failed: No such file or directory
Killed

$ ldd /opt/csw/bin/wget | grep 'not found'
        libc.so.1 (SUNW_1.22.5) => (version not found)
        libc.so.1 (SUNW_1.22.5) => (version not found)
        libc.so.1 (SUNW_1.22.5) => (version not found)
        libc.so.1 (SUNW_1.22.5) => (version not found)

$ pvs -s /lib/libc.so | grep SUNW_1.22
        SUNW_1.22.3:
        SUNW_1.22.2:
        SUNW_1.22.1:
        SUNW_1.22:
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0010975)
wungad (reporter)
2014-11-19 13:37

Correction, SUNW_1.22.3 is available.
(0011024)
dam (administrator)
2015-03-18 10:59
edited on: 2015-03-18 11:00

Downgrading to 1.22.3 would require rebuilding PCRE, OpenSSL and LibPSL which is not feasible as 1.22.5 is also a downrev from the current Solaris.

ld: fatal: file /lib/libc.so: version 'SUNW_1.22.5' is unavailable:
        required by file /opt/csw/lib/libpcre.so
ld: fatal: file /lib/libc.so: version 'SUNW_1.22.5' is unavailable:
        required by file /opt/csw/lib/libssl.so
ld: fatal: file /lib/libc.so: version 'SUNW_1.22.5' is unavailable:
        required by file /opt/csw/lib/libcrypto.so
ld: fatal: file /lib/libc.so: version 'SUNW_1.22.5' is unavailable:
        required by file /opt/csw/lib/libpsl.so

I suggest patching the machine to a recent patch level which is a good thing anyway.



Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker