Your message dated Sat, 05 May 2018 21:41:42 +0000
with message-id <e1ff4w2-00052l...@fasolo.debian.org>
and subject line Bug#853682: fixed in tiledarray 0.6.0-5.1
has caused the Debian Bug report #853682,
regarding tiledarray: ftbfs with GCC-7
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.)
--
853682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tiledarray
Version: 0.6.0-5
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/tiledarray_0.6.0-5_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
[...]
Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_060c8/fast"
make[2]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_060c8.dir/build.make
CMakeFiles/cmTC_060c8.dir/build
make[3]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_060c8.dir/src.cxx.o
/usr/bin/c++ -DMPICH_SKIP_MPICXX=1 -DOMPI_SKIP_MPICXX=1
-I/usr/include/madness/external -I/usr/include/eigen3 -isystem
/usr/include/mpich -I/usr/include/mpich -DMADNESS_COMPILES
-I/usr/include/mpich -o CMakeFiles/cmTC_060c8.dir/src.cxx.o -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
In file included from /usr/include/tbb/tbb.h:65:0,
from /usr/include/madness/world/thread.h:74,
from /usr/include/madness/world/worldrmi.h:36,
from /usr/include/madness/world/worldprofile.h:37,
from /usr/include/madness/world/world.h:70,
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_060c8.dir/build.make:65: recipe for target
'CMakeFiles/cmTC_060c8.dir/src.cxx.o' failed
make[3]: *** [CMakeFiles/cmTC_060c8.dir/src.cxx.o] Error 1
make[3]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_060c8/fast' failed
make[2]: *** [cmTC_060c8/fast] Error 2
make[2]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Source file was:
#include <madness/world/world.h>
int main(int argc, char** argv) {
madness::World& world = madness::initialize(argc, argv);
madness::finalize();
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
-DCMAKE_BUILD_TYPE=none -DTA_BUILD_UNITTEST=ON -DTA_ERROR=throw
-DENABLE_SHARED_LIBRARIES=OFF -DCMAKE_CXX_FLAGS=-I/usr/include/mpich
-DCMAKE_EXE_LINKER_FLAGS=-lmpich -lcr -lrt -lpthread returned exit code 1
debian/rules:39: recipe for target 'override_dh_auto_configure' failed
make[1]: *** [override_dh_auto_configure] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:36: 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: tiledarray
Source-Version: 0.6.0-5.1
We believe that the bug you reported is fixed in the latest version of
tiledarray, 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.
Adrian Bunk <b...@debian.org> (supplier of updated tiledarray 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: SHA512
Format: 1.8
Date: Fri, 20 Apr 2018 23:20:04 +0300
Source: tiledarray
Binary: libtiledarray-dev
Architecture: source
Version: 0.6.0-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Description:
libtiledarray-dev - Block-Sparse Tensor Library (development files)
Closes: 853682
Changes:
tiledarray (0.6.0-5.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Add patch from Juhani Numminen to fix FTBFS with gcc 7.
(Closes: #853682)
Checksums-Sha1:
6092fc04308998f8ac11ec12fc8dbbbc633ba5d5 2135 tiledarray_0.6.0-5.1.dsc
ab9e162728f20c25679ac38a4e7926464fd2e38f 3736
tiledarray_0.6.0-5.1.debian.tar.xz
Checksums-Sha256:
99789ae99670cbd663d13631b0e52599493319b524fe08796dc4e87695731dd4 2135
tiledarray_0.6.0-5.1.dsc
f1671eaf389c5bd696120b2aba8e708068b8d095aa5d4f5e0081990b2820e42e 3736
tiledarray_0.6.0-5.1.debian.tar.xz
Files:
d745da2f4b39884aa20a167241a79b1c 2135 libdevel optional
tiledarray_0.6.0-5.1.dsc
0813e3a5b44772c0aa084c3e9fb49e1f 3736 libdevel optional
tiledarray_0.6.0-5.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAlraTgwACgkQiNJCh6LY
mLFTKQ/+PAR/JNGrX6vmHZIK6w0wypxTffj6a2Jyi0ksPbfcndyIVOZMon2YRw4G
IWBmBHrz8pdPb0r1g9e85eznpto7sDZJnyuO6qxkond8MMGuhXxktHQ6OmAml1q6
x3YbB0IUkTwe+4pXoumJAPXsE16H3yPf+4k6k2xnFPKmIa9huGEYoAApsYUt6S4B
9RZAQ90eTeSDW2qSDfYxCsWeC6A35Yj7PcFUhKTp6SIRllfgGMZ9P3w/Rhjg30OE
JketdWIWZiAeb5yVu8f+sr+KHR4xFWIAOyyTL+4MQUUYwJFZOzU9eMN8S1zebKIW
5dWuLK2PQEt/2xxwluuujg2vasPwVWEgse34aWP/iQ+pliiAQl6qVyXrBmGPLesw
qCiJbvxWR+NydzVFk8HbZ5F3woU2riS85Smb8gfJXYcVs/DKydJ6TvOs9W353hXl
t8i50NGl9e8+kFvYGtg+6FDnorbjomJmliK0BabsKjr8ohtxJATXmDSjPvZUWldW
FvmnXmESfdHk0lFD/Ms20clmL2E6nAw1xctfMl0990+NGHp/H8YkUkEcrP1tDVCW
GgDoGUO/T5+6uEKGs16he28dL0tjPe+rfGvV4z15w7q+8iTdKFWKf54U7jlLuJA2
TnL8j5H0o7tRM4i73r6tT1U+W2apj1BcMgDXw+LPxKXsLFDFN1I=
=ycks
-----END PGP SIGNATURE-----
--- End Message ---