Your message dated Wed, 23 Mar 2022 11:33:52 +0000
with message-id <e1nwzfq-0005u7...@fasolo.debian.org>
and subject line Bug#1008148: fixed in esdm 1.0-2
has caused the Debian Bug report #1008148,
regarding esdm: missing Build-Depends: cmake
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 ow...@bugs.debian.org
immediately.)


-- 
1008148: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008148
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: esdm
Version: 1.0-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source

esdm FTBFS in a minimal buildd chroot:

https://buildd.debian.org/status/fetch.php?pkg=esdm&arch=arm64&ver=1.0-1&stamp=1645887435&raw=0

   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DPLANTUML_JAR_PATH=/usr/share/plantuml 
-DBACKEND_KDSA_DUMMY=On -DBACKEND_PMEM=On -DBACKEND_S3=Off -DENABLE_HDF5=On 
-DENABLE_MPI=On -DBACKEND_POSIX=On 
        install -d /<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home
        install -d debian/build
        cd debian/build && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu 
-DPLANTUML_JAR_PATH=/usr/share/plantuml -DBACKEND_KDSA_DUMMY=On 
-DBACKEND_PMEM=On -DBACKEND_S3=Off -DENABLE_HDF5=On -DENABLE_MPI=On 
-DBACKEND_POSIX=On ../..
Can't exec "cmake": No such file or directory at 
/usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 523.
dh_auto_configure: error: cd debian/build && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu 
-DPLANTUML_JAR_PATH=/usr/share/plantuml -DBACKEND_KDSA_DUMMY=On 
-DBACKEND_PMEM=On -DBACKEND_S3=Off -DENABLE_HDF5=On -DENABLE_MPI=On 
-DBACKEND_POSIX=On ../.. failed to execute: No child processes
dh_auto_configure: error: cd debian/build && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu 
-DPLANTUML_JAR_PATH=/usr/share/plantuml -DBACKEND_KDSA_DUMMY=On 
-DBACKEND_PMEM=On -DBACKEND_S3=Off -DENABLE_HDF5=On -DENABLE_MPI=On 
-DBACKEND_POSIX=On ../.. returned exit code 2
make[1]: *** [debian/rules:26: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'

Maybe more B-D than just cmake are missing, I haven't tested that.


Andreas

--- End Message ---
--- Begin Message ---
Source: esdm
Source-Version: 1.0-2
Done: Alastair McKinstry <mckins...@debian.org>

We believe that the bug you reported is fixed in the latest version of
esdm, 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 1008...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <mckins...@debian.org> (supplier of updated esdm 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 23 Mar 2022 10:30:43 +0000
Source: esdm
Binary: esdm-tools esdm-tools-dbgsym libesdm-dev libesdm-dev-dbgsym libesdm0d 
libesdm0d-dbgsym
Architecture: source amd64
Version: 1.0-2
Distribution: experimental
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Description:
 esdm-tools - Earth System Data  Middleware
 libesdm-dev - Earth System Data  Middleware - devel files
 libesdm0d  - Earth System Data  Middleware - libraries
Closes: 1008148
Changes:
 esdm (1.0-2) experimental; urgency=medium
 .
   * Add cmake as build-dep. Closes: #1008148
Checksums-Sha1:
 05d7751aad6a318cffa568622596472da84622d3 2124 esdm_1.0-2.dsc
 4527045e1cfc77afc027051c4f81f4c7b153703e 4752 esdm_1.0-2.debian.tar.xz
 40194b924eb16eac9a7410414e545e21dfb61050 22284 
esdm-tools-dbgsym_1.0-2_amd64.deb
 e2299effb43c2105da1ef7aaed9983a67ae4dd10 8972 esdm-tools_1.0-2_amd64.deb
 a90141be7f53a8bf8afe442b92c240a2f8533ebe 17093 esdm_1.0-2_amd64.buildinfo
 ce9b2918b0f954895a5ae141ae7e91a22ae1244d 39464 
libesdm-dev-dbgsym_1.0-2_amd64.deb
 771de0fca220c2400b471ad67cbd46fed61692cf 3675956 libesdm-dev_1.0-2_amd64.deb
 8d7927751e87888e42967a6fda2bd64bc9e6c0a3 279264 
libesdm0d-dbgsym_1.0-2_amd64.deb
 bca21710bbcf1d25dc6d108b49932627b15a7546 91252 libesdm0d_1.0-2_amd64.deb
Checksums-Sha256:
 f311b1dc0838d45f536b43251ae4eba9e4965c7680b46e5fa5f996501e8253be 2124 
esdm_1.0-2.dsc
 9aa6b99b4bc24df676d72ab05a370f77cbf92301576343fae765e3f29a14834a 4752 
esdm_1.0-2.debian.tar.xz
 b795885a7fb8a42225f075c3cf9ec563e513f08b9a23295b5f9d841ab6bc114a 22284 
esdm-tools-dbgsym_1.0-2_amd64.deb
 cc6fc14c311233f85a90f93dc404140d69f9379ac17f7e9917a6c213a620f0ad 8972 
esdm-tools_1.0-2_amd64.deb
 a5e1013435478eb6bc81354a39d3f967875592793b299e255eebab15f8ed8217 17093 
esdm_1.0-2_amd64.buildinfo
 2a219e5c4aad6757d0d4b9400a25e94d36e430562c8e33e25d38bfa1ce0f893a 39464 
libesdm-dev-dbgsym_1.0-2_amd64.deb
 a8daeb5cd36f0cf7d69ac311d7a52b8e1405f5a9ee5fff1e94daebb6ec449fff 3675956 
libesdm-dev_1.0-2_amd64.deb
 3582a9ba1e9f9c611fce41b239ec4ae6dadaaf727e7b11826ccce1c427d1af8f 279264 
libesdm0d-dbgsym_1.0-2_amd64.deb
 c2061844303536c482810f134dd2d46614251d322fcae45c322aa8cd58803db3 91252 
libesdm0d_1.0-2_amd64.deb
Files:
 21a6c89c25f04cf11778d9ff3bd7e569 2124 utils optional esdm_1.0-2.dsc
 a0a68d33605d8bd23b929eb92f9417fb 4752 utils optional esdm_1.0-2.debian.tar.xz
 d9b7cd9e5920b49acac7a3dc1c5d7152 22284 debug optional 
esdm-tools-dbgsym_1.0-2_amd64.deb
 6dc54e06039b2444888038de62217a2e 8972 utils optional esdm-tools_1.0-2_amd64.deb
 056ca4c23477a0c5111c1d2a3fd1655f 17093 utils optional 
esdm_1.0-2_amd64.buildinfo
 1c37fcec3c6082be3c33b942a67d9bc1 39464 debug optional 
libesdm-dev-dbgsym_1.0-2_amd64.deb
 1dae1eca3edbfe24dda23518e2b96ce2 3675956 libdevel optional 
libesdm-dev_1.0-2_amd64.deb
 3440d2030ad5877a6194c26c7634b043 279264 debug optional 
libesdm0d-dbgsym_1.0-2_amd64.deb
 e7afab3dc6e4e9191dc833ef70532d3f 91252 libs optional libesdm0d_1.0-2_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmI6/60ACgkQy+a7Tl2a
06V5SA/+KZY29yoT/4LOp6bbq2PXDm1P25Oc1/uH8mUIiaDJqXPfHVbzMSaG83Jp
sW3ktcs3SDe1S4yejx39bohK8x2WMSIDSzcZdrMzajWbqBm7forrJvvi6nqV9nCz
req9yrAgXnwCzQrVlynQuneDSHuo5E0Z5O3/FxYK18Q6Q1nNh0dIXCXnDLDMNnih
fo3g8Z69Ku2jA490TkVBm8wXAAUlsKS8ywGYCA05xwV2+MDTunatVRsciIV5Z6Z5
9OS23Jyu8BKxzbTuos3L9a4nTOAxe2L9Knhx9+JkMzlPFnqD8Rk4VlHvp1BSapbX
Nsdp6ava6XrYpY4xjEWhB+JbHqeu/lclKJmb59m661fit3AHNzQkqYdyointXzKJ
UatnEJSjkvkZeSJ7Cx8f8Pvd5OeOj7FL6tl9Epo9WvpI6ErI/EHGOEHfXLFGTB6O
2j5TDTMaHdOHDtoLyi2WU9uZA0k0XlSfimdE83stwu5rsRwn6BmlPQNBGFooQg7Z
moe00LczzbymAz4n+MGXcFC/vH+dX62KKdu66JF2ufGuzb0Zvmo3ZIYp7MqdEOrS
9T4xPPfooiZt5/OK1Ha6uzI1oAaIXQ7vEqGaFW1mE/mXEv3zCEotl9J9bcIdA1ES
UtfvSyOC+pPbzJtCyzjD0eXmDBgekE4GNlObiD1ZJFasHZvoAFI=
=MNX5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to