Skip to content

Instantly share code, notes, and snippets.

@rened
Last active December 23, 2015 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rened/6578708 to your computer and use it in GitHub Desktop.
Save rened/6578708 to your computer and use it in GitHub Desktop.
BinDeps issue solved on osx by setting DYLD path
julia> Pkg.add("HttpServer")
INFO: Installing Calendar v0.4.0
INFO: Installing FactCheck v0.1.0
INFO: Installing HttpServer v0.0.3
INFO: Installing GnuTLS v0.0.0
INFO: Installing HttpParser v0.0.4
INFO: Installing HttpCommon v0.0.2
INFO: Installing ICU v0.0.0
INFO: Installing UTF16 v0.2.0
INFO: Running build script for package GnuTLS
==> Installing gnutls dependency: libtasn1
==> Downloading http://archive.org/download/julialang/bottles/libtasn1-3.3.mountain_lion.bottle.tar.gz
curl: (22) The requested URL returned error: 404
Warning: Bottle installation failed: building from source.
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
==> Downloading http://ftpmirror.gnu.org/libtasn1/libtasn1-3.3.tar.gz
Already downloaded: /Library/Caches/Homebrew/libtasn1-3.3.tar.gz
==> ./configure --prefix=/Users/rene/.julia/Homebrew/deps/usr/Cellar/libtasn1/3.3
==> make install
🍺 /Users/rene/.julia/Homebrew/deps/usr/Cellar/libtasn1/3.3: 51 files, 632K
==> Installing gnutls dependency: nettle
==> Downloading http://archive.org/download/julialang/bottles/nettle-2.6.mountain_lion.bottle.tar.gz
Already downloaded: /Library/Caches/Homebrew/nettle-2.6.mountain_lion.bottle.tar.gz
==> Pouring nettle-2.6.mountain_lion.bottle.tar.gz
🍺 /Users/rene/.julia/Homebrew/deps/usr/Cellar/nettle/2.6: 61 files, 1.2M
==> Installing gnutls
==> Downloading http://archive.org/download/julialang/bottles/gnutls-3.1.10.mountain_lion.bottle.tar.gz
Already downloaded: /Library/Caches/Homebrew/gnutls-3.1.10.mountain_lion.bottle.tar.gz
==> Pouring gnutls-3.1.10.mountain_lion.bottle.tar.gz
🍺 /Users/rene/.julia/Homebrew/deps/usr/Cellar/gnutls/3.1.10: 872 files, 6.7M
INFO: Running build script for package HttpParser
INFO: Changing Directory to /Users/rene/.julia/HttpParser
INFO: Changing Directory to /Users/rene/.julia/HttpParser
INFO: REQUIRE updated.
julia> using HttpServer
ERROR: could not load module libicucore: dlopen(libicucore.dylib, 1): image not found
in anonymous at no file:37
in include at boot.jl:238
in include_from_node1 at loading.jl:96
in reload_path at loading.jl:121
in require at loading.jl:50
in include at boot.jl:238
in include_from_node1 at loading.jl:96
in reload_path at loading.jl:121
in require at loading.jl:50
in include at boot.jl:238
in include_from_node1 at loading.jl:96
in reload_path at loading.jl:121
in require at loading.jl:50
in include at boot.jl:238
in include_from_node1 at loading.jl:96
in reload_path at loading.jl:121
in require at loading.jl:50
at /Users/rene/.julia/ICU/src/ICU.jl:29
at /Users/rene/.julia/Calendar/src/Calendar.jl:1
at /Users/rene/.julia/HttpCommon/src/HttpCommon.jl:3
at /Users/rene/.julia/HttpServer/src/HttpServer.jl:7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment