Skip to content
New issue

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

Error in Build Nettle #18

Closed
khag opened this issue Dec 20, 2013 · 1 comment
Closed

Error in Build Nettle #18

khag opened this issue Dec 20, 2013 · 1 comment

Comments

@khag
Copy link

khag commented Dec 20, 2013

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

@staticfloat
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants