Your message dated Thu, 10 Aug 2017 11:49:22 +0000
with message-id <e1dflxq-000chx...@fasolo.debian.org>
and subject line Bug#853404: fixed in mpich 3.3~a2-2
has caused the Debian Bug report #853404,
regarding libmpich-dev: drop the gcc version check in mpicxx.h
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.)


-- 
853404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853404
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mpqc3
Version: 0.0~git20170114-4
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/mpqc3_0.0~git20170114-4_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-7/porting_to.html

[...]
                 from /usr/include/madness/world/worldprofile.h:37,
                 from /usr/include/madness/world/world.h:70,
                 from /usr/include/madness/world/MADworld.h:42,
                 from /usr/include/TiledArray/madness.h:31,
                 from /usr/include/tiledarray.h:25,
                 from 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:2:
/usr/include/tbb/pipeline.h:328:74: error: 'has_trivial_copy_constructor' is 
not a member of 'std'
 template<typename T> struct tbb_trivially_copyable { enum { value = 
std::has_trivial_copy_constructor<T>::value }; };
                                                                          
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/tbb/pipeline.h:328:74: note: suggested alternative: 
'is_trivially_copy_constructible'
 template<typename T> struct tbb_trivially_copyable { enum { value = 
std::has_trivial_copy_constructor<T>::value }; };
                                                                          
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                                          
is_trivially_copy_constructible
/usr/include/tbb/pipeline.h:328:104: error: expected primary-expression before 
'>' token
 template<typename T> struct tbb_trivially_copyable { enum { value = 
std::has_trivial_copy_constructor<T>::value }; };
                                                                                
                        ^
/usr/include/tbb/pipeline.h:328:107: error: '::value' has not been declared
 template<typename T> struct tbb_trivially_copyable { enum { value = 
std::has_trivial_copy_constructor<T>::value }; };
                                                                                
                           ^~~~~
CMakeFiles/cmTC_79efd.dir/build.make:65: recipe for target 
'CMakeFiles/cmTC_79efd.dir/src.cxx.o' failed
make[3]: *** [CMakeFiles/cmTC_79efd.dir/src.cxx.o] Error 1
make[3]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_79efd/fast' failed
make[2]: *** [cmTC_79efd/fast] Error 2
make[2]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'

Source file was:

    #include <tiledarray.h>
    int main(int argc, char** argv) {
      madness::World& world = madness::initialize(argc, argv);
      std::vector<TiledArray::TiledRange1> tile_ranges;
      size_t tile_bounds[] = {0, 3, 7}; // 2 tiles; N.B. double square brackets 
due to autoconf madness
      const size_t ntiles = sizeof(tile_bounds)/sizeof(size_t) - 1;
      tile_ranges.push_back(TiledArray::TiledRange1(tile_bounds, 
tile_bounds+ntiles));
      tile_ranges.push_back(TiledArray::TiledRange1(tile_bounds, 
tile_bounds+ntiles));
      TiledArray::TiledRange trange_2d(tile_ranges.begin(), tile_ranges.end());
      TiledArray::Array<double,2> array_2d(world, trange_2d);
      TiledArray::Array<double,2> array_2d_tr(array_2d.world(), 
array_2d.trange());
      array_2d_tr("i,j") = array_2d("j,i");
      return 0;
    }
    
dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DMPI_C_COMPILER=mpicc -DMPQC_NEW_FEATURES=1 -DBOOST=/usr returned exit code 1
debian/rules:11: recipe for target 'override_dh_auto_configure' failed
make[1]: *** [override_dh_auto_configure] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: mpich
Source-Version: 3.3~a2-2

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 853...@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 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Thu, 10 Aug 2017 09:29:30 +0100
Source: mpich
Binary: libmpich-dev libmpich12 mpich mpich-doc
Architecture: source amd64 all
Version: 3.3~a2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
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: 853404 853562 854532 855324 871483
Changes:
 mpich (3.3~a2-2) unstable; urgency=medium
 .
   [ Alastair McKinstry ]
   * Remove gcc compiler check. Closes: #855324, #853404, #854532, #853562
   * Latest release fixes ppc64el bug. Closes: #871483
Checksums-Sha1:
 38ab759dc949874e6a90eb569d798aebac00d95d 2538 mpich_3.3~a2-2.dsc
 861e35a28c3b7cf25c8ecf1405589aaa2e941687 44000 mpich_3.3~a2-2.debian.tar.xz
 edd07188ef62206d2c805bb54a0cdb350dd1e02e 3383690 
libmpich-dev-dbgsym_3.3~a2-2_amd64.deb
 a951cf16bc3d0161631d3650a855075e0b1f3d1e 1380316 
libmpich-dev_3.3~a2-2_amd64.deb
 7d8a0c8b5a8427054bda1b5691a1bfcdfed78c24 5983712 
libmpich12-dbgsym_3.3~a2-2_amd64.deb
 e263531375c8ff44033b0c573983eca72c3fa17f 952698 libmpich12_3.3~a2-2_amd64.deb
 57751768376e1d821fbd1b6c9009aacade804059 927400 mpich-dbgsym_3.3~a2-2_amd64.deb
 06580d3fe91d062733b9e856d3a2d5c7f3d1475c 774534 mpich-doc_3.3~a2-2_all.deb
 a13d5026bd9d6e79e06a55fb1e57c98bd3a4fca6 11027 mpich_3.3~a2-2_amd64.buildinfo
 f5c7405181647d5738ff40badf2f82cf9fd7b357 221238 mpich_3.3~a2-2_amd64.deb
Checksums-Sha256:
 d0f9e8398ee40c1ca0c35f1fc27410f8fd303aa0c1f3f444c789fc8a7a244654 2538 
mpich_3.3~a2-2.dsc
 32c9fafded7f03e9ca97861bac15179db7c1ee5b618ae5d649628842f5e112a0 44000 
mpich_3.3~a2-2.debian.tar.xz
 8c38201701179fe67650ce6a61f086939f57627e0b056f03510a76003a21adfd 3383690 
libmpich-dev-dbgsym_3.3~a2-2_amd64.deb
 acd58b9a65a17ef7654a6b90013671eb87e1e54457c1b6cff1ccce9d6a3ef68c 1380316 
libmpich-dev_3.3~a2-2_amd64.deb
 dd8a4bd4dbafa19862d52f1af8904222c0ad52a92f447cdafba28ee67d35f03b 5983712 
libmpich12-dbgsym_3.3~a2-2_amd64.deb
 461f2a992ab7b5b2fdfa0ada269a8cc7989a9b5a77b44ac155cd942264e010bf 952698 
libmpich12_3.3~a2-2_amd64.deb
 0dc0d95f58b0c776a7cc1049723e72464cba51b0a89886f4ffd6a9e78a2c3a99 927400 
mpich-dbgsym_3.3~a2-2_amd64.deb
 b4e0ba2da594d0cbcd4d88ad11e285973dc8425fbf8727840625846d36779337 774534 
mpich-doc_3.3~a2-2_all.deb
 1a6385fe13219f1b22536e0cb30ee5da47f980e1f317b888bfadc14566b26160 11027 
mpich_3.3~a2-2_amd64.buildinfo
 87cd7571f0d419b8df10d711f606ef1dd3b1f34acc754190406985e6fff545aa 221238 
mpich_3.3~a2-2_amd64.deb
Files:
 b4a1d0ab9675c1df306db2cbae9d7d96 2538 devel extra mpich_3.3~a2-2.dsc
 8773a105441cc6759ea4ec6d2074769e 44000 devel extra mpich_3.3~a2-2.debian.tar.xz
 c58fd1431d1d55659c87b1fd036e84f5 3383690 debug extra 
libmpich-dev-dbgsym_3.3~a2-2_amd64.deb
 7bf267f2e4b0a9b9027365e34c34320a 1380316 libdevel extra 
libmpich-dev_3.3~a2-2_amd64.deb
 cd49de4de155b2acba56d2fda30bed3e 5983712 debug extra 
libmpich12-dbgsym_3.3~a2-2_amd64.deb
 c4bd84c11982bc6731d718b28824b039 952698 libs extra 
libmpich12_3.3~a2-2_amd64.deb
 4ecd64ff29dc8682ec13c482e2e2cca6 927400 debug extra 
mpich-dbgsym_3.3~a2-2_amd64.deb
 fe9b1df9dce14350811c8fb220749589 774534 doc extra mpich-doc_3.3~a2-2_all.deb
 e7933e5ff43570caac489eaa825ac48c 11027 devel extra 
mpich_3.3~a2-2_amd64.buildinfo
 f024830fe7ca80ff3ab395594a174740 221238 devel extra mpich_3.3~a2-2_amd64.deb

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAlmMQUAACgkQy+a7Tl2a
06VgXQ//fHJ48Io9VQQ41WN/8wEHrRTNaUfeBQHViAQRSm5QwrgPlRjiixTsOhsG
2NU+7ID8qBU63Mbm3jiRY24fuzr0hEECCZNYmmYAscCTyYplIHTRH8fUuAGyas3p
gl/fN/HGlhJYpQAZA5ZmxoAakss0C0JI0azMJ00defvPSEgT3BgsPnN8wlFKDbUL
9QwnFJb6nMU1x594Wdtga+t2XwDNEZSgiuT+Bid81pOCazSKdJVZlVCIxPdk5x7b
mZhLoikpLjxMTDx2TrGd+NDVP5ysPJ1lk6lN0HuhQ+Or8N7SBdgyCseysUyX/TjT
e4EVBeTu1NBifRSFQxUj1AaxDH+dH8ifAgX/VKE4tBCQ3TElbeIuOWUqZ+puRJUT
KlxEGT+zJwsMcJk8a3XQ1iJjNfSOKaaFD7rSas3ruUju/qGBuKwqnJglNbVe3/5R
okNy2lfWPD6nbTvGKYfSLHk17mc0frKFS0ydeuzfNMVDw5qOtVayyS9x56Lajzav
iGYVuoFD0/IN2rYmlPTQjCaKjqo6luyiKYRxmQ5m71v5W9UaOI3C0EHX1f1JgRhj
F/zJcesoSXzvhox+0bUkmy/eqEF1SWZ5MhB9BvLm99WwnEPPzHX76lINIFaOJRoM
hFLB+2/zibVK2JNVQY4EgmMhiQcacHrYqlAVtbTmtpZFOZnDEXA=
=/aXF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to