Your message dated Wed, 18 Oct 2017 22:19:51 +0000
with message-id <e1e4wgp-0008gj...@fasolo.debian.org>
and subject line Bug#853376: fixed in dmucs 0.6.1-3
has caused the Debian Bug report #853376,
regarding dmucs: 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.)
--
853376: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853376
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dmucs
Version: 0.6.1-2.1
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/dmucs_0.6.1-2.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
[...]
cc -O -I./HDR -c -o Smaskwait.o Smaskwait.c
cc -O -I./HDR -c -o Sread.o Sread.c
cc -O -I./HDR -c -o Swait.o Swait.c
cc -O -I./HDR -c -o srmtrblk.o srmtrblk.c
cc -O -I./HDR -c -o Smkskt.o Smkskt.c
cc -O -I./HDR -c -o Sreadbytes.o Sreadbytes.c
cc -O -I./HDR -c -o Swrite.o Swrite.c
cc -O -I./HDR -c -o stpblk.o stpblk.c
cc -O -I./HDR -c -o Sopen.o Sopen.c
cc -O -I./HDR -c -o Srmsrvr.o Srmsrvr.c
cc -O -I./HDR -c -o error.o error.c
cc -O -I./HDR -c -o stpnxt.o stpnxt.c
cc -O -I./HDR -c -o Sopenv.o Sopenv.c
cc -O -I./HDR -c -o Sscanf.o Sscanf.c
cc -O -I./HDR -c -o fopenv.o fopenv.c
cc -O -I./HDR -c -o strnxtfmt.o strnxtfmt.c
cc -O -I./HDR -c -o Speek.o Speek.c
cc -O -I./HDR -c -o cprt.o cprt.c
cc -O -I./HDR -c -o Speername.o Speername.c
cc -O -I./HDR -c -o Speeraddr.o Speeraddr.c
cc -O -I./HDR -c -o Sinit.o Sinit.c
ar r simpleskts.a *.o
ar: creating simpleskts.a
finished updating simpleskts.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/COSMIC'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
g++ -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR=\"/etc\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o dmucs_resolve.o
dmucs_resolve.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR=\"/etc\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o gethost.o
gethost.cc
g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -pthread -Wl,-z,relro -o gethost
dmucs_resolve.o gethost.o COSMIC/simpleskts.a -Wl,-z,relro
g++ -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR=\"/etc\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o loadavg.o
loadavg.cc
g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -pthread -Wl,-z,relro -o loadavg loadavg.o
COSMIC/simpleskts.a -Wl,-z,relro
g++ -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR=\"/etc\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o monitor.o
monitor.cc
g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -pthread -Wl,-z,relro -o monitor monitor.o
COSMIC/simpleskts.a -Wl,-z,relro
g++ -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR=\"/etc\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o remhost.o
remhost.cc
remhost.cc: In function 'int main(int, char**)':
remhost.cc:65:25: error: invalid conversion from 'char' to 'char*'
[-fpermissive]
char *distingProp = '\0';
^~~~
Makefile:361: recipe for target 'remhost.o' failed
make[3]: *** [remhost.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:379: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:221: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/share/cdbs/1/class/makefile.mk:77: recipe for target
'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: dmucs
Source-Version: 0.6.1-3
We believe that the bug you reported is fixed in the latest version of
dmucs, 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.
Petter Reinholdtsen <p...@debian.org> (supplier of updated dmucs 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: Wed, 18 Oct 2017 21:40:12 +0000
Source: dmucs
Binary: dmucs
Architecture: source
Version: 0.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Petter Reinholdtsen <p...@debian.org>
Description:
dmucs - distributed compilation system for use with distcc
Closes: 574986 663068 668524 839647 853376
Changes:
dmucs (0.6.1-3) unstable; urgency=medium
.
* QA upload.
* Improve build rules and switch to debhelper 9 source
format 3.0 (quilt) (Closes: #668524).
* Added 03_gcc-7.patch to fix gcc 7 build problem (Closes: #853376).
* Acknowledge NMU (Closes: #574986).
* Added Recommends on distcc (Closes: #663068).
* Make build reproducible (Closes: #839647).
Checksums-Sha1:
dece527e0d1f23cfc98125118b847a4ebb68a0e5 1678 dmucs_0.6.1-3.dsc
df9057a65ddef3b7b22ec5739c1dedc00560bb4e 53788 dmucs_0.6.1-3.debian.tar.xz
15fa0419bfdb303b2b3f06d8ebe441f97c09cb05 4961 dmucs_0.6.1-3_source.buildinfo
Checksums-Sha256:
e7f041099507560ee292ec875fa243e8f530bb4679ed748b878c0daf8bde89b1 1678
dmucs_0.6.1-3.dsc
82cc3fb90fd82d18b8f7dacd724de0795eddfefbcc7c6787d62cb8613f65ca0a 53788
dmucs_0.6.1-3.debian.tar.xz
28356634841f86465238952047530819b44839b6374d68c38583d2ee499dfdfa 4961
dmucs_0.6.1-3_source.buildinfo
Files:
155db4981a806075a7110b484eea81ee 1678 devel optional dmucs_0.6.1-3.dsc
466f0f39cc265b41fcc09737650d43f7 53788 devel optional
dmucs_0.6.1-3.debian.tar.xz
538d26e270365daf10f6b4cef1bfb9df 4961 devel optional
dmucs_0.6.1-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBWefQq4EoCqCHuvsOAQjd/A//cNSd8Ij60c8en0uxWotKnjDrJl0rEZfZ
8+OV7NqqVK9GiyhQ5MwX2CWPWXuOIPDb40Z/QLcdNXvLtQNVNMA3Br8NZv2PJn4z
5m5jpJmL42pqVN6uUDYnGuZ/gXwGJ7QFH+Xf+HfdcEjqGV2naXglROg8bkxTvGHE
VMUO29xxWG1G0Mlvuw3UvWDP8+B2QhiWJ0wS2HxcsqhcexJ7kq24KgDysyweWcnu
CLT761YPa0twrJ7dZfTUJMgRAbARZ7XsHH6Wn35VO4VOfxFExUWRkkOFBdLDymgh
2dnxBFTd2ow9ArvNvHdYDFcpuEfW0AlfA2e2VEddjqpcC00thxtkFKoaZabk1tXJ
jldz626yLGWgfvKA8wVHj9i2et4kMm+ey6ihzP8R9DAMixLaPG2KLu5Qn5puDD3O
tWsJ33lQgot6qCm056vVGehRa8OsG4m7fRpiMN7mVd0WjLXhpfFoOUSzpVqVdLdK
9es5Nk3kn7rUzSFCzYO8TLUjyWf8iXOOBkGdF0xbl6KUv3tUSEKqbxi6ceMSc3dF
QxzUQ0JdUpOP4TH69bjbrAeT+Nh8vHAI+bRp2vthQKht4MHWzYwDdI4f2f7OMfwP
WyqSg0LsWGi55Tc9Dxb7RCX6nqFSRpYGdYWFpDdQk05tUPC+UaYbD92bmZof99/0
xmgGI+oZqCA=
=YPTK
-----END PGP SIGNATURE-----
--- End Message ---