OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003050 [libssl0_9_8] packaging major always 2009-01-28 10:59 2009-02-11 21:08
Reporter obx View Status public  
Assigned To yann
Priority normal Resolution fixed  
Status closed  
Summary 0003050: Installation of <CSWosslrt> failed -- /var/tmp/.../CSWosslrt/install/checkinstall: test: argument expected
Description Cannot install openssl_rt 0.9.8,REV=2009.01.25_rev=j

Breaks new installs. Breaks upgrades of existing system.
(openssl_rt uninstalls OK but fails to reinstall)
Additional Information maybe /bin/sh vs /bin/ksh limitation:

# sh -x /checkinstall.sh
+ /usr/bin/uname -p
PLATFORM=sparc
+ /usr/bin/uname -r
VERSION=5.8
+ [ 5.8 -eq 5.8 ]
+ [ ! -c /dev/random ]
+ [ ! -c /dev/urandom ]
+ [ = 1 ]
+ [ ! -L /opt/csw/ssl/certs ]
/checkinstall.sh: test: argument expected

BUT:

# ksh -x /checkinstall.sh
+ + /usr/bin/uname -p
PLATFORM=sparc
+ + /usr/bin/uname -r
VERSION=5.8
+ [ 5.8 -eq 5.8 ]
+ [ ! -c /dev/random ]
+ [ ! -c /dev/urandom ]
+ [ = 1 ]
+ [ ! -L /opt/csw/ssl/certs ]
+ [ -d /opt/csw/ssl/certs ]
+ exit 0


However, just replacing /usr/bin/sh by /usr/bin/ksh doe NOT solve the problem, still fails identically
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0005501)
yann (manager)
2009-01-31 10:06

Fixed in last package.
Thanks for the report.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker