[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#853690: marked as done (twpsk: ftbfs with GCC-7)



Your message dated Sat, 01 Jul 2017 15:08:09 +0000
with message-id <E1dRK0H-000CcZ-Qw@fasolo.debian.org>
and subject line Bug#853690: fixed in twpsk 4.2-1
has caused the Debian Bug report #853690,
regarding twpsk: 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 owner@bugs.debian.org
immediately.)


-- 
853690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853690
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:twpsk
Version: 4.1-1
Severity: normal
Tags: sid buster
User: debian-gcc@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/twpsk_4.1-1_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

[...]
server/../modes/psk31-receiver.h:102:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(dlevel) *dlevel=dcdlevel; if(a) *a=afc; if(d) *d=dcd;
   ^~
server/../modes/psk31-receiver.h:102:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if(dlevel) *dlevel=dcdlevel; if(a) *a=afc; if(d) *d=dcd;
                                ^~
twpskWids.C: In member function 'void Wids::createButtons(Widget, char**)':
twpskWids.C:1465:6: warning: may write a terminating nul past the end of the destination [-Wformat-overflow=]
 void Wids::createButtons (Widget shell, char **buttonNames)
      ^~~~
In file included from /usr/include/stdio.h:938:0,
                 from GUI.h:34,
                 from twpskWids.C:24:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:34:43: note: format output between 2 and 12 bytes into a destination of size 2
       __bos (__s), __fmt, __va_arg_pack ());
                                           ^
g++ -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-write-strings -DPKG_DATA_DIR=\"/usr/share/twpsk\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o twpskCB.o twpskCB.C
In file included from server/server.h:15:0,
                 from twpskWids.h:35,
                 from twpskCB.C:25:
server/../modes/psk31-receiver.h: In member function 'void psk31_receiver::get_info(int*, int*, float*, int*, int*, int*, int*, int*)':
server/../modes/psk31-receiver.h:101:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(q) *q=qpsk; if(l) *l=lsb; if(f) *f=_rxfreq;
   ^~
server/../modes/psk31-receiver.h:101:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if(q) *q=qpsk; if(l) *l=lsb; if(f) *f=_rxfreq;
                  ^~
server/../modes/psk31-receiver.h:102:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(dlevel) *dlevel=dcdlevel; if(a) *a=afc; if(d) *d=dcd;
   ^~
server/../modes/psk31-receiver.h:102:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   if(dlevel) *dlevel=dcdlevel; if(a) *a=afc; if(d) *d=dcd;
                                ^~
twpskCB.C: In function 'void rxTextCB(Widget, XtPointer, XtPointer)':
twpskCB.C:991:72: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
          if ((strncmp (str, save, MAXCALL) == 0) || (calls->outCall == '\0'))
                                                                        ^~~~
Makefile:380: recipe for target 'twpskCB.o' failed
make[3]: *** [twpskCB.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:390: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:288: 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:24: 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: twpsk
Source-Version: 4.2-1

We believe that the bug you reported is fixed in the latest version of
twpsk, 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 853690@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Tuckley <colint@debian.org> (supplier of updated twpsk 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 01 Jul 2017 15:12:00 +0100
Source: twpsk
Binary: twpsk
Architecture: source amd64
Version: 4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Colin Tuckley <colint@debian.org>
Description:
 twpsk      - Soundcard-based X program for operating PSK31
Closes: 853690
Changes:
 twpsk (4.2-1) unstable; urgency=medium
 .
   * New upstream release (closes: #853690)
   * Bump Standards Version (No changes required)
   * move to debhelper compat 9
Checksums-Sha1:
 ce6a59cc549e65a429091a26f5cb77a1b2890f06 1864 twpsk_4.2-1.dsc
 4581601e9e364d1109e414a56dc6e2e2dc260339 245368 twpsk_4.2.orig.tar.gz
 2a00902f5e518771a6b8ccb339515488f0f7c5bb 5480 twpsk_4.2-1.debian.tar.xz
 18d4b100fb09ad9f01e936fd4329dc95412d72c1 180030 twpsk-dbgsym_4.2-1_amd64.deb
 96f7f1c722cb4e4a8a0586ce7c985d8d7ecdae6e 8704 twpsk_4.2-1_amd64.buildinfo
 6435a279ef27a66d066264098e28d9e3b0da93ec 71660 twpsk_4.2-1_amd64.deb
Checksums-Sha256:
 70a2ba9c5d419c41835f864b1f33143c65ad55fd820298d08ac8cfde6db496ba 1864 twpsk_4.2-1.dsc
 b6c255b3ce16e6e8c3220261d434a54e2852b625e4e0daa437a8edd9e63a8078 245368 twpsk_4.2.orig.tar.gz
 ce0a9a58bc93c958aae14b7bf284c6091cc85e79ad3fa4eab9d6ca2c1b77b741 5480 twpsk_4.2-1.debian.tar.xz
 97c032d696084c314ceb7bf24f9c9a29d22a83189bee731757ba623c3b7a39a7 180030 twpsk-dbgsym_4.2-1_amd64.deb
 5e62d1f9ed9b1ac43b935e42491acdf84f412d755fcbba20120e82c0e6bcf6e7 8704 twpsk_4.2-1_amd64.buildinfo
 cd0c617a838eaa09d3b9d386d9b639539a2e9b6989e975e9d72e56a3ab97ba21 71660 twpsk_4.2-1_amd64.deb
Files:
 8c5aa8cb7e0477b2479b482511592b71 1864 hamradio optional twpsk_4.2-1.dsc
 b7b39e0d137082bd18e3af4c5cb076fe 245368 hamradio optional twpsk_4.2.orig.tar.gz
 f690bf8beafdabc2d5cab2a38f48df7b 5480 hamradio optional twpsk_4.2-1.debian.tar.xz
 f53de4703b6866d39c0e95b921ade553 180030 debug extra twpsk-dbgsym_4.2-1_amd64.deb
 d37087708041dc9b66d7b58ed41ac010 8704 hamradio optional twpsk_4.2-1_amd64.buildinfo
 7c9d12d836fb0b92babe186b5b94b527 71660 hamradio optional twpsk_4.2-1_amd64.deb

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

iQIzBAEBCAAdFiEEq4t0jL2QJYBE2VXS+gxBBzjJ2QMFAllXr18ACgkQ+gxBBzjJ
2QNkfQ//U/Ehl4nMuR/xdQctrGAHP1+4SVacTg2ZQHqkWFvvy/y3tPblOPME1Zyz
Op82b0tPsDAJ2PnoHTB+ka0yfnd+avIKlH4V9kmktGX9diEEIL6v7wGBFVvB8wZc
XCp1/JhqKUIo/1iyPPr4gJQpQJs4LKE2jKhOnr/nUIDD1h3418ZvURLCSAtVZRRA
xw9Uxdud38HKKmCBVYxraV2v/3HmF03IjEq+4rb/enLwr5K0TvmqIbCTjcY1ypFE
TKOHDe71ruy80QOca2VyT4Ewldrzevuf7ogmZSdNfXiVbSAnh8MSZzi3/U8pScmb
jzeRyl0EofUrgKiZPloblkgMM/RIoFucjZvkocy2SUsqOWsKs9OwlvhGbgoaRqR0
kTan8XtyMHQNF4v/9C9yEPN3y+7powx++qHcWP6oJd7aERIu2Hv7Njr9i/n/jN8i
goukPkE3YAuARR9WvDK8OTf8rTX1Zrya1h1+TbZKE3E9be20XH2QRL+bnAZ4GQwG
tEJYzX91P9x2CBfBvRCXJ5Fp093ChLWx3rtpHW5hWne8bHVZfTIThnYZW+rld830
pOxEt/dl+Jx3Z5/YYAuamz1aQbXwZuS7yboPk04G3w7pqxMCwmc3/9vZY1TTYNcW
CjmMA3PyHGMq21djOqVLU2ny0Z68b/IjuU7K34PjD2uF+DuUWjk=
=2TXb
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: