#38561: openssl @1.0.1_1 build failure on Tiger (again) no-asm for Dawin 8? ---------------------------+------------------- Reporter: strombland@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: tiger Port: openssl | ---------------------------+------------------- Comment (by strombland@…): Problem solved I believe. I went in and disabled asm in line 45 of the openssl portfile (see attached) using exactly the same format for congif.args found in the openssl97 portfile, which already has asm disabled. Afterwards openssl 1.0.1e installed successfully. Thank you all for looking into this. In case some other weary Tiger user stumbles across the same problem, here is a brief troubleshooting instruction set: Execute 'open /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/openssl' in the command line to open the openssl directory in Finder. Then open the portfile with your favorite text editor and scroll down to line 45, the one that starts with config.args. Insert 'no-asm' between 'zlib' and 'no-krb5 ' and save the portfile. Now 'sudo port install openssl' again in the command line and it should work -- Ticket URL: <https://trac.macports.org/ticket/38561#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X