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 building Libtask #68

Closed
jibaneza opened this issue May 15, 2020 · 3 comments
Closed

Error building Libtask #68

jibaneza opened this issue May 15, 2020 · 3 comments

Comments

@jibaneza
Copy link

after turing update to v0.12.0 on Windows 10 I get:

Building Libtask → C:\Users\**\.julia\packages\Libtask\Q1ugc\deps\build.log
┌ Error: Error building Libtask:
│ ERROR: LoadError: LibraryProduct(nothing, ["libtask_v1_3"], :libtask_v1_3, "Prefix(C:\Users\**\.julia\packages\Libtask\Q1ugc\deps\usr)") is not satisfied, cannot generate deps.jl!
│ Stacktrace:
│ [1] error(::String) at .\error.jl:33
│ [2] write_deps_file(::String, ::Array{LibraryProduct,1}; verbose::Bool, isolate::Bool) at C:\Users*.julia\packages\BinaryProvider\GeAtj\src\Products.jl:419
│ [3] top-level scope at C:\Users*
.julia\packages\Libtask\Q1ugc\deps\build.jl:58
│ [4] include(::String) at .\client.jl:439
│ [5] top-level scope at none:5
│ in expression starting at C:\Users**.julia\packages\Libtask\Q1ugc\deps\build.jl:58
└ @ Pkg.Operations D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Pkg\src\Operations.jl:892

@devmotion
Copy link
Member

I assume it's the same problem as described in #67. Can you try the solution in #67 (comment) and check if it fixes the issue for you as well?

@jibaneza
Copy link
Author

Yes, that did work. I had to ] add BinaryProvider, and then it could build from there. Thank you for the fast answer!

@devmotion
Copy link
Member

Great that it fixed your 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

2 participants