We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Pkg.build(pkg)
deps/build.jl
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
The text was updated successfully, but these errors were encountered:
Please Pkg.update() and try again. This is supposedly fixed now.
Pkg.update()
Sorry, something went wrong.
No branches or pull requests
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.
Pkg.build(pkg)
deps/build.jl
scriptINFO: 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
The text was updated successfully, but these errors were encountered: