Skip to content

ziptype not defined in sparsematrix.jl and other scripts in v. 0.6 dev #19580

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

Closed
colbec opened this issue Dec 13, 2016 · 1 comment
Closed

ziptype not defined in sparsematrix.jl and other scripts in v. 0.6 dev #19580

colbec opened this issue Dec 13, 2016 · 1 comment

Comments

@colbec
Copy link

colbec commented Dec 13, 2016

In:

julia> versioninfo()
Julia Version 0.6.0-dev.1555
Commit 2ee7311* (2016-12-13 05:11 UTC)
Platform Info:
  OS: Linux (x86_64-suse-linux)
  CPU: Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.7.1 (ORCJIT, haswell)

make completes correctly, then make testall stops with error beginning at

dsp (3)                   |    7.44  |  0.91  | 12.2 | 298.09     | 2844.51 
examples (4)              |   12.04  |  0.59  |  4.9 | 637.90     | 1742.35 
ERROR: LoadError: UndefVarError: ziptype not defined
 in _broadcast_type at ./sparse/sparsematrix.jl:1468 [inlined]
 in map(::##252#253, ::SparseMatrixCSC{Float64,Int64}) at ./sparse/sparsematrix.jl:1416
 in testmap_equivalence(::Function, ::SparseMatrixCSC{Float64,Int64}, ::Vararg{SparseMatrixCSC{Float64,Int64},N}) at /home/colin/Downloads/julia6/test/parallel_exec.jl:845
 in include_from_node1(::String) at ./loading.jl:532
 in include(::String) at ./sysimg.jl:14
 in process_options(::Base.JLOptions) at ./client.jl:271
 in _start() at ./client.jl:335

with extensive error output following which seems to repeat the same error "ziptype not defined" for various functions. I have kept the full error output and can gist this if necessary.
I believe this has emerged in the last 48 hours.

@martinholters
Copy link
Member

Will be fixed by #19576.

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