Your message dated Thu, 10 Mar 2016 06:50:19 +0000
with message-id <e1aduqn-0002g5...@franck.debian.org>
and subject line Bug#816985: fixed in openmpi 1.10.2-9
has caused the Debian Bug report #816985,
regarding openmpi: FTBFS when built with dpkg-buildpackage -A (No such file or 
directory)
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.)


-- 
816985: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816985
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:openmpi
Version: 1.6.5-11
User: sanv...@debian.org
Usertags: binary-indep
Severity: important

Dear maintainer:

I tried to build this package with "dpkg-buildpackage -A"
(i.e. only architecture-independent packages), and it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --parallel #--with autotools_dev
   dh_testdir -i -O--parallel
   dh_update_autotools_config -i -O--parallel
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
./autogen.sh
[Checking] command line parameters
[Checking] prerequisites
Configuring projects: opal orte ompi
/<<PKGBUILDDIR>>


[... snipped ...]

cd debian/tmp/usr/share/man/man3; \
for f in *.3; do \
        mv $f $(echo $f|sed -e "s|\.3|.openmpi.3|g"); \
done; \

if test -f debian/tmp/usr/bin/orte-bootproxy.sh; then \
        mv debian/tmp/usr/bin/orte-bootproxy.sh 
debian/tmp/usr/bin/orte-bootproxy; \
fi
rm -f debian/tmp/usr/share/man/man1/mpiCC.1
rm -f debian/tmp/usr/share/man/man1/orteCC.1
rm -f -r debian/tmp/usr/share/openmpi/doc/
dh_install
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_installdocs
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installdocs --all AUTHORS NEWS README
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installchangelogs -i -O--parallel
   dh_installman -i -O--parallel
   dh_perl -i -O--parallel
   dh_link -i -O--parallel
   dh_strip_nondeterminism -i -O--parallel
   dh_compress -i -O--parallel
   debian/rules override_dh_fixperms
make[1]: Entering directory '/<<PKGBUILDDIR>>'
chmod 0644 debian/tmp/usr/lib/openmpi/lib/mpi.mod
dh_fixperms
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installdeb -i -O--parallel
   dh_gencontrol -i -O--parallel
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
not NFS-safe
   dh_md5sums -i -O--parallel
   dh_builddeb -i -O--parallel
dpkg-deb: building package 'openmpi-common' in 
'../openmpi-common_1.6.5-11_all.deb'.
dpkg-deb: building package 'openmpi-doc' in '../openmpi-doc_1.6.5-11_all.deb'.
 dpkg-genchanges -A >../openmpi_1.6.5-11_all.changes
dpkg-genchanges: binary-only arch-indep upload (source code and arch-specific 
packages not included)
 dpkg-source --after-build openmpi-1.6.5
dpkg-source: info: using options from openmpi-1.6.5/debian/source/options: 
--compression=xz
dpkg-buildpackage: binary-only upload (no source included)
--------------------------------------------------------------------------------

Sorry not to have a fix, as I am reporting many bugs similar to
this one. The common hints are:

* If the only architecture-independent packages are dummy transitional
ones and they were released with jessie, the easy fix is to drop them
now.

* When using "dh", it is allowed to use (independently)
optional targets override_dh_foo-arch and override_dh_foo-indep
(for several values of "foo").


Once that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work
properly, the package would be suitable to be uploaded in source-only
form if you wish.

Thanks.

--- End Message ---
--- Begin Message ---
Source: openmpi
Source-Version: 1.10.2-9

We believe that the bug you reported is fixed in the latest version of
openmpi, 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 816...@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 openmpi 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, 09 Mar 2016 11:00:41 +0000
Source: openmpi
Binary: openmpi-bin libopenmpi-dev libopenmpi1.10 openmpi-common openmpi-doc
Architecture: source amd64 all
Version: 1.10.2-9
Distribution: sid
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Description:
 libopenmpi-dev - high performance message passing library -- header files
 libopenmpi1.10 - high performance message passing library -- shared library
 openmpi-bin - high performance message passing library -- binaries
 openmpi-common - high performance message passing library -- common files
 openmpi-doc - high performance message passing library -- man pages
Closes: 720419 790540 816303 816648 816985 817020
Changes:
 openmpi (1.10.2-9) unstable; urgency=medium
 .
   * Drop Suggests: for openmpi-checkpoint, which no longer exists.
     Closes: #816648.
   * libopenmpi1.10: Depend on libhwloc-plugins. Closes: #790540.
   * opal_thread_add64.patch: Fix for OPAL_THREAD_ADD64 not
     defined on 32-bit systems. Closes: #816303.
   * Fix broken symlinks in -dev package. Closes: #817020.
   * Fix arch- and bin-only builds (debian/rule). Closes: #816985.
   * Drop unreproducible ia64 bug report. Closes: #720419.
Checksums-Sha1:
 c60b57fa7902a9d8c2db0b86297c4dad369488bc 2611 openmpi_1.10.2-9.dsc
 c15501408920a77c554a5994a56a274aa300aba5 31916 openmpi_1.10.2-9.debian.tar.xz
 b6c9094be570cbf6efe75bbb6eeee47202b0bcc2 16518 
libopenmpi-dev-dbgsym_1.10.2-9_amd64.deb
 b669e63199c4347764ab3c9ddc0448865705a407 631730 
libopenmpi-dev_1.10.2-9_amd64.deb
 078f302ad892ff33aaf9b3a61681f197a27289ab 11704164 
libopenmpi1.10-dbgsym_1.10.2-9_amd64.deb
 0b628af7ff2d161b9bded9347159823bc8038fa0 2110130 
