Package: magics++
Version: 2.30.0-1
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu zesty ubuntu-patch

Hi,

After fixing emoslib, seems magics++ fails with

>   The imported target "emos_tool" references the file
> 
>      "/usr/bin/emos_tool"
> 
>   but this file does not exist.  Possible reasons include:
> 
>   * The file was deleted, renamed, or moved to another location.
> 
>   * An install or uninstall procedure did not complete successfully.
> 
>   * The installation package was faulty and contained
> 
>      "/usr/lib/x86_64-linux-gnu/cmake/libemos/libemos-targets.cmake"
> 
>   but not all the files it references.

You can fix this by adding a build-dep on libemos-bin, but then it FTBFS
with a missing libopenjp-2 dependency. Adding libopenjp2-7-dev fixes
that one, then magic++ builds.

Cheers,

-- 
Iain Lane                                  [ i...@orangesquash.org.uk ]
Debian Developer                                   [ la...@debian.org ]
Ubuntu Developer                                   [ la...@ubuntu.com ]
diff -Nru magics++-2.30.0/debian/control magics++-2.30.0/debian/control
--- magics++-2.30.0/debian/control	2016-11-28 15:18:58.000000000 +0000
+++ magics++-2.30.0/debian/control	2016-12-01 17:20:46.000000000 +0000
@@ -8,11 +8,13 @@
  python3-all-dev, python3-numpy,
  libhdf5-serial-dev | libhdf5-dev, libnetcdf-dev, libnetcdf-cxx-legacy-dev,
  libgl1-mesa-dev, libgd-dev, 
+ libemos-bin,
  libemos-dev (>=  2:4.3.9), libgeotiff-dev,
  libeccodes-dev | libgrib-api-dev (>= 1.14.5-2), 
  libeccodes-tools | libgrib-api-tools, 
  libaec-dev,
  libterralib-dev, 
+ libopenjp2-7-dev,
  libcairo2-dev, libpango1.0-dev,
  ttf-dejavu-core, libxml-parser-perl, 
  ghostscript, zlib1g-dev, libboost-dev, libproj-dev, 

Reply via email to