Your message dated Tue, 24 Jul 2018 07:18:55 +0000
with message-id <e1fhrax-00016d...@fasolo.debian.org>
and subject line Bug#897704: fixed in anytun 0.3.7-1
has caused the Debian Bug report #897704,
regarding anytun: ftbfs with GCC-8
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.)
--
897704: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897704
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:anytun
Version: 0.3.6-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8
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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.
The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/anytun_0.3.6-1_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html
[...]
(re)building logTargets.d
(re)building log.d
(re)building daemonService.d
(re)building signalController.d
(re)building syncClient.d
(re)building tunDevice.d
(re)building sysExec.d
(re)building options.d
(re)building encryptedPacket.d
(re)building plainPacket.d
(re)building cipherFactory.d
(re)building cipher.d
(re)building authAlgoFactory.d
(re)building authAlgo.d
(re)building packetSource.d
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT packetSource.cpp -c -o packetSource.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT authAlgo.cpp -c -o authAlgo.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT authAlgoFactory.cpp -c -o authAlgoFactory.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT cipher.cpp -c -o cipher.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT cipherFactory.cpp -c -o cipherFactory.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT plainPacket.cpp -c -o plainPacket.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT encryptedPacket.cpp -c -o encryptedPacket.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT -DANYTUN_OPTIONS options.cpp -c -o options.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT signalController.cpp -c -o signalController.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT sysExec.cpp -c -o sysExec.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT resolver.cpp -c -o resolver.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT buffer.cpp -c -o buffer.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT syncBuffer.cpp -c -o syncBuffer.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT keyDerivation.cpp -c -o keyDerivation.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT keyDerivationFactory.cpp -c -o keyDerivationFactory.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT connectionList.cpp -c -o connectionList.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT connectionParam.cpp -c -o connectionParam.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT networkAddress.cpp -c -o networkAddress.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT networkPrefix.cpp -c -o networkPrefix.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT routingTable.cpp -c -o routingTable.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT routingTreeNode.cpp -c -o routingTreeNode.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT log.cpp -c -o log.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT logTargets.cpp -c -o logTargets.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT anytunError.cpp -c -o anytunError.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT seqWindow.cpp -c -o seqWindow.o
g++ -g -Wall -Werror -Wno-error=unused-variable -O2 -DLOG_SYSLOG -DLOG_FILE
-DLOG_STDOUT -DUSE_GCRYPT tunDevice.cpp -c -o tunDevice.o
tunDevice.cpp: In constructor 'TunDevice::TunDevice(std::__cxx11::string,
std::__cxx11::string, std::__cxx11::string, uint16_t)':
tunDevice.cpp:82:12: error: 'char* strncpy(char*, const char*, size_t)'
specified bound 16 equals destination size [-Werror=stringop-truncation]
strncpy(ifr.ifr_name, dev_name.c_str(), IFNAMSIZ);
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[1]: *** [Makefile:227: tunDevice.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
make: *** [debian/rules:25: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: anytun
Source-Version: 0.3.7-1
We believe that the bug you reported is fixed in the latest version of
anytun, 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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Darshaka Pathirana <d...@syn-net.org> (supplier of updated anytun 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: Mon, 23 Jul 2018 15:12:55 +0200
Source: anytun
Binary: anytun
Architecture: source
Version: 0.3.7-1
Distribution: unstable
Urgency: medium
Maintainer: Darshaka Pathirana <d...@syn-net.org>
Changed-By: Darshaka Pathirana <d...@syn-net.org>
Description:
anytun - secure anycast tunneling protocol
Closes: 880371 897704
Changes:
anytun (0.3.7-1) unstable; urgency=medium
.
* [6294e1d] New upstream version 0.3.7
- Fix FTBFS with GCC-8 (Closes: #897704)
* [627ba33] Fix spelling errors in man page
* [cb2ecde] Update Debian copyright file
* [74b165b] Bump Debian Standards-Version to 4.1.5
* [9e924f4] Update debian/rules file
* [635dc05] Enable systemd integration (Closes: #880371)
- Thanks to Dimitri John Ledkov for the patch.
* [455cf82] Update to debhelper 11 and bump debian compat to version 11
* [eadcba6] Replace dh_systemd_enable with dh_installsystemd
* [2ca4e31] Ignore quilt .pc directory
* [98b9d22] Remove 0002-Enable-systemd-integration.patch relict
* [70946f9] Update Debian copyright file and add GPL-3+ with OpenSSL
exception
* [1ede2f4] Change Vcs-* to salsa.debian.org (gitlab)
Checksums-Sha1:
65c5388e62ac454f95f1067facb9a8e2519cce57 1957 anytun_0.3.7-1.dsc
5c638fd48afb00ccc17da0f801166811e251a5bb 214425 anytun_0.3.7.orig.tar.gz
9781365c5bbd0bc6456037fd3f482a0941c0ac29 5880 anytun_0.3.7-1.debian.tar.xz
da8b59fd48e57dc2086817a3b987038b098cc6f9 7107 anytun_0.3.7-1_source.buildinfo
Checksums-Sha256:
5fe4785c658d59ea12fd7ae21595898bde109601064b3ed8df87c10a6506843c 1957
anytun_0.3.7-1.dsc
28d09c455e74d770f255f0b13699912bb16b23459f44d1fc6030481cafc55b00 214425
anytun_0.3.7.orig.tar.gz
772c8b7c24c2820bb9ffd388a9299e156d4c503b5e1891143f1767c4e82f1583 5880
anytun_0.3.7-1.debian.tar.xz
2f6f814f4f5cf7faa28bdf58efea8751bc4bf721f8ed444803181f99a9710ad9 7107
anytun_0.3.7-1_source.buildinfo
Files:
c33d06cccddf9d7e3c36e0013012edb3 1957 net optional anytun_0.3.7-1.dsc
00c772c96e2b0739eb2265413218a141 214425 net optional anytun_0.3.7.orig.tar.gz
0ebf539ee740088a512d698694c89080 5880 net optional anytun_0.3.7-1.debian.tar.xz
b0e72b8a74231bcf7f9fb62171c038a4 7107 net optional
anytun_0.3.7-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAltWzh0ACgkQXBPW25MF
LgNqUg//UyA/yBxRxJpIMk4DcxdrLT7Gy4ySY9I7hf2cnT2CL/PuNgJlm4s3/TTx
96AwloLkyq1cfDHgjwMrmCw4pkoJtKhN9FkT4PQWNuQJCLdr3EVv9QBay2Z2rMLL
gpRcKme3NJoFBdm0H60YkusBL3B+C+Qp10NnAL/3PJ/19nETPwTaJPwUn2xV+UJb
IYS5S5pB6FGcj9X0ZnjhFAPioEHNAHVegj8WMDWM6+uZKyGF97CRx0NbVF2dDy69
02ttu+8RqS7cTNdVPDszopteLMqaFfhKJqVjMZ7l0kiRVJJMAV30DU0WkU3RwjJR
7d+XB1YSBmSX/ibkCmvRI3z7lt7WS6w/i//IrhvvRuWk5OqiXMeKm0CskA3NvnRT
XhKlkf+ZgxBI2a3yaqjj+c5Mu8o9Xeaf1veg89ugF+p0H/a2KiOFOFNl6hB/xLrb
59e+JXCoJ4vxBQQ5nuNEMmQghMnTCVKeoCd47Uu9IczG4GTM9JdhwRLx9DFlSl1o
rnMgpLwE6rnWjXK3NU7YgVlHgRJGL9X69Q3BCrMNF8gcE6c5bM7/fNKllEACXClc
g9y94ClYmrCPNlje5sPughZvuufChReC2eH/kw4gZ5645TR87B85y3m/SEGnm00F
q0zUVMp8HZsSua8Qp/jzOCUqHwBKnblEJ3eA0zhlX1WG7sbMjQs=
=/NbQ
-----END PGP SIGNATURE-----
--- End Message ---