libopenmpi1.10_1.10.2-9_amd64.deb
 6a42fda61f3401993a6419270908b4138efa78b9 168350 
openmpi-bin-dbgsym_1.10.2-9_amd64.deb
 248f25f77c846b629c28b54135d605af759fc709 193836 openmpi-bin_1.10.2-9_amd64.deb
 4eab80bb201b2b7772ec849d78762f456c9fcfd6 140408 openmpi-common_1.10.2-9_all.deb
 eaf3e7f97ad03ee32586a4cd75c6d41fdaa580a7 666118 openmpi-doc_1.10.2-9_all.deb
Checksums-Sha256:
 04278522535e867353f7b0867f924072d5949db0e5c3814cb53a48e43cf1284a 2611 
openmpi_1.10.2-9.dsc
 94c4aaea5e069074327f149c497f17db899ff7c861397b2cb18f2fee0946db5d 31916 
openmpi_1.10.2-9.debian.tar.xz
 f5e2af353b84f85e81623abb269ecf01cbbc124be667fca436064708e76e481c 16518 
libopenmpi-dev-dbgsym_1.10.2-9_amd64.deb
 4df36541cb646760d76f13b3bb5b00832de7664c0c9d1bcdea47e38ff9c2e60c 631730 
libopenmpi-dev_1.10.2-9_amd64.deb
 3766b2085b7fde8d153e746c34ab710df0cd4910e6b6e4e8037ce3c57d34ef1f 11704164 
libopenmpi1.10-dbgsym_1.10.2-9_amd64.deb
 52e47f930be72de61fa7a35c52fa251e67671b088a6ab4f8f66ffe31b483ac2b 2110130 
libopenmpi1.10_1.10.2-9_amd64.deb
 76400ac0294149e3bac23c82fa8621ad7cc55a2f19ba7b88b08395e6845e5395 168350 
openmpi-bin-dbgsym_1.10.2-9_amd64.deb
 898b21aae1effda122134768e9cd04d97ac1b96a33bb0311278b3c185d41d48f 193836 
openmpi-bin_1.10.2-9_amd64.deb
 35aeff48a907551f0ae531edad9556a2f5738981dd1a84e165b1b366e80c3a03 140408 
openmpi-common_1.10.2-9_all.deb
 c8c10f21445328091cb313ae9035cc01ec2a947ea5df637d5bfedeb5d5231080 666118 
openmpi-doc_1.10.2-9_all.deb
Files:
 930163c49f3cc2f0784c3c88140fa923 2611 net extra openmpi_1.10.2-9.dsc
 68f4f4c7adab05cac6173f97ba462de7 31916 net extra openmpi_1.10.2-9.debian.tar.xz
 0cb838ed9113ae7c87bebf8ef527ceaf 16518 debug extra 
libopenmpi-dev-dbgsym_1.10.2-9_amd64.deb
 55388129e2cffdc492ced8a359524fa1 631730 libdevel extra 
libopenmpi-dev_1.10.2-9_amd64.deb
 54b19b744b02fb52985481ad10deeb58 11704164 debug extra 
libopenmpi1.10-dbgsym_1.10.2-9_amd64.deb
 ed90da0e08e22866ca50262c9bed160b 2110130 libs extra 
libopenmpi1.10_1.10.2-9_amd64.deb
 95463449cc6854a30dff9b35f80a1e48 168350 debug extra 
openmpi-bin-dbgsym_1.10.2-9_amd64.deb
 a00fefa31c11d400a7c4c4d2639a7de4 193836 net extra 
openmpi-bin_1.10.2-9_amd64.deb
 6ace38546436654d9bc9a654a69d3159 140408 net extra 
openmpi-common_1.10.2-9_all.deb
 15b4c92909eeafbef562f01dd50c07ad 666118 doc extra openmpi-doc_1.10.2-9_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJW4DOaAAoJEMvmu05dmtOlCMIP/A3kNKSkj/EjSFch3eGo+Afd
vk/8tlXXp3kQjQC00Yl5sxVamGIprr++hc3tmJ15yaLUfjQSF4l48/Nu+e/jj4YT
Jf6rCESkqfbv4fc/IMw9r+0V3F6o1jv1lUda29yaOP8bFanKIgevKr9rMMzeuRm6
itRMb2gy2BSFZQ2pD74xYLJPajUk322cFh9LiyfgMvK/vSmivm8VkXWfdK0i8S7q
h4xzcF1WSrDCDmhRGeVNJCYOkMze7ny2MbGNFDoulGrvHG8Vw9aA4pYFIIIkSbT9
3cqXajcbUcZZxkz7N8rnSbM04E5tmoG2LvYQhq0m4QhcL1B66gvFTcxtyCvd+7Gk
00c0BOP8i9Hql7aPy+ev1ttmw05TWg9+McvjF4r7u5TE+tPP1YkxGAxgQWYcIpM3
rE9wKPjx8fajgTXNWbtWEFi8LoyNR9RhCp9hoxDAp/DuyxAcQcISthDWoOtX4Ymq
1bmdLq0CONEHDeMY2uJC/aZNmtiIEl2zG3MvoOvG2uagNQarkV9jP+zqwkxPOLn3
U6cgOwX+h8wL1+P5UerLh5VfZHVFiJzlhEnQ8Hgy7UDLUM4yWeIQThdQLg0R9Dqn
H4EGFTgxiFL2W5mNxokyiKglh5xpRKuohPtkiAoJVZUyA+akSjT5pKiOT5o/IBma
LAYz1um8XfvzS1JrzD4e
=Tbdh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to