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

could not load module libumfpack #29

Closed
Lenskiy opened this issue May 1, 2013 · 4 comments
Closed

could not load module libumfpack #29

Lenskiy opened this issue May 1, 2013 · 4 comments

Comments

@Lenskiy
Copy link

Lenskiy commented May 1, 2013

version.jl
fatal: No names found, cannot describe anything.
linalg.jl
LoadError("sysimg.jl",162,LoadError("linalg.jl",173,LoadError("linalg/umfpack.jl",36,ErrorException("error compiling anonymous: could not load module libumfpack: dlopen(libumfpack.dylib, 1): image not found"))))
*** This error is usually fixed by running 'make clean'. If the error persists, try 'make cleanall'. ***
JULIA usr/lib/julia/sys.ji
version.jl
fatal: No names found, cannot describe anything.
linalg.jl
LoadError("sysimg.jl",162,LoadError("linalg.jl",173,LoadError("linalg/umfpack.jl",36,ErrorException("error compiling anonymous: could not load module libumfpack: dlopen(libumfpack.dylib, 1): image not found"))))
*** This error is usually fixed by running 'make clean'. If the error persists, try 'make cleanall'. ***

@staticfloat
Copy link
Owner

This is due to us playing around with suite-sparse in #28. I'm going to close this for now, if you still have this after we wrap up #28 please reopen.

@sshandilya
Copy link

brew test -v julia fails ...

Testing julia
==> /usr/local/Cellar/julia/HEAD/bin/julia runtests.jl all
/usr/local/Cellar/julia/HEAD/bin/julia runtests.jl all
From worker 9: * remote
From worker 7: * collections
From worker 5: * strings
From worker 2: * core
From worker 6: * unicode
From worker 4: * numbers
From worker 3: * keywordargs
From worker 8: * hashing
From worker 9: * iobuffer
From worker 9: * arrayops
From worker 3: * linalg
From worker 8: * blas
From worker 2: * fft
From worker 6: * dsp
From worker 8: * sparse
From worker 7: * bitarray
From worker 5: * random
From worker 5: * math
From worker 2: * functional
From worker 2: * bigint
From worker 8: * sorting
From worker 6: * statistics
From worker 2: * spawn
From worker 6: * parallel
From worker 2: [stdio passthrough ok]
From worker 5: * priorityqueue
From worker 8: * arpack
From worker 2: * file
From worker 5: * suitesparse
exception on 5: ERROR: test error during :(isequal((se33,do33),do33))
error compiling : error compiling solve: error compiling umfpack_numeric!: error compiling umfpack_symbolic!: could not load module libumfpack: dlopen(libumfpack.dylib, 1): image not found
in anonymous at test.jl:63
in do_test at test.jl:36
in runtests at /usr/local/Cellar/julia/HEAD/share/julia/test/testdefs.jl:5
in anonymous at multi.jl:811
in run_work_thunk at multi.jl:563
in anonymous at task.jl:811
at suitesparse.jl:3
ERROR: test error during :(isequal((se33,do33),do33))
error compiling : error compiling solve: error compiling umfpack_numeric!: error compiling umfpack_symbolic!: could not load module libumfpack: dlopen(libumfpack.dylib, 1): image not found
at suitesparse.jl:3
at /usr/local/Cellar/julia/HEAD/share/julia/test/runtests.jl:21

Error: julia: failed

@staticfloat
Copy link
Owner

Please brew update and try again.
On Sep 19, 2013 8:00 PM, "Shivender Shandilya" [email protected]
wrote:

brew test -v julia fails ...

Testing julia
==> /usr/local/Cellar/julia/HEAD/bin/julia runtests.jl all
/usr/local/Cellar/julia/HEAD/bin/julia runtests.jl all
From worker 9: * remote
From worker 7: * collections
From worker 5: * strings
From worker 2: * core
From worker 6: * unicode
From worker 4: * numbers
From worker 3: * keywordargs
From worker 8: * hashing
From worker 9: * iobuffer
From worker 9: * arrayops
From worker 3: * linalg
From worker 8: * blas
From worker 2: * fft
From worker 6: * dsp
From worker 8: * sparse
From worker 7: * bitarray
From worker 5: * random
From worker 5: * math
From worker 2: * functional
From worker 2: * bigint
From worker 8: * sorting
From worker 6: * statistics
From worker 2: * spawn
From worker 6: * parallel
From worker 2: [stdio passthrough ok]
From worker 5: * priorityqueue
From worker 8: * arpack
From worker 2: * file
From worker 5: * suitesparse
exception on 5: ERROR: test error during :(isequal((se33,do33),do33))
error compiling : error compiling solve: error compiling umfpack_numeric!:
error compiling umfpack_symbolic!: could not load module libumfpack:
dlopen(libumfpack.dylib, 1): image not found
in anonymous at test.jl:63
in do_test at test.jl:36
in runtests at /usr/local/Cellar/julia/HEAD/share/julia/test/testdefs.jl:5
in anonymous at multi.jl:811
in run_work_thunk at multi.jl:563
in anonymous at task.jl:811
at suitesparse.jl:3
ERROR: test error during :(isequal((se33,do33),do33))
error compiling : error compiling solve: error compiling umfpack_numeric!:
error compiling umfpack_symbolic!: could not load module libumfpack:
dlopen(libumfpack.dylib, 1): image not found
at suitesparse.jl:3
at /usr/local/Cellar/julia/HEAD/share/julia/test/runtests.jl:21

Error: julia: failed


Reply to this email directly or view it on GitHubhttps://github.com//issues/29#issuecomment-24787546
.

@sshandilya
Copy link

'brew update' along with complete removal & reinstall of :
openblas64-julia
arpack64-julia
suite-sparse64-julia
julia
... helped fix the problem!

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

3 participants