Your message dated Wed, 16 Dec 2015 23:02:51 +0000
with message-id <[email protected]>
and subject line Bug#806080: fixed in mpich 3.2-1~exp2
has caused the Debian Bug report #806080,
regarding mpich: 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 [email protected]
immediately.)
--
806080: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806080
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mpich
Version: 3.1-6
User: [email protected]
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:
--------------------------------------------------------------------------------
[...]
fakeroot debian/rules binary-indep
dh binary-indep --parallel --with autoreconf
dh_testroot -i -O--parallel
dh_prep -i -O--parallel
dh_auto_install -i -O--parallel
make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp
AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make install-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making install in /<<PKGBUILDDIR>>/src/mpl
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/mpl'
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/mpl'
/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu'
/bin/bash ./libtool --mode=install /usr/bin/install -c libmpl.la
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/libmpl.so.1.0.0
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libmpl.so.1.0.0
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu && {
ln -s -f libmpl.so.1.0.0 libmpl.so.1 || { rm -f libmpl.so.1 && ln -s
libmpl.so.1.0.0 libmpl.so.1; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu && {
ln -s -f libmpl.so.1.0.0 libmpl.so || { rm -f libmpl.so && ln -s
libmpl.so.1.0.0 libmpl.so; }; })
libtool: install: /usr/bin/install -c .libs/libmpl.lai
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libmpl.la
libtool: install: /usr/bin/install -c .libs/libmpl.a
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libmpl.a
libtool: install: chmod 644
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libmpl.a
libtool: install: ranlib
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libmpl.a
libtool: install: warning: remember to run `libtool --finish
/usr/lib/x86_64-linux-gnu'
[... snipped ...]
dh_compress -i -O--parallel
dh_fixperms -i -O--parallel
debian/rules override_dh_installdeb
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installdeb
sed -i 's:TRIPLET:x86_64-linux-gnu:g' debian/libmpich-dev/DEBIAN/postinst
sed: can't read debian/libmpich-dev/DEBIAN/postinst: No such file or directory
debian/rules:69: recipe for target 'override_dh_installdeb' failed
make[1]: *** [override_dh_installdeb] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:3: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit
status 2
--------------------------------------------------------------------------------
Sorry not to have a fix, as I am reporting many bugs similar to
this one, but I can give some general hints:
* If all the arch-independent packages are dummy transitional packages
released with jessie, the easy fix is to drop them now.
* If not, debian/rules should be modified so that the binary-indep
target works in all cases, even when binary-arch is not used (this is
what the "Architecture: all" autobuilder does). For that:
* If you are using debhelper, you might want to use options -a and -i
for dh_* commands so that they do not act on packages they do not
have to act.
* Also, if you are using dh, the (independently) optional targets
override_dh_foo-arch and override_dh_foo-indep (for several values
of "foo") may be useful to write a debian/rules which behaves exactly
as desired.
After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B"
work properly, this package will be suitable to be uploaded in
source-only form if you wish (you might want to try it).
Thanks.
--- End Message ---
--- Begin Message ---
Source: mpich
Source-Version: 3.2-1~exp2
We believe that the bug you reported is fixed in the latest version of
mpich, 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.
Anton Gladky <[email protected]> (supplier of updated mpich 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: SHA1
Format: 1.8
Date: Wed, 16 Dec 2015 23:34:12 +0100
Source: mpich
Binary: libmpich-dev libmpich12 mpich mpich-doc
Architecture: source
Version: 3.2-1~exp2
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Anton Gladky <[email protected]>
Description:
libmpich-dev - Development files for MPICH
libmpich12 - Shared libraries for MPICH
mpich - Implementation of the MPI Message Passing Interface standard
mpich-doc - Documentation for MPICH
Closes: 806080
Changes:
mpich (3.2-1~exp2) experimental; urgency=medium
.
* [f9dc45e] Fix build of indep-binaries only. (Closes: #806080)
Checksums-Sha1:
9bb8a78afe7284f1def6b37efe570755f505c546 2532 mpich_3.2-1~exp2.dsc
8f673cd3b175fdd01a2da7ee2b9bdbe7e8463617 43628 mpich_3.2-1~exp2.debian.tar.xz
Checksums-Sha256:
ca7ed298195806ca434ceacf833c8dfc5b6f123ea5aad885c4405995e7370b9c 2532
mpich_3.2-1~exp2.dsc
b692013bf345390e35ef331d89835465bcb2940c0024d075e58e1a969168a4d8 43628
mpich_3.2-1~exp2.debian.tar.xz
Files:
03832135022552acbc2904384ab5b57b 2532 devel extra mpich_3.2-1~exp2.dsc
b61dfe5e51f9ba65276640de27e1c74f 43628 devel extra
mpich_3.2-1~exp2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJWcecEAAoJENPhc4PPp/8GDXMP/A7SP1gIKO3LvFq+qXoKP2mx
hlfWvPKMavMWgzn7v5t/US3RI8B5BhAamUYYuIDgrcZhu0jXfl6DgaJMjtvXjx/i
2kqBDTIeMFpr59cJ2LaQmQ0Avg6zQDqMcL3BsLn2ORA3tJEPmbO/tolJnkUXLFS5
R7QIaEPfQSRRNILiq3BPj4fDdH2O+S3unOzLZsczSrvAaa6Xe/aV/TQuWlTJXCW6
DXJX+tiorcFTHtBYAzFlijadT72qWrdHOdYIiHjGkmMWUn00eZ5gYWXU5MCH6Jxy
EKLc5vqFVf2tU383HpI0vshwtoZk4B+keiGj+Ml58ZSIRgOFAS9ZseT1mG/tJQZu
glP5/S+iFcoeL9rhddpw+rjgeq011l5p/4ankyqJq5l04tyVFW+zLKybCYZg67CZ
dsifE1S3Uz02U9+2n+eJjcyVMkWP5wI+c/+QoS44YPJOv7HrrQOD0wrmE/oBJC0k
beQMkoUnple3s21zp08tG1+9OqAgri5u/ge2o1fvfCCBPTpXYdRWv62fnsaXM6ZG
A7oeH6YtvxwSXnIcUlTghAxs6SOpoShYXwQYLJG8FbQOSfiHf31BbcevRFjXn0B0
1I+/VDtt+HgG34Dkyjl32n4s6MBSDOz79w0mNRFC27vK5eki7TlwuvJfKiy9czk8
ZNUy3neS+Q1R25/+cXAf
=M0OP
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers