Your message dated Sun, 10 Jun 2018 16:50:35 +0000 with message-id <[email protected]> and subject line Bug#901106: fixed in eccodes 2.7.3-3 has caused the Debian Bug report #901106, regarding eccodes: FTBFS when built with dpkg-buildpackage -A to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 901106: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901106 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:eccodes Version: 2.7.3-2 Severity: serious Dear maintainer: I tried to build this package in stretch with "dpkg-buildpackage -A" but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --buildsystem=cmake --with=python3,fortran_mod --builddirectory=/<<PKGBUILDDIR>>/debian/build --no-parallel dh_update_autotools_config -i -O--buildsystem=cmake -O--builddirectory=/<<PKGBUILDDIR>>/debian/build dh_autoreconf -i -O--buildsystem=cmake -O--builddirectory=/<<PKGBUILDDIR>>/debian/build debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' F77=gfortran-8 dh_auto_configure -- \ -DCMAKE_BUILD_TYPE=Release -DDISABLE_OS_CHECK=ON -DENABLE_INSTALL_ECCODES_DEFINITIONS=ON -DENABLE_INSTALL_ECCODES_SAMPLES=ON -DENABLE_PNG=ON -DENABLE_AEC=ON -DENABLE_RPATHS=OFF -DENABLE_RELATIVE_RPATHS=OFF -DENABLE_MEMFS=ON -DHAVE_BIT_REPRODUCIBLE=ON -DCMAKE_C_CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro" -DENABLE_ALIGN_MEMORY=ON -DENABLE_GRIB_TIMER=ON -DENABLE_ECCODES_OMP_THREADS=On -DENABLE_PYTHON=ON -DPYTHON_EXECUTABLE=/usr/bin/python3 install -d debian/build cd debian/build && cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_BUILD_TYPE=Release -DDISABLE_OS_CHECK=ON -DENABLE_INSTALL_ECCODES_DEFINITIONS=ON -DENABLE_INSTALL_ECCODES_SAMPLES=ON -DENABLE_PNG=ON -DENABLE_AEC=ON -DENABLE_RPATHS=OFF -DENABLE_RELATIVE_RPATHS=OFF -DENABLE_MEMFS=ON -DHAVE_BIT_REPRODUCIBLE=ON "-DCMAKE_C_CFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro" -DENABLE_ALIGN_MEMORY=ON -DENABLE_GRIB_TIMER=ON -DENABLE_ECCODES_OMP_THREADS=On -DENABLE_PYTHON=ON -DPYTHON_EXECUTABLE=/usr/bin/python3 -- The C compiler identification is GNU 7.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info [... snipped ...] (grep -a -s -v python3:Depends debian/libeccodes-data.substvars; echo python3:Depends=python3-numpy) > debian/libeccodes-data.substvars.new mv debian/libeccodes-data.substvars.new debian/libeccodes-data.substvars (grep -a -s -v python3:Depends debian/libeccodes-doc.substvars; echo python3:Depends=python3-numpy) > debian/libeccodes-doc.substvars.new mv debian/libeccodes-doc.substvars.new debian/libeccodes-doc.substvars dh_install install -d debian/.debhelper/generated/libeccodes0 install -d debian/libeccodes-data//usr/share/eccodes cp --reflink=auto -a debian/tmp/usr/share/eccodes/definitions debian/tmp/usr/share/eccodes/samples debian/libeccodes-data//usr/share/eccodes/ install -d debian/.debhelper/generated/libeccodes-data install -d debian/.debhelper/generated/libeccodes-dev install -d debian/.debhelper/generated/libeccodes-tools install -d debian/.debhelper/generated/python3-eccodes install -d debian/.debhelper/generated/libeccodes-doc # # Setup cmake files for magics++, metview, etc. # mkdir -p debian/libeccodes-dev//usr/lib/x86_64-linux-gnu/cmake/eccodes cp debian/tmp/usr/share/eccodes/cmake/* debian/libeccodes-dev//usr/lib/x86_64-linux-gnu/cmake/eccodes sed -e 's%${_IMPORT_PREFIX}%/usr%' \ < debian/tmp/usr/share/eccodes/cmake/eccodes-targets-release.cmake | \ sed -e 's%-lpython3.6 %%g' | \ sed -e 's%/usr/lib/libeccodes%/usr/lib/x86_64-linux-gnu/libeccodes%' | \ sed -e 's%/usr/lib/x86_64-linux-gnu/libopenjpeg.so;%%' | sed -e 's%;/usr/lib/x86_64-linux-gnu/libpng.so%%g' \ > debian/libeccodes-dev//usr/lib/x86_64-linux-gnu/cmake/eccodes/eccodes-targets-release.cmake sed -e 's%;/usr/lib/x86_64-linux-gnu/libopenjpeg.so%%g' \ < debian/tmp/usr/share/eccodes/cmake/eccodes-config.cmake | \ sed -e 's%-lpython3.6 %%g' | \ sed -s 's%/usr/include/python3.6;%%g' | sed -e 's%/usr/include/python2.7;%%g' | \ sed -e 's%;/usr/lib/x86_64-linux-gnu/libpng.so%%g' \ > debian/libeccodes-dev//usr/lib/x86_64-linux-gnu/cmake/eccodes/grib_api-config.cmake # For bit-reproducibility, sanitize the build paths for f in eccodes-config.cmake eccodes-import.cmake grib_api-config.cmake ; do \ sed -e 's%/<<PKGBUILDDIR>>%/build/eccodes%g' < debian/libeccodes-dev//usr/lib/x86_64-linux-gnu/cmake/eccodes/$f \ > debian/libeccodes-dev//usr/lib/x86_64-linux-gnu/cmake/eccodes/x; \ mv debian/libeccodes-dev//usr/lib/x86_64-linux-gnu/cmake/eccodes/x debian/libeccodes-dev//usr/lib/x86_64-linux-gnu/cmake/eccodes/$f ; \ done sed -e 's%/<<PKGBUILDDIR>>%/build/eccodes%g' < debian/libeccodes-dev//usr/include/x86_64-linux-gnu/eccodes_ecbuild_config.h \ > debian/libeccodes-dev//usr/include/x86_64-linux-gnu/x /bin/sh: 1: cannot open debian/libeccodes-dev//usr/include/x86_64-linux-gnu/eccodes_ecbuild_config.h: No such file debian/rules:67: recipe for target 'override_dh_install' failed make[1]: *** [override_dh_install] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules:58: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- To reproduce, please try "dpkg-buildpackage -A". (The error does not happen with "dpkg-buildpackage"). Thanks.
--- End Message ---
--- Begin Message ---Source: eccodes Source-Version: 2.7.3-3 We believe that the bug you reported is fixed in the latest version of eccodes, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Alastair McKinstry <[email protected]> (supplier of updated eccodes package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 10 Jun 2018 16:49:58 +0100 Source: eccodes Binary: libeccodes0 libeccodes-data libeccodes-dev libeccodes-tools python3-eccodes libeccodes-doc Architecture: source all amd64 Version: 2.7.3-3 Distribution: unstable Urgency: medium Maintainer: Alastair McKinstry <[email protected]> Changed-By: Alastair McKinstry <[email protected]> Description: libeccodes-data - GRIB and BUFR enecoding/encoding software library - data libeccodes-dev - GRIB and BUFR decoding/encoding software library (development) libeccodes-doc - GRIB decoding/encoding software (documentation) libeccodes-tools - GRIB decoding/encoding software (utilities) libeccodes0 - GRIB and BUFR enecoding/encoding software library python3-eccodes - Python module for the ECMWF GRIB API library Closes: 901106 Changes: eccodes (2.7.3-3) unstable; urgency=medium . * Fix FTBFS with dpkg-buildpackage -A. Closes: #901106. Checksums-Sha1: 3ac3f7df497a141fd9034d379ec43ad10f1a8f86 2763 eccodes_2.7.3-3.dsc dde52f877fa694a7d77988d5094e9b37bcf19bd8 25140 eccodes_2.7.3-3.debian.tar.xz abd6bf7fc711025f47b4206da4d7cf372d4aeace 10781 eccodes_2.7.3-3_amd64.buildinfo f3ad9e36424ffd8c4e9ac0f80e96c6d2c7d3edf6 1270324 libeccodes-data_2.7.3-3_all.deb 06a86fbaa8c133a5496468296f3eb3553d1bb1ca 1794588 libeccodes-dev_2.7.3-3_amd64.deb 322d2522e7b97c81c90412f3c1986d67bc8c5760 105728 libeccodes-doc_2.7.3-3_all.deb 7eb38d3479b20ac1939ad3d5be36c04650e35a9f 1504696 libeccodes-tools-dbgsym_2.7.3-3_amd64.deb 162410ba9796914e9eaeb1020588441ed0adaaa9 229808 libeccodes-tools_2.7.3-3_amd64.deb b20f909ab143bf42b2f85e3de93cb0f416cc5a7e 2163348 libeccodes0-dbgsym_2.7.3-3_amd64.deb 0de47a2a981aa6f376f6a93ce1124f09380098b5 1544048 libeccodes0_2.7.3-3_amd64.deb 544fc014f6c7962bf69eec45fd4c83956e4de516 156648 python3-eccodes-dbgsym_2.7.3-3_amd64.deb fd58606dbe009914cd07b6de3b051015819e0596 70400 python3-eccodes_2.7.3-3_amd64.deb Checksums-Sha256: e096483abba7cded95bafd0ba4d4dd078719763aba85421a7cd4a3bf91f284ac 2763 eccodes_2.7.3-3.dsc 966c4faa81935b691d0c2c9db97e9d143da5c1b5cdec666a7ebd7c4d6d1eaa24 25140 eccodes_2.7.3-3.debian.tar.xz c947a48da26c7023f410c04bdf70cd9a73b1e16e21951c5dd21ce08ac8aa88c1 10781 eccodes_2.7.3-3_amd64.buildinfo 95eb4bfab10df513d4f9524e6157569fc416ba26b590acc32b0e88be68cffc4a 1270324 libeccodes-data_2.7.3-3_all.deb 47a96474cf61d4955fff4b823964593423a5926973f80cb104b02f2e8d9ce2f9 1794588 libeccodes-dev_2.7.3-3_amd64.deb 903eb86e43303b1b69fe614827b1f8cd98bf1e6fd8aaa1327c1b8bc42160fece 105728 libeccodes-doc_2.7.3-3_all.deb 106246a6279003d04390dbae07d7543500c9e371cc37e1fb4f179767a2ee36f9 1504696 libeccodes-tools-dbgsym_2.7.3-3_amd64.deb 1c6bfcdb579f48a08b2cdedffa3ab41536445f2ac6dc8a17e5ccd4f8e3e7af7e 229808 libeccodes-tools_2.7.3-3_amd64.deb 61cb9eccf359c37a3054d41a38ced25981fe3003d6bc3c22b0eb0c35c707e934 2163348 libeccodes0-dbgsym_2.7.3-3_amd64.deb 791fbedbe81b2f45e71fdb653d80f8ae678af0a32158bc81dd59c4aee0775e4b 1544048 libeccodes0_2.7.3-3_amd64.deb be043667f9b09d640091c4cce7d728d0b2df0df209adb1375a15e8bbf2686831 156648 python3-eccodes-dbgsym_2.7.3-3_amd64.deb 24949bb3530981e33eec9e7b8d444b30aeb9c5b0643d8f6f0f3ebb9967b7159e 70400 python3-eccodes_2.7.3-3_amd64.deb Files: 548de3e03669a879cd9b5f49c9d1bda3 2763 science optional eccodes_2.7.3-3.dsc 188b06e68cb2c9c3d51f701818444cca 25140 science optional eccodes_2.7.3-3.debian.tar.xz a78815e4f23ec219a135d0b0969898b8 10781 science optional eccodes_2.7.3-3_amd64.buildinfo 84b3080e88f4f29a448918b14245ec2a 1270324 science optional libeccodes-data_2.7.3-3_all.deb 6765bd4c139f107a49ac40b0fca1bd85 1794588 libdevel optional libeccodes-dev_2.7.3-3_amd64.deb 0b606b79bbfd62daff41d969b58df509 105728 doc optional libeccodes-doc_2.7.3-3_all.deb a68e48af432e7b21c182541c692bc99f 1504696 debug optional libeccodes-tools-dbgsym_2.7.3-3_amd64.deb 234b5021be883a636ad7d3f1015b29ec 229808 utils optional libeccodes-tools_2.7.3-3_amd64.deb fd8dbbc982095d0f74e35574ad808754 2163348 debug optional libeccodes0-dbgsym_2.7.3-3_amd64.deb abdc7eaa81978918365874914a8ddd48 1544048 libs optional libeccodes0_2.7.3-3_amd64.deb 7911300964aeb2674f05fc38fe390484 156648 debug optional python3-eccodes-dbgsym_2.7.3-3_amd64.deb 58000b8aa3c1ef47ea15e881276014d9 70400 python optional python3-eccodes_2.7.3-3_amd64.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAlsdUNkACgkQy+a7Tl2a 06W0bg//f5sXtNCJ5raQKDzA7aieNJ9niUc4r6XLCvqYPLVi5zskWveP9G5K0gh2 CkWwFa7755XUiVNNTPRezLcn7rsMjqeIRS6lyhtY15SjzcoqD1MB8mk+02YFdJWj uEp4Zb0HrVHZ95asFQjQcoXd/kIXsfoqbqHo25GWLUsOfoBtjDlBnYK5Reru/Qq9 IwABlcqoAnpR0OTfdngjkmJDVGYu7216BzMyHnGnJu3wzIsEs+fSxzXpxdWiJg5s kSFJdoPoXhvmxnp0EMTQ0oF8wB8j57uYVyOsr0ah5S9u53dyomwR7MK8PNX9aM9Y RWIiThr5x1MnyQZUrMl9XA2DaISbcg+/9hgxnTeRBe3jv9nsYxh+2r7rv1CACUwo EQ3hQZFNz6lll2Bp563Kc90hdbJxt+oIXHh1HSzSS/q/Tk1eL2PDji/ZVjGITMhh GdDMY0WKYcJDE+7qOyKZa0iJGTWS/y7lBB46GPQj1cD4YsgBWLTY6jZOnnG4rDWI EoB6JiK93S0GlVAHtZS0Fx7cOkjcotlbzLptJ5xyvLMZGVB/jGEKmAPCyQlf9TFM AZZo/fTvIMkkeEF2SHNqteaJpDDSG3pR19c1s6gj2/mwRWjm57EwwvDYWzdTLeyi 7sCiCLlcxAdoO2g3l1W+Dig2/NwWDPaL6q6PNu/tHV+TUqlyDOE= =MyTj -----END PGP SIGNATURE-----
--- End Message ---

