The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5112 ====================================================================== Reported By: pfelecan Assigned To: yann ====================================================================== Project: libssl1_0_0 Issue ID: 5112 Category: Reproducibility: always Severity: block Priority: high Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2013-10-03 13:48 CEST Last Modified: 2013-10-28 23:52 CET ====================================================================== Summary: hardware capability (CA_SUNW_HW_1) unsupported: 0x1000 [ SSE2 ] Description: On a pristine system, the first and subsequent invocation of svn checkout gives:
-bash-3.2$ mgar init Initializing the package build tree at /export/home/peter/opencsw ld.so.1: svn: fatal: /opt/csw/lib/i386/libcrypto.so.1.0.0: hardware capability (CA_SUNW_HW_1) unsupported: 0x1000 [ SSE2 ] ld.so.1: svn: fatal: relocation error: file /opt/csw/lib/svn/libsvn_ra_neon-1.so.0: symbol ne_accept_2xx: referenced symbol not found ld.so.1: svn: fatal: relocation error: file /opt/csw/lib/svn/libsvn_ra-1.so.0: symbol svn_ra_neon__init: referenced symbol not found ld.so.1: svn: fatal: relocation error: file /opt/csw/bin/svn: symbol svn_ra_version: referenced symbol not found /opt/csw/bin/mgar: line 286: 9614 Killed svn co $GAR_REPO "$__buildtree/.buildsys" ====================================================================== ---------------------------------------------------------------------- (0010620) yann (manager) - 2013-10-28 23:52 https://www.opencsw.org/mantis/view.php?id=5112#c10620 ---------------------------------------------------------------------- Eventually I fixed the problem by removing the elf hardware capability flag as openssl is able to select non sse2 codepath at runtime. I am closing this bug.
