Skip to content

Instantly share code, notes, and snippets.

@josedulanto
Created November 12, 2015 22:13
Show Gist options
  • Save josedulanto/8d54bb14084de1a5b78d to your computer and use it in GitHub Desktop.
Save josedulanto/8d54bb14084de1a5b78d to your computer and use it in GitHub Desktop.
┌[vagrant@amex]─[~/.linuxbrew]─[]
└[$]› brew install openssl
==> Downloading https://www.openssl.org/source/openssl-1.0.2d.tar.gz
Already downloaded: /home/vagrant/.cache/Homebrew/openssl-1.0.2d.tar.gz
==> perl ./Configure --prefix=/home/vagrant/.linuxbrew/Cellar/openssl/1.0.2d_1 --openssldir=/home/vagrant/.linuxbrew/etc/openssl no-ssl2 zlib-dynamic shared enable-cms linux-x86_64
==> make depend
==> make
Last 15 lines from /home/vagrant/.cache/Homebrew/Logs/openssl/03.make:
Thu Nov 12 16:11:30 -0600 2015
make
making all in crypto...
make[1]: Entering directory `/tmp/openssl20151112-20636-mfvtaf/openssl-1.0.2d/crypto'
/usr/bin/perl ../util/mkbuildinf.pl "/home/vagrant/.linuxbrew/bin/gcc-5 -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM" "linux-x86_64" >buildinf.h
/home/vagrant/.linuxbrew/bin/gcc-5 -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -isystem/home/vagrant/.linuxbrew/include -c -o cryptlib.o cryptlib.c
/tmp/ccsylUaz.s: Assembler messages:
/tmp/ccsylUaz.s:359: Error: expecting string instruction after `rep'
/tmp/ccsylUaz.s:968: Error: expecting string instruction after `rep'
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/tmp/openssl20151112-20636-mfvtaf/openssl-1.0.2d/crypto'
make: *** [build_crypto] Error 1
READ THIS: https://github.com/Homebrew/linuxbrew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting
These open issues may also help:
openssl: add 'enable-ssl-trace' option https://github.com/Homebrew/homebrew/pull/45250
wine dependency openssl/1.0.2d https://github.com/Homebrew/homebrew/issues/43752
openssl failed to build on 10.6.8 https://github.com/Homebrew/homebrew/issues/44280
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment