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
Everything was working fine on Julia 0.6.4 with LightXML v0.6.0. After Pkg.update(), which lead to an update of LightXML to v0.7.0, I get the following build error:
julia> Pkg.build("LightXML")
INFO: Building LightXML
============================================================[ ERROR: LightXML ]=============================================================
LoadError: BinaryProvider.LibraryProduct(nothing, String["libxml2"], :libxml2, "Prefix(/projects/ag-trebst/bauer/.julia/v0.6/LightXML/deps/usr)") is not satisfied, cannot generate deps.jl!
while loading /projects/ag-trebst/bauer/.julia/v0.6/LightXML/deps/build.jl, in expression starting on line 72==========================================================================================================================================================================================================[ BUILD ERRORS ]==============================================================
WARNING: LightXML had build errors.
- packages with build errors remain installed in/projects/ag-trebst/bauer/.julia/v0.6- build the package(s) and all dependencies with `Pkg.build("LightXML")`- build a single package by running its `deps/build.jl` script
============================================================================================================================================
Any ideas how to fix this? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Overwriting the libxml2.so* (version 2.7.9) files in LightXML/deps/usr/lib with the same files in my /usr/lib64 (version 2.7.6) solved the problem somehow.
Everything was working fine on Julia 0.6.4 with LightXML v0.6.0. After
Pkg.update()
, which lead to an update of LightXML to v0.7.0, I get the following build error:Any ideas how to fix this? Thanks in advance!
The text was updated successfully, but these errors were encountered: