Hi everyone,

I am requesting some assistance with a Build issue related to the 2 
packages Nettle and ZMQ. 

When attempting to run "julia build.jl", both packages failed building at 
the Autotools line:

          Autotools(lib_dirs = libdirs,
                    include_dirs = includedirs,
                    env = env,
                    configure_options = ["--disable-openssl", 
"--libdir=$(BinDeps.libdir(nettle))"])


Error message:

> julia build.jl
ERROR: no method Dict{Any,Any}(Dict{Any,Any},)
 in Autotools at /home/ubuntu/.julia/v0.2/BinDeps/src/dependencies.jl:256
 in include at boot.jl:238
at /home/ubuntu/.julia/v0.2/Nettle/deps/build.jl:33


That's after adding the ppa from here 
<https://launchpad.net/~staticfloat/+archive/ubuntu/juliareleases> and 
making sure I have all the dependencies fulfilled using the .travis.yml 
script in the Julia git directory. Any help appreciated.

Thanks! 

-----------------------------------------------------------------------------------------------------------------------------

A little bit more on the system:

julia> versioninfo()
Julia Version 0.2.1
Commit e44b593905 (2014-01-30 13:47 UTC)
Platform Info:
  System: Linux (x86_64-linux-gnu)
  WORD_SIZE: 64
  BLAS: libblas.so.3
  LAPACK: liblapack.so.3
  LIBM: libopenlibm


System:

> cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.10
DISTRIB_CODENAME=saucy
DISTRIB_DESCRIPTION="Ubuntu 13.10"
NAME="Ubuntu"
VERSION="13.10, Saucy Salamander"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 13.10"
VERSION_ID="13.10"
HOME_URL="http://www.ubuntu.com/";
SUPPORT_URL="http://help.ubuntu.com/";
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/";


Reply via email to