JuliaWeb / GnuTLS.jl

Transport Level Security for Julia Streams provided by GnuTLS
Other
8 stars 13 forks source link

ERROR: Could not load library gnutls. Try running Pkg.fixup() to install missing dependencies! #13

Closed schuberm closed 10 years ago

schuberm commented 10 years ago

I suspect this is related to issue #10. I've tried Pkg.rm("GnuTLS"), rm -rf GnuTLS and and Pkg.clone(""https://github.com/loladiro/GnuTLS.jl"). Pkg.fixup() gives

INFO: Running build script for package GnuTLS
Error: You must `brew link gmp' before gnutls can be installed
WARNING: An exception occured while building binary dependencies.
You may have to take manual steps to complete the installation, see the error message below.
To reattempt the installation, run Pkg.fixup("GnuTLS").

 in build at pkg.jl:268
ERROR: failed process: Process(`brew install staticfloat/juliadeps/gnutls`, ProcessExited(1)) [1]
Keno commented 10 years ago

cc @staticfloat. This seems to be an issue with the homebrew dependencies.

schuberm commented 10 years ago

I wasn't sure who to ask. I know I can "fix" things by removing the ~/.julia folder, and adding one by one, as I've done in the past. Running Pkg.update() wasn't a good idea...

staticfloat commented 10 years ago

Moved over to https://github.com/JuliaLang/Homebrew.jl/issues/30, so I think we can close this one.