JuliaCrypto / Nettle.jl

Julia wrapper around nettle cryptographic hashing/encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in Build Nettle

khag opened this issue · comments

commented

After updating to the julia 0.3, the Nettle had build errors.
_
_ _ ()_ | A fresh approach to technical computing
() | () () | Documentation: http://docs.julialang.org
_ _ | | __ _ | Type "help()" to list help topics
| | | | | | |/ ` | |
| | |
| | | | (
| | | Version 0.3.0-prerelease+600 (2013-12-20 08:48 UTC)
/ |_'|||__'| | Commit 9961762* (0 days old master)
|__/ | x86_64-linux-gnu

julia> Pkg.add("Nettle")
INFO: Installing Nettle v0.1.3
INFO: Building Nettle
=====================================================[ ERROR: Nettle ]======================================================

stack overflow
while loading /home/kh/.julia/Nettle/deps/build.jl, in expression starting on line 27

======================================================[ BUILD ERRORS ]======================================================

WARNING: Nettle had build errors.

  • packages with build errors remain installed in /home/kh/.julia
  • build a package and all its dependencies with Pkg.build(pkg)
  • build a single package by running its deps/build.jl script

INFO: REQUIRE updated

julia> Pkg.update()
INFO: Updating METADATA...
INFO: Computing changes...
INFO: No packages to install, update or remove

julia> Pkg.checkout("Nettle")
INFO: Checking out Nettle master...
INFO: Pulling Nettle latest master...
INFO: No packages to install, update or remove

Please Pkg.update() and try again. This is supposedly fixed now.