Your message dated Thu, 12 Sep 2019 22:49:02 +0000
with message-id <e1i8xte-0006wq...@fasolo.debian.org>
and subject line Bug#853594: fixed in openmama 2.2.2.1-12
has caused the Debian Bug report #853594,
regarding openmama: 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.)


-- 
853594: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853594
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:openmama
Version: 2.2.2.1-11
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/openmama_2.2.2.1-11_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

[...]
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o MamdaLock.lo MamdaLock.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c MamdaLock.cpp  -fPIC -DPIC -o .libs/MamdaLock.o
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o MamdaBasicSubscription.lo 
MamdaBasicSubscription.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c MamdaBasicSubscription.cpp  -fPIC -DPIC -o 
.libs/MamdaBasicSubscription.o
MamdaBasicSubscription.cpp: In member function 'virtual void 
Wombat::MamdaBasicSubscription::MamdaBasicSubscriptionImpl::onError(Wombat::MamaBasicSubscription*,
 const Wombat::MamaStatus&, const char*)':
MamdaBasicSubscription.cpp:251:16: warning: enumeration value 
'MAMA_STATUS_NOT_MODIFIABLE' not handled in switch [-Wswitch]
         switch (status.getStatus())
                ^
MamdaBasicSubscription.cpp:251:16: warning: enumeration value 
'MAMA_STATUS_DELETE' not handled in switch [-Wswitch]
MamdaBasicSubscription.cpp:251:16: warning: enumeration value 
'MAMA_STATUS_SUBSCRIPTION_GAP' not handled in switch [-Wswitch]
MamdaBasicSubscription.cpp:251:16: warning: enumeration value 
'MAMA_STATUS_NOT_INITIALISED' not handled in switch [-Wswitch]
MamdaBasicSubscription.cpp:251:16: warning: enumeration value 
'MAMA_STATUS_NO_SUBSCRIBERS' not handled in switch [-Wswitch]
MamdaBasicSubscription.cpp:251:16: warning: enumeration value 
'MAMA_STATUS_EXPIRED' not handled in switch [-Wswitch]
MamdaBasicSubscription.cpp:251:16: warning: enumeration value 
'MAMA_STATUS_BANDWIDTH_EXCEEDED' not handled in switch [-Wswitch]
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o MamdaCommonFields.lo MamdaCommonFields.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c MamdaCommonFields.cpp  -fPIC -DPIC -o 
.libs/MamdaCommonFields.o
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o MamdaConcreteBasicEvent.lo 
MamdaConcreteBasicEvent.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c MamdaConcreteBasicEvent.cpp  -fPIC -DPIC -o 
.libs/MamdaConcreteBasicEvent.o
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o MamdaFundamentalFields.lo 
MamdaFundamentalFields.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c MamdaFundamentalFields.cpp  -fPIC -DPIC -o 
.libs/MamdaFundamentalFields.o
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o MamdaFundamentalListener.lo 
MamdaFundamentalListener.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c MamdaFundamentalListener.cpp  -fPIC -DPIC -o 
.libs/MamdaFundamentalListener.o
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE  -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o MamdaMultiParticipantManager.lo 
MamdaMultiParticipantManager.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/opt/openmama/include -I./.. 
-I./../../../../mama/c_cpp/src/cpp/mama -I./../../../../mama/c_cpp/src/cpp 
-I./../../../../mama/c_cpp/src/c -I./../../../../common/c_cpp/src/c 
-pedantic-errors -Wall -Wno-long-long -Wno-non-virtual-dtor -D_GNU_SOURCE -g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c MamdaMultiParticipantManager.cpp  -fPIC -DPIC -o 
.libs/MamdaMultiParticipantManager.o
MamdaMultiParticipantManager.cpp: In member function 'const char* 
Wombat::MamdaMultiParticipantManager::MamdaMultiParticipantManagerImpl::getPartId(const
 Wombat::MamaMsg&)':
MamdaMultiParticipantManager.cpp:370:30: error: ISO C++ forbids comparison 
between pointer and integer [-fpermissive]
             if (lastDot+1 != '\0')
                              ^~~~
