-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
Building the package fails on my openSUSE Tumbleweed system.
julia> versioninfo()
Julia Version 0.6.2
Commit d386e40 (2017-12-13 18:08 UTC)
Platform Info:
OS: Linux (x86_64-suse-linux)
CPU: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
WORD_SIZE: 64
BLAS: libopenblas (DYNAMIC_ARCH Sandybridge)
LAPACK: libopenblas_openmp.so.0
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, ivybridge)
julia> Pkg.build("ImageMagick")
INFO: Building FFTW
INFO: Building SpecialFunctions
INFO: Building ImageMagick
=====================================================================================[ ERROR: ImageMagick ]=====================================================================================
LoadError: None of the selected providers can install dependency libwand.
Use BinDeps.debug(package_name) to see available providers
while loading /home/patrik/.julia/v0.6/ImageMagick/deps/build.jl, in expression starting on line 117
================================================================================================================================================================================================
========================================================================================[ BUILD ERRORS ]========================================================================================
WARNING: ImageMagick had build errors.
- packages with build errors remain installed in /home/patrik/.julia/v0.6
- build the package(s) and all dependencies with `Pkg.build("ImageMagick")`
- build a single package by running its `deps/build.jl` script
================================================================================================================================================================================================
I did some investigation on my own but didn't manage to fix the problem (started using Julia a few days ago).
On openSUSE Tumbleweed, the library is installed though the package "libGraphicsMagickWand-Q16-2" and to be found in the filesystem as /usr/lib64/libGraphicsMagickWand-Q16.so.2 but since the build does neither have and appropriate entry in the aliases vector nor package provider, the build fails I think.
Hope this helps fixing the problem!
Metadata
Metadata
Assignees
Labels
No labels