You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated LibCURL.jl from v0.5.1 to v0.5.2 on my windows 10 machine running Julia v1.1.1, I got the following build error. The version 0.5.1 was working without any problem. Also, v0.5.2 is fine on my MacBook Pro. Here is the error I got. Thanks for your help!
(v1.1) pkg> build LibCURL
Building LibCURL → `C:\Users\XXX\.julia\packages\LibCURL\lWJxD\deps\build.log`
┌ Error: Error building `LibCURL`:
│ ERROR: LoadError: LoadError: LibraryProduct(nothing, ["libz"], :libz, "Prefix(C:\\Users\\XXX\\.julia\\packages\\LibCURL\\lWJxD\\deps\\usr)") is not satisfied, cannot generate deps.jl!
│ Stacktrace:
│ [1] error(::String) at .\error.jl:33
│ [2] #write_deps_file#169(::Bool, ::Bool, ::Function, ::String, ::Array{LibraryProduct,1}) at C:\Users\XXX\.julia\packages\BinaryProvider\A0sDa\src\Products.jl:419
│ [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 none:0
│ [5] include at .\boot.jl:326 [inlined]
│ [6] include_relative(::Module, ::String) at .\loading.jl:1038
│ [7] include at .\sysimg.jl:29 [inlined]
│ [8] include(::String) at C:\Users\XXX\.julia\packages\LibCURL\lWJxD\deps\build.jl:24
│ [9] top-level scope at C:\Users\XXX\.julia\packages\LibCURL\lWJxD\deps\build.jl:25
│ [10] include at .\boot.jl:326 [inlined]
│ [11] include_relative(::Module, ::String) at .\loading.jl:1038
│ [12] include(::Module, ::String) at .\sysimg.jl:29
│ [13] include(::String) at .\client.jl:403
│ [14] top-level scope at none:0
│ in expression starting at C:\Users\XXX\.julia\packages\LibCURL\lWJxD\deps\build_Zlib.v1.2.11.jl:48
│ in expression starting at C:\Users\XXX\.julia\packages\LibCURL\lWJxD\deps\build.jl:14
└ @ Pkg.Operations C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.1\Pkg\src\Operations.jl:1075
The text was updated successfully, but these errors were encountered:
It turned out that LibCURL.jl is not responsible, but the new version v0.5.5 of BinaryProvider.jl, as discussed at JuliaPackaging/BinaryProvider.jl#170 . Hence, I close this issue now.
I just updated LibCURL.jl from v0.5.1 to v0.5.2 on my windows 10 machine running Julia v1.1.1, I got the following build error. The version 0.5.1 was working without any problem. Also, v0.5.2 is fine on my MacBook Pro. Here is the error I got. Thanks for your help!
The text was updated successfully, but these errors were encountered: