Your message dated Fri, 06 Oct 2017 16:04:17 +0000
with message-id <[email protected]>
and subject line Bug#853566: fixed in music 1.0.7-2
has caused the Debian Bug report #853566,
regarding music: 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 [email protected]
immediately.)
--
853566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853566
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:music
Version: 1.0.7-1.3
Severity: normal
Tags: sid buster
User: [email protected]
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/music_1.0.7-1.3_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
[...]
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I..
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include
-I/usr/lib/x86_64-linux-gnu/openmpi/include -pthread -pedantic -Wall
-Wno-long-long -g -O3 -c spatial.cc -o libmusic_la-spatial.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include
-I/usr/lib/x86_64-linux-gnu/openmpi/include -pthread -pedantic -Wall
-Wno-long-long -g -O3 -c -o libmusic_la-temporal.lo `test -f 'temporal.cc' ||
echo './'`temporal.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I..
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include
-I/usr/lib/x86_64-linux-gnu/openmpi/include -pthread -pedantic -Wall
-Wno-long-long -g -O3 -c temporal.cc -fPIC -DPIC -o
.libs/libmusic_la-temporal.o
In file included from ./music/data_map.hh:23:0,
from ./music/port.hh:25,
from music/setup.hh:26,
from temporal.cc:22:
./music/index_map.hh: In destructor 'MUSIC::IndexMap::iterator::~iterator()':
./music/index_map.hh:80:9: warning: deleting object of abstract class type
'MUSIC::IndexMap::IteratorImplementation' which has non-virtual destructor will
cause undefined behavior [-Wdelete-non-virtual-dtor]
delete implementation_;
^~~~~~~~~~~~~~~
./music/index_map.hh: In member function 'const MUSIC::IndexMap::iterator&
MUSIC::IndexMap::iterator::operator=(const MUSIC::IndexMap::iterator&)':
./music/index_map.hh:88:9: warning: deleting object of abstract class type
'MUSIC::IndexMap::IteratorImplementation' which has non-virtual destructor will
cause undefined behavior [-Wdelete-non-virtual-dtor]
delete implementation_;
^~~~~~~~~~~~~~~
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I..
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include
-I/usr/lib/x86_64-linux-gnu/openmpi/include -pthread -pedantic -Wall
-Wno-long-long -g -O3 -c temporal.cc -o libmusic_la-temporal.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include
-I/usr/lib/x86_64-linux-gnu/openmpi/include -pthread -pedantic -Wall
-Wno-long-long -g -O3 -c -o libmusic_la-parse.lo `test -f 'parse.cc' || echo
'./'`parse.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I..
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include
-I/usr/lib/x86_64-linux-gnu/openmpi/include -pthread -pedantic -Wall
-Wno-long-long -g -O3 -c parse.cc -fPIC -DPIC -o .libs/libmusic_la-parse.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I..
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include
-I/usr/lib/x86_64-linux-gnu/openmpi/include -pthread -pedantic -Wall
-Wno-long-long -g -O3 -c parse.cc -o libmusic_la-parse.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include
-I/usr/lib/x86_64-linux-gnu/openmpi/include -pthread -pedantic -Wall
-Wno-long-long -g -O3 -c -o libmusic_la-port.lo `test -f 'port.cc' || echo
'./'`port.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I..
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include
-I/usr/lib/x86_64-linux-gnu/openmpi/include -pthread -pedantic -Wall
-Wno-long-long -g -O3 -c port.cc -fPIC -DPIC -o .libs/libmusic_la-port.o
In file included from ./music/data_map.hh:23:0,
from ./music/port.hh:25,
from music/setup.hh:26,
from port.cc:22:
./music/index_map.hh: In destructor 'MUSIC::IndexMap::iterator::~iterator()':
./music/index_map.hh:80:9: warning: deleting object of abstract class type
'MUSIC::IndexMap::IteratorImplementation' which has non-virtual destructor will
cause undefined behavior [-Wdelete-non-virtual-dtor]
delete implementation_;
^~~~~~~~~~~~~~~
./music/index_map.hh: In member function 'const MUSIC::IndexMap::iterator&
MUSIC::IndexMap::iterator::operator=(const MUSIC::IndexMap::iterator&)':
./music/index_map.hh:88:9: warning: deleting object of abstract class type
'MUSIC::IndexMap::IteratorImplementation' which has non-virtual destructor will
cause undefined behavior [-Wdelete-non-virtual-dtor]
delete implementation_;
^~~~~~~~~~~~~~~
port.cc: In member function 'bool MUSIC::Port::isConnected()':
port.cc:39:47: error: ISO C++ forbids comparison between pointer and integer
[-fpermissive]
return ConnectivityInfo_ != Connectivity::NO_CONNECTIVITY;
^~~~~~~~~~~~~~~
Makefile:584: recipe for target 'libmusic_la-port.lo' failed
make[3]: *** [libmusic_la-port.lo] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:306: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:233: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:7: 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: music
Source-Version: 1.0.7-2
We believe that the bug you reported is fixed in the latest version of
music, 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.
Mikael Djurfeldt <[email protected]> (supplier of updated music 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: SHA256
Format: 1.8
Date: Fri, 06 Oct 2017 16:31:52 +0200
Source: music
Binary: libmusic-dev libmusic1v5 music-bin music-doc
Architecture: source amd64 all
Version: 1.0.7-2
Distribution: unstable
Urgency: high
Maintainer: Mikael Djurfeldt <[email protected]>
Changed-By: Mikael Djurfeldt <[email protected]>
Description:
libmusic-dev - Multi-Simulation Coordinator for MPI -- Development files
libmusic1v5 - Multi-Simulation Coordinator for MPI -- Runtime library
music-bin - Multi-Simulation Coordinator for MPI -- Utilities
music-doc - Multi-Simulation Coordinator for MPI -- Manual
Closes: 853566
Changes:
music (1.0.7-2) unstable; urgency=high
.
* Fix FTBFS with GCC 7. (Closes: #853566)
* Updated standards version to 3.9.8.
Checksums-Sha1:
d4b69933d3423c0bcbd39b2ada43c65e9a7ebf26 1979 music_1.0.7-2.dsc
d247d21909b9ec73714d592900da6f791fcd1afe 26080 music_1.0.7-2.debian.tar.xz
b8c871209d53a2fc7b9c39bf999c471f5328c16b 252468 libmusic-dev_1.0.7-2_amd64.deb
95ff4f8183fd95718152ec89953c9c05df7e3087 2093656
libmusic1v5-dbgsym_1.0.7-2_amd64.deb
25a983fe4801994b707744f35455744e67380930 131232 libmusic1v5_1.0.7-2_amd64.deb
5c31711e8042daeb1d8db6586b31e590a6e4a616 1811944
music-bin-dbgsym_1.0.7-2_amd64.deb
23e397fe86da055a0a5fb509b8ba1fdc8bad8003 121178 music-bin_1.0.7-2_amd64.deb
c5d116e806f1421b9b4cbb20bbae0d54f369f2d4 310020 music-doc_1.0.7-2_all.deb
1e03f2771a3c8fe3a4a9b4fed515c7b3f73fbe8c 13492 music_1.0.7-2_amd64.buildinfo
Checksums-Sha256:
a1ff79001bff756abae3893b304307f5d0b90e76184a7062cb150fc5085ebfad 1979
music_1.0.7-2.dsc
ad13625ed017c5c227b14d63f70303ca16e85fe404c614498ad70ecf0718b301 26080
music_1.0.7-2.debian.tar.xz
167a539e1d009000c0af26ba4baf3de9da12b4b4baa44c28ffc462a64208b510 252468
libmusic-dev_1.0.7-2_amd64.deb
39f2a016be47a55542aa98d9b961a91147c5f8b914508e69cc65d72b4e880c91 2093656
libmusic1v5-dbgsym_1.0.7-2_amd64.deb
14d484d645da2da7237f36200af4fca32f9cdd8793d83818a246bd7c1de33ceb 131232
libmusic1v5_1.0.7-2_amd64.deb
861a49bcc97bd3126f1e7391ae7bfcf06665562e1ffae05d40747ebe355f91af 1811944
music-bin-dbgsym_1.0.7-2_amd64.deb
52613f06f3cc5068f1d3fb825f0ee8aa7063177d54420b5224ab03e0b518d53d 121178
music-bin_1.0.7-2_amd64.deb
edbe7e6adf7be1f6d3fb1cbb0a61d6f73833de965bdb6ef96277589f7040c41a 310020
music-doc_1.0.7-2_all.deb
c0cad2f33baf7b7471cd3a02735354c654dff3a058db2a30d616127d5be22216 13492
music_1.0.7-2_amd64.buildinfo
Files:
892a2c507d6a52df3255838b43762fbf 1979 libs extra music_1.0.7-2.dsc
41e69925bb20f8b0386c4bd1846deac2 26080 libs extra music_1.0.7-2.debian.tar.xz
bfa79a190802db5c3d2ff7c20fd7a5dc 252468 libdevel extra
libmusic-dev_1.0.7-2_amd64.deb
191276a17a2451a00d615376f80f8b63 2093656 debug extra
libmusic1v5-dbgsym_1.0.7-2_amd64.deb
a3dc9c086c8395872133837a1522eec3 131232 libs extra
libmusic1v5_1.0.7-2_amd64.deb
77de195bf9b2403f79f52529be926bf7 1811944 debug extra
music-bin-dbgsym_1.0.7-2_amd64.deb
5224c3bf75b1b2748e2fee8d3f07d3d9 121178 science extra
music-bin_1.0.7-2_amd64.deb
3f48466946d0111d38ec80ba32555e2f 310020 doc extra music-doc_1.0.7-2_all.deb
28fd14b7514205167b90a8fa1cb6be80 13492 libs extra music_1.0.7-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEj8dYNF4kaEtn5SPOr/HUvbaRNdAFAlnXoIcACgkQr/HUvbaR
NdBiVw//XfEo2LqtdepqZFEqo0SBrldh20nRpCM3lhU+ZYyFk66V2V8O45XtGh46
e4L/o98XFsIV97qiuSJsAUXn6yLAEAOTzJtQZKVUna1ms78BMQY/Z+p49OUYcZHO
pyEprUuJWJV8ikKDbJpN47Xv3dqEfVVyQQOkhqgSt8wusR71q72359i+2BoYW5Kh
vVJOG+qDHH5mObhcohyPIw8caDdH13K7IR16miDxFNGwtRb5H2tiv4UM5VGIMt7y
7j0/dqq37+7MdeDWvGeYzEyJd21JYjXvyf4J7xNQThsmhzrzvMnfaZmPpEGnlha+
WT4xhF1+zgnuPB7vDSeZFNKvzySp1O5TcwkbehpPadi1IElIsr+4rd/BeYKThby2
6JDKm4pw3uydmRt1eUAutMnew8+Lou4ymM1VqcucnYsUklhLIp5npIOj+mvM7MWD
IqQ65fhH5gg46CzMVy3ptJL3eIn98lliY3RUz9QhsxtKiPdQp2ykehnZfV+Lb2gx
TIxRhmWN0bacxbxAKBtASCXk1s2RhQ6qCurwFFNMj8z+S6oEdcmP4R8ITEmE7HBM
U/OYvtJvrQoIj/mi2TPpwpNH5zV3d3ZkT8J30j5v/v0llSVeY0uKWCiqvO+RVsha
YIp9SLf3QqeGLj5OMJ6ieIYVEj9kvHvxbNeBhQ5+18EJyoYB2DY=
=Vfsd
-----END PGP SIGNATURE-----
--- End Message ---