Package: emoslib Version: 2:4.4.5-1 Severity: serious Tags: patch User: [email protected] Usertags: origin-ubuntu zesty ubuntu-patch
Greetings, Looks like the new emoslib FTBFS everywhere (except your build): > cd /«PKGBUILDDIR»/obj-i686-linux-gnu/libemos-sp-shared && /usr/bin/cc > -DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT > -DPOINTER_64 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE > -Demos_sp_shared_EXPORTS -Dgfortran -Dlinux > -I/«PKGBUILDDIR»/obj-i686-linux-gnu/module -I/«PKGBUILDDIR» > -I/«PKGBUILDDIR»/obj-i686-linux-gnu -I/«PKGBUILDDIR»/interpolation > -I/«PKGBUILDDIR»/bufrdc_wmo -I/usr/lib/include > -I/usr/lib/python3/dist-packages/numpy/core/include > -I/usr/include/openjpeg-2.1 -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -pipe -O3 -DNDEBUG -fPIC -fpic -o > CMakeFiles/emos_sp_shared.dir/__/pbio/recheckLength.c.o -c > /«PKGBUILDDIR»/pbio/recheckLength.c > make[4]: *** No rule to make target '/usr/lib/i386-linux-gnu/libopenjp2.so', > needed by 'usr/lib/i386-linux-gnu/libemosR64.so.0d'. Stop. > make[4]: *** Waiting for unfinished jobs.... Seems to be a missing build-dep. Patch attached, can NMU if you want. Cheers, -- Iain Lane [ [email protected] ] Debian Developer [ [email protected] ] Ubuntu Developer [ [email protected] ]
diff -Nru emoslib-4.4.5/debian/control emoslib-4.4.5/debian/control --- emoslib-4.4.5/debian/control 2016-11-29 07:11:28.000000000 +0000 +++ emoslib-4.4.5/debian/control 2016-12-01 16:56:24.000000000 +0000 @@ -6,6 +6,7 @@ libboost-dev (>= 1.47.0), libboost-test-dev, chrpath, libeccodes-dev (>= 2.0.1-2), libeccodes-tools | libgrib-api-tools, + libopenjp2-7-dev, zlib1g-dev, libfftw3-dev, libpython2.7-dev, libnetcdf-dev

