Skip to content

Instantly share code, notes, and snippets.

@mercer
Created July 18, 2017 13:39
Show Gist options
  • Save mercer/cbdafa0376bb671bd4dbad8d37eaefd5 to your computer and use it in GitHub Desktop.
Save mercer/cbdafa0376bb671bd4dbad8d37eaefd5 to your computer and use it in GitHub Desktop.

Revisions

  1. mercer created this gist Jul 18, 2017.
    44 changes: 44 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,44 @@
    ➜ kubernetes-the-hard-way brew install wrk
    ==> Installing dependencies for wrk: openssl
    ==> Installing wrk dependency: openssl
    ==> Downloading https://linuxbrew.bintray.com/bottles/openssl-1.0.2l.x86_64_linux.bottle.tar.gz
    ==> Downloading from https://akamai.bintray.com/7d/7db1b4195b2b53a0018e54ba606d5b26418358f9a925309e48686720753276ab?__gda__=exp=1500385591~hmac=624c1ad8bf53750ae2eef2d967bf77b15662372c35e513
    ######################################################################## 100,0%
    ==> Pouring openssl-1.0.2l.x86_64_linux.bottle.tar.gz
    ==> Downloading https://curl.haxx.se/ca/cacert-2017-01-18.pem
    ######################################################################## 100,0%
    ==> Caveats
    A CA file has been bootstrapped using certificates from the SystemRoots
    keychain. To add additional certificates (e.g. the certificates added in
    the System keychain), place .pem files in
    /home/linuxbrew/.linuxbrew/etc/openssl/certs

    and run
    /home/linuxbrew/.linuxbrew/opt/openssl/bin/c_rehash

    ==> Summary
    🍺 /home/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2l: 1,716 files, 14.6MB
    ==> Installing wrk
    ==> Downloading https://github.com/wg/wrk/archive/4.0.2.tar.gz
    ==> Downloading from https://codeload.github.com/wg/wrk/tar.gz/4.0.2
    ######################################################################## 100,0%
    ==> make
    Last 15 lines from /home/emilian/.cache/Homebrew/Logs/wrk/01.make:

    make depend
    make[1]: Entering directory '/tmp/wrk-20170718-14068-6ccxni/wrk-4.0.2/obj/openssl-1.0.2g'
    making depend in crypto...
    make[2]: Entering directory '/tmp/wrk-20170718-14068-6ccxni/wrk-4.0.2/obj/openssl-1.0.2g/crypto'
    ../util/domd: 31: ../util/domd: makedepend: not found
    mv: cannot stat 'Makefile.new': No such file or directory
    Makefile:136: recipe for target 'local_depend' failed
    make[2]: *** [local_depend] Error 127
    make[2]: Leaving directory '/tmp/wrk-20170718-14068-6ccxni/wrk-4.0.2/obj/openssl-1.0.2g/crypto'
    Makefile:471: recipe for target 'depend' failed
    make[1]: *** [depend] Error 1
    make[1]: Leaving directory '/tmp/wrk-20170718-14068-6ccxni/wrk-4.0.2/obj/openssl-1.0.2g'
    Makefile:90: recipe for target 'obj/lib/libssl.a' failed
    make: *** [obj/lib/libssl.a] Error 2

    READ THIS: https://github.com/Linuxbrew/brew/blob/master/docs/Troubleshooting.md#troubleshooting
    Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.