A NOTE has been added to this issue. ====================================================================== 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: feedback ====================================================================== Date Submitted: 2013-10-03 13:48 CEST Last Modified: 2013-10-06 10:58 CEST ====================================================================== 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" ====================================================================== ---------------------------------------------------------------------- (0010597) yann (manager) - 2013-10-06 10:58 https://www.opencsw.org/mantis/view.php?id=5112#c10597 ---------------------------------------------------------------------- I know your solution works but I prefer to keep sse2 enabled for most people for performance and as this is the first complaint about I ever had (which means that the vast majority of users aren't using hardware without sse2 support). BTW, another thing I discovered, you change this at runtime. Can you try this with the original package: env OPENSSL_ia32cap=~0x1000000 apps/openssl More information here: http://wiki.openssl.org/index.php/Manual:OPENSSL_ia32cap(3) _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
