Skip to content

Build fails on openSUSE Tumbleweed system #113

@patrikreiske

Description

@patrikreiske

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions