Your message dated Mon, 11 Sep 2017 15:18:36 +0000
with message-id <e1drqts-00041i...@fasolo.debian.org>
and subject line Bug#853672: fixed in svxlink 15.11-2.1
has caused the Debian Bug report #853672,
regarding svxlink: 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.)


-- 
853672: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853672
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:svxlink
Version: 15.11-2
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/svxlink_15.11-2_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

[...]
[ 62%] Built target asynccpp_static
cd /<<PKGBUILDDIR>>/build/async/cpp && /usr/bin/cmake -E cmake_symlink_library 
../../lib/libasynccpp.so.1.4.0 ../../lib/libasynccpp.so.1.4 
../../lib/libasynccpp.so
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
[ 62%] Built target asynccpp
[ 62%] Linking CXX shared library ../../lib/libasyncqt.so
cd /<<PKGBUILDDIR>>/build/async/qt && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/asyncqt.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 --std=c++11 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -shared 
-Wl,-soname,libasyncqt.so.1.4 -o ../../lib/libasyncqt.so.1.4.0 
CMakeFiles/asyncqt.dir/AsyncQtApplication.cpp.o 
CMakeFiles/asyncqt.dir/AsyncQtDnsLookupWorker.cpp.o 
CMakeFiles/asyncqt.dir/moc_AsyncQtApplication.cpp.o 
CMakeFiles/asyncqt.dir/moc_AsyncQtTimer.cpp.o 
CMakeFiles/asyncqt.dir/moc_AsyncQtDnsLookupWorker.cpp.o 
-Wl,-rpath,/<<PKGBUILDDIR>>/build/lib: -lsigc-2.0 
../../lib/libasynccore.so.1.4.0 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.7.1 
/usr/lib/x86_64-linux-gnu/libQt5Network.so.5.7.1 -lsigc-2.0 -lpthread 
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.7.1 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.7.1 
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
CMakeFiles/Makefile2:308: recipe for target 
'async/audio/CMakeFiles/asyncaudio.dir/all' failed
make[3]: *** [async/audio/CMakeFiles/asyncaudio.dir/all] Error 2
[ 62%] Linking CXX static library libasyncqt.a
cd /<<PKGBUILDDIR>>/build/async/qt && /usr/bin/cmake -P 
CMakeFiles/asyncqt_static.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/build/async/qt && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/asyncqt_static.dir/link.txt --verbose=1
/usr/bin/ar qc libasyncqt.a  
CMakeFiles/asyncqt_static.dir/AsyncQtApplication.cpp.o 
CMakeFiles/asyncqt_static.dir/AsyncQtDnsLookupWorker.cpp.o
/usr/bin/ranlib libasyncqt.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
[ 62%] Built target asyncqt_static
cd /<<PKGBUILDDIR>>/build/async/qt && /usr/bin/cmake -E cmake_symlink_library 
../../lib/libasyncqt.so.1.4.0 ../../lib/libasyncqt.so.1.4 
../../lib/libasyncqt.so
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
[ 62%] Built target asyncqt
[ 63%] Linking CXX static library liblocationinfo.a
cd /<<PKGBUILDDIR>>/build/locationinfo && /usr/bin/cmake -P 
CMakeFiles/locationinfo.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/build/locationinfo && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/locationinfo.dir/link.txt --verbose=1
/usr/bin/ar qc liblocationinfo.a  
CMakeFiles/locationinfo.dir/LocationInfo.cpp.o 
CMakeFiles/locationinfo.dir/AprsTcpClient.cpp.o 
CMakeFiles/locationinfo.dir/AprsUdpClient.cpp.o
/usr/bin/ranlib liblocationinfo.a
[ 64%] Linking CXX shared module ../../../lib/ModuleMetarInfo.so
cd /<<PKGBUILDDIR>>/build/svxlink/modules/metarinfo && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/ModuleMetarInfo.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 --std=c++11 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -shared 
 -o ../../../lib/ModuleMetarInfo.so 
CMakeFiles/ModuleMetarInfo.dir/ModuleMetarInfo.cpp.o -lsigc-2.0 
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
[ 64%] Built target locationinfo
[ 64%] Built target ModuleMetarInfo
[ 65%] Linking CXX static library libtrx.a
cd /<<PKGBUILDDIR>>/build/svxlink/trx && /usr/bin/cmake -P 
CMakeFiles/trx.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/build/svxlink/trx && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/trx.dir/link.txt --verbose=1
/usr/bin/ar qc libtrx.a  CMakeFiles/trx.dir/ToneDetector.cpp.o 
CMakeFiles/trx.dir/Dh1dmSwDtmfDecoder.cpp.o CMakeFiles/trx.dir/Rx.cpp.o 
CMakeFiles/trx.dir/LocalRx.cpp.o CMakeFiles/trx.dir/SquelchVox.cpp.o 
CMakeFiles/trx.dir/SigLevDetNoise.cpp.o CMakeFiles/trx.dir/NetRx.cpp.o 
CMakeFiles/trx.dir/Voter.cpp.o CMakeFiles/trx.dir/Tx.cpp.o 
CMakeFiles/trx.dir/LocalTx.cpp.o CMakeFiles/trx.dir/DtmfEncoder.cpp.o 
CMakeFiles/trx.dir/NetTx.cpp.o CMakeFiles/trx.dir/NetTrxTcpClient.cpp.o 
CMakeFiles/trx.dir/DtmfDecoder.cpp.o CMakeFiles/trx.dir/HwDtmfDecoder.cpp.o 
CMakeFiles/trx.dir/S54sDtmfDecoder.cpp.o CMakeFiles/trx.dir/PttCtrl.cpp.o 
CMakeFiles/trx.dir/MultiTx.cpp.o CMakeFiles/trx.dir/SigLevDetTone.cpp.o 
CMakeFiles/trx.dir/Sel5Decoder.cpp.o CMakeFiles/trx.dir/SwSel5Decoder.cpp.o 
CMakeFiles/trx.dir/SquelchEvDev.cpp.o CMakeFiles/trx.dir/Macho.cpp.o 
CMakeFiles/trx.dir/SquelchGpio.cpp.o CMakeFiles/trx.dir/Ptt.cpp.o 
CMakeFiles/trx.dir/PttGpio.cpp.o CMakeFiles/trx.dir/PttSerialPin.cpp.o 
CMakeFiles/trx.dir
 /PttPty.cpp.o CMakeFiles/trx.dir/PtyDtmfDecoder.cpp.o 
CMakeFiles/trx.dir/LocalRxBase.cpp.o CMakeFiles/trx.dir/Ddr.cpp.o 
CMakeFiles/trx.dir/RtlSdr.cpp.o CMakeFiles/trx.dir/RtlTcp.cpp.o 
CMakeFiles/trx.dir/WbRxRtlSdr.cpp.o CMakeFiles/trx.dir/SigLevDet.cpp.o 
CMakeFiles/trx.dir/SigLevDetDdr.cpp.o CMakeFiles/trx.dir/SvxSwDtmfDecoder.cpp.o 
CMakeFiles/trx.dir/LocalRxSim.cpp.o CMakeFiles/trx.dir/SigLevDetSim.cpp.o 
CMakeFiles/trx.dir/PttHidraw.cpp.o CMakeFiles/trx.dir/SquelchHidraw.cpp.o
/usr/bin/ranlib libtrx.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
[ 65%] Built target trx
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
Makefile:130: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
dh_auto_build: make -j64 returned exit code 2
debian/rules:25: recipe for target 'override_dh_auto_build-indep' failed
make[1]: *** [override_dh_auto_build-indep] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:18: 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: svxlink
Source-Version: 15.11-2.1