Makefile:724: recipe for target 'MamdaMultiParticipantManager.lo' failed
make[6]: *** [MamdaMultiParticipantManager.lo] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/mamda/c_cpp/src/cpp'
Makefile:763: recipe for target 'all-recursive' failed
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/mamda/c_cpp/src/cpp'
Makefile:374: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/mamda/c_cpp/src'
Makefile:423: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/mamda/c_cpp'
Makefile:355: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/mamda/c_cpp'
Makefile:90: recipe for target 'mamda' failed
make[1]: *** [mamda] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:31: 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: openmama
Source-Version: 2.2.2.1-12

We believe that the bug you reported is fixed in the latest version of
openmama, 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.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated openmama 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, 13 Sep 2019 00:09:10 +0200
Source: openmama
Architecture: source
Version: 2.2.2.1-12
Distribution: unstable
Urgency: medium
Maintainer: Daniel Pocock <dan...@pocock.com.au>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 853594 940137
Changes:
 openmama (2.2.2.1-12) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/control: Deprecating priority extra as per policy 4.0.1
   * d/rules: Remove trailing whitespaces
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Emmanuel Bourg ]
   * Fixed the build failure with Java 10 (Closes: #940137)
   * Updated the watch file
 .
   [ Juhani Numminen ]
   * Backported the fix for the build failure with GCC 7 (Closes: #853594)
Checksums-Sha1:
 9c89d58d12d4437edc72b1bbd4ba672876be37f7 2959 openmama_2.2.2.1-12.dsc
 d5dc1512658c44baee6291cb9ad5f638dd45edba 9648 openmama_2.2.2.1-12.debian.tar.xz
 9cbbc66aa8468979a6fd7c67eafb64932209b276 12581 
openmama_2.2.2.1-12_source.buildinfo
Checksums-Sha256:
 b22861aa8ca97c673dcb83df5ffa9ebf2edb054a81c753167e6296b3a0d8e3e5 2959 
openmama_2.2.2.1-12.dsc
 033c9a81894777b42b82f30d02816d0794e2dc9a3e424a3be9a46075b7cbf72c 9648 
openmama_2.2.2.1-12.debian.tar.xz
 920115cb68abaf10e4d88d0a2143289f4748508af072cf6607e9d9d54cb35ecd 12581 
openmama_2.2.2.1-12_source.buildinfo
Files:
 1b60ce1e811ac205ff327749a41ecf3a 2959 libs optional openmama_2.2.2.1-12.dsc
 8a010c76b1ceff4e96ff6ea20497d8fa 9648 libs optional 
openmama_2.2.2.1-12.debian.tar.xz
 c0ad7290d924cecf096db3bb28904855 12581 libs optional 
openmama_2.2.2.1-12_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAl16xY0SHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsbVEP/RHI1w7fYpwlJj6CGQE9aP+Vn8aRfu5T
oUG8v6sdr15Cqt7ojxgDdQRoWhQOz42HWqkkanJZEAHI1nQK5czbHAQpuI2iu/O1
pWyPxIWzn5I0sD/zafOnKkSxlcrKQy9lhPw29S1NxMKmlIFBOfNAmBEmAwh+zydr
khZsUjdD7Nq9JuQFwR9gfjGYbTpTcarj996Ocum2vyBNxK3D3in7385bsjp7Z7o9
3yUDGSd66PJPNDfZJpH6AibKW//Gd+qoMnTDGkYeBhVjHFQjm1o1NRkBgH2S2O+h
Mm2SGb5baEyB/MdxJtxPPwi3/n7/csXtHAP717jZ30PdVoSDSE0tNYh4SCezZtMm
aN+SZIHQxhr4trw6A5QFFRSM27g1wCiQiXSTvyeZ8l9GskifqiUJVfRG71pl2pZn
RG+t2Ox6NbIyztM2pdHIvHoFZkwljWeKiqnXF/JrkpxvodPKD0J7KDLkgxFImhIM
KaeHvS2W+VIH+irsrs/OkJybjp+p9jyhLCr3p2Xe0QJRPiKWGcd4fB8KiUzHmBF0
JZP5dNezItowXGvf4IK1ISKkJ4Pu34xFQNKH6yBOy7XHcZHstSrPqOlwWb7MdgXB
9+2JKLmUiV1mD75KMzInQkYi+KjlxtmvmbvcEUXmWyLPXlRNR3zXNO2VqFsJlhKe
6hmn4Am3+vil
=92pf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to