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

deps/usr/lib Not created in right order #3

Closed
wsmoses opened this issue Sep 11, 2019 · 0 comments
Closed

deps/usr/lib Not created in right order #3

wsmoses opened this issue Sep 11, 2019 · 0 comments

Comments

@wsmoses
Copy link
Member

wsmoses commented Sep 11, 2019

build.log

Downloading release asset enzyme.v0.0.1.x86_64-linux-gnu-gcc4.tar.gz to /home/wmoses/autodiff/Enzyme.jl/deps/usr/downloads/enzyme.v0.0.1.x86_64-linux-gnu-gcc4.tar.gz
Downloaded /home/wmoses/autodiff/Enzyme.jl/deps/usr/downloads/enzyme.v0.0.1.x86_64-linux-gnu-gcc4.tar.gz
Download of release assets complete
Release asset checksum verified for /home/wmoses/autodiff/Enzyme.jl/deps/usr/downloads/enzyme.v0.0.1.x86_64-linux-gnu-gcc4.tar.gz
[ Info: Directory /home/wmoses/autodiff/Enzyme.jl/deps/usr/lib does not exist!
[ Info: Destination file /home/wmoses/autodiff/Enzyme.jl/deps/usr/downloads/enzyme.v0.0.1.x86_64-linux-gnu-gcc4.tar.gz already exists, verifying...
[ Info: No hash cache found
[ Info: Calculated hash 9f2d8a9011348c6b167fc773a1090ce0190c2331d21f5ab8eea6dc2745bdf0ce for file /home/wmoses/autodiff/Enzyme.jl/deps/usr/downloads/enzyme.v0.0.1.x86_64-linux-gnu-gcc4.tar.gz
[ Info: Installing /home/wmoses/autodiff/Enzyme.jl/deps/usr/downloads/enzyme.v0.0.1.x86_64-linux-gnu-gcc4.tar.gz into /home/wmoses/autodiff/Enzyme.jl/deps/usr
[ Info: Found a valid dl path LLVMEnzyme.so while looking for LLVMEnzyme
[ Info: /home/wmoses/autodiff/Enzyme.jl/deps/usr/lib/LLVMEnzyme.so matches our search criteria of LLVMEnzyme
[ Info: /home/wmoses/autodiff/Enzyme.jl/deps/usr/lib/LLVMEnzyme.so cannot be dlopen'ed
[ Info: Could not locate LLVMEnzyme inside /home/wmoses/autodiff/Enzyme.jl/deps/usr/lib
ERROR: Error while loading expression starting at /home/wmoses/autodiff/Enzyme.jl/deps/build.jl:68
caused by [exception 1]
LibraryProduct(nothing, ["LLVMEnzyme"], :libenzyme, "Prefix(/home/wmoses/autodiff/Enzyme.jl/deps/usr)") is not satisfied, cannot generate deps.jl!
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] #write_deps_file#152(::Bool, ::typeof(write_deps_file), ::String, ::Array{LibraryProduct,1}) at /home/wmoses/.julia/packages/BinaryProvider/TcAwt/src/Products.jl:414
 [3] (::getfield(BinaryProvider, Symbol("#kw##write_deps_file")))(::NamedTuple{(:verbose,),Tuple{Bool}}, ::typeof(write_deps_file), ::String, ::Array{LibraryProduct,1}) at ./none:0
 [4] top-level scope at /home/wmoses/autodiff/Enzyme.jl/deps/build.jl:68
 [5] include at ./boot.jl:328 [inlined]
 [6] include_relative(::Module, ::String) at ./loading.jl:1094
 [7] include(::Module, ::String) at ./Base.jl:31
 [8] include(::String) at ./client.jl:431
 [9] top-level scope at none:5

Note that after failing the directory does seem to exist (implying an incorrect order issue)

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