We believe that the bug you reported is fixed in the latest version of
svxlink, 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 svxlink 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, 01 Sep 2017 16:15:22 +0300
Source: svxlink
Binary: svxlink-server remotetrx qtel qtel-icons libasynccpp1.4 libasynccpp-dev 
libasyncaudio1.4 libasyncaudio-dev libecholib1.3 libecholib-dev libasyncqt1.4 
libasyncqt-dev libasynccore1.4 libasynccore-dev
Architecture: source
Version: 15.11-2.1
Distribution: unstable
Urgency: medium
Maintainer: Felix Lechner <felix.lech...@gmail.com>
Changed-By: Adrian Bunk <b...@debian.org>
Description:
 libasyncaudio-dev - AsyncAudio library for SvxLink (development files)
 libasyncaudio1.4 - AsyncAudio library for SvxLink
 libasynccore-dev - AsyncCore library for SvxLink (development files)
 libasynccore1.4 - AsyncCore library for SvxLink
 libasynccpp-dev - AsyncCpp library for SvxLink (development files)
 libasynccpp1.4 - AsyncCpp library for SvxLink
 libasyncqt-dev - AsyncQt library for SvxLink (development files)
 libasyncqt1.4 - AsyncQt library for SvxLink
 libecholib-dev - EchoLib library for SvxLink (development files)
 libecholib1.3 - EchoLib library for SvxLink
 qtel       - Graphical client for the EchoLink® protocol
 qtel-icons - Icons for graphical client for the EchoLink® protocol
 remotetrx  - Remote controller for radio transceivers
 svxlink-server - Voice-over-IP server for ham radio operators
Closes: 853672
Changes:
 svxlink (15.11-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add upstream patch to fix FTBFS with gcc 7. (Closes: #853672)
Checksums-Sha1:
 fc693d1c667381dd4be83cec2c14a41860cd4889 2758 svxlink_15.11-2.1.dsc
 db46a68f333fe9e4cba46569c349222e480c160d 31680 svxlink_15.11-2.1.debian.tar.xz
Checksums-Sha256:
 e366bf7a8ceb9a0dfc18ac1be67fcdb0e0f339679d1dabc8356c3dbf304f9efb 2758 
svxlink_15.11-2.1.dsc
 1068238a5eab0bf5193bfa42dc294e5dbf2b9c0f1e2ce1c1ddb4bb80f56666fe 31680 
svxlink_15.11-2.1.debian.tar.xz
Files:
 8ad2b14e431aec50bb4af12126f79530 2758 hamradio optional svxlink_15.11-2.1.dsc
 452c1374e9466560aae1af7f0fb4956a 31680 hamradio optional 
svxlink_15.11-2.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAlmpXnIACgkQiNJCh6LY
mLFDsRAAn7htLmxt5oI7JILEMTmaaFZEZpp/W40V6FB7B8cxkWtyykRKAhj9cHcr
Zw54gq+o6qITfXJ4l0GYrJbHrB6BG+94LZk9shbzc+LwqM6M6dlFMXAZDOy/KJMM
xF7KFiENdEvaOBbU2UXb3TQJPrWQq2YyGKkMIVN7nfpNbXXgMaWHcGBrVNLAWl8A
4Lul1tCixhhGSYiAOaRTqo2Y5apcMGd1vxSydpqtkJOUQPCASuyQ4eXUVM62uqcv
DAbWaaZrOwcqhKn3AeZL6MliyrAqiYu4u9np3dI5GK3+zWeHty7WMXNXvK199cwx
9frUYP575V1cLyJv6xwJfU1uEvgOfTU0aiZAGC9zrsR7rUgpFhDmQPLaXJ/BqIb4
t/sJM8FsoLPC48nficHOGr1RhpzPtyG+HAq68ws+NyZWqH7ZmONLhrsSWpyTQLDI
+BU6cnYJlQOs3QtmhD0bgdXvCsUTjEy+TpPheIrmy01pcdR5QzURgUrC5Sj6TiSm
niYmMdKrP8MP8rXCaO3jAaM9ppWsL9/xjvldHn99P/M8DuYk60E5BeClceGoTX+r
ME7rbDe07BLGpCj2gQdtyoYxvFqihKERbRpI53TrDcYOLvON0iUjuxAV7bW0XHzQ
9PjEztG+IwYci027MJCTj9ImYQguGmBnlzy2OzcsbjAKvJH9RRs=
=07lG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to