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

Build error after update from LightXML v0.6.0 to v0.7.0 on Julia 0.6.4 #90

Open
carstenbauer opened this issue Aug 24, 2018 · 1 comment

Comments

@carstenbauer
Copy link

carstenbauer commented Aug 24, 2018

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!

@carstenbauer
Copy link
Author

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.

@ghost ghost mentioned this issue Feb 22, 2019
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

1 participant