Your message dated Tue, 20 Jun 2017 21:35:16 +0000
with message-id <[email protected]>
and subject line Bug#853379: fixed in dwww 1.13.4
has caused the Debian Bug report #853379,
regarding dwww: 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 [email protected]
immediately.)
--
853379: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853379
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dwww
Version: 1.13.3
Severity: normal
Tags: sid buster
User: [email protected]
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/dwww_1.13.3_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
[...]
removing /<<PKGBUILDDIR>>/scripts/_build
removing /<<PKGBUILDDIR>>/src/_build
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
dpkg-source -b dwww-1.13.3
dpkg-source: info: using options from dwww-1.13.3/debian/source/options:
--diff-ignore --tar-ignore
dpkg-source: info: using source format '3.0 (native)'
dpkg-source: info: building dwww in dwww_1.13.3.tar.xz
dpkg-source: info: building dwww in dwww_1.13.3.dsc
debian/rules build
dh "build" --with apache2
dh_testdir
dh_update_autotools_config
dh_auto_configure
dh_auto_build
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
creating /<<PKGBUILDDIR>>/data/_build/dwww.css
creating /<<PKGBUILDDIR>>/perl/Debian/Dwww/_build/Version.pm
creating /<<PKGBUILDDIR>>/scripts/_build/functions.sh
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -DVERSION='"1.13.3"' -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
-Werror -g -o _build/dwww-cache.o dwww-cache.c
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -DVERSION='"1.13.3"' -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
-Werror -g -o _build/utils.o utils.c
gcc -specs=/usr/share/dpkg/no-pie-link.specs -Wl,-z,relro -Wl,-z,now -o
_build/dwww-cache _build/dwww-cache.o _build/utils.o -lpub
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -DVERSION='"1.13.3"' -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
-Werror -g -o _build/dwww-quickfind.o dwww-quickfind.c
gcc -specs=/usr/share/dpkg/no-pie-link.specs -Wl,-z,relro -Wl,-z,now -o
_build/dwww-quickfind _build/dwww-quickfind.o _build/utils.o -lpub
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -DVERSION='"1.13.3"' -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
-Werror -g -o _build/dwww-txt2html.o dwww-txt2html.c
dwww-txt2html.c: In function 'txt2html':
dwww-txt2html.c:472:15: error: this statement may fall through
[-Werror=implicit-fallthrough=]
c = '-';
~~^~~~~
dwww-txt2html.c:474:9: note: here
default:
^~~~~~~
dwww-txt2html.c: In function 'check_www_uri':
dwww-txt2html.c:733:28: error: this statement may fall through
[-Werror=implicit-fallthrough=]
if (*tmp == '.')
^
dwww-txt2html.c:741:17: note: here
case U_HTTP: /* "http" */
^~~~
cc1: all warnings being treated as errors
Makefile:25: recipe for target '_build/dwww-txt2html.o' failed
make[2]: *** [_build/dwww-txt2html.o] Error 1
common.mk:191: 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:14: 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: dwww
Source-Version: 1.13.4
We believe that the bug you reported is fixed in the latest version of
dwww, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Robert Luberda <[email protected]> (supplier of updated dwww 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 20 Jun 2017 22:13:20 +0200
Source: dwww
Binary: dwww
Architecture: source amd64
Version: 1.13.4
Distribution: unstable
Urgency: medium
Maintainer: Robert Luberda <[email protected]>
Changed-By: Robert Luberda <[email protected]>
Description:
dwww - Read all on-line documentation with a WWW browser
Closes: 853379
Changes:
dwww (1.13.4) unstable; urgency=medium
.
* dwww-txt2html.c:
+ support long CVE/CAN identifiers;
+ switch to using https in links to bugs.debian.org and cve.mitre.org.
+ add `fall through' comments to fix FTBFS with gcc-7 (closes: #853379).
* Re-enable the `pie' hardening option (lintian).
* Bump debhelper compat mode to 10.
* Standards-Version: 4.0.0 (no changes).
Checksums-Sha1:
c159d9c544ec2328eba70e8997afee2e6ff45d9e 1585 dwww_1.13.4.dsc
02797c4ad8df90862f627fbc9cf74bcc44a85ee6 124748 dwww_1.13.4.tar.xz
52789b143843b73f8b4cc77ba0c6bea64b460faa 41904 dwww-dbgsym_1.13.4_amd64.deb
a56eb40bcc7c265ffc811d217a6f3cae90352613 6663 dwww_1.13.4_amd64.buildinfo
41f16da4dee1213e53c8a17f3184fc1f1a86a6aa 126202 dwww_1.13.4_amd64.deb
Checksums-Sha256:
27a82e4b41b320bbfa87fe567f685d95d258bac455fb86dd07710fae8775b6de 1585
dwww_1.13.4.dsc
9023ee2a822abefe59f1c2ab6b3aa9fdb8aec8bb75e582a4e13edc9bd0b73383 124748
dwww_1.13.4.tar.xz
29163b7b93184a8c2bb0e558288aa7da95faba62c6240e2adab67402dc9a268e 41904
dwww-dbgsym_1.13.4_amd64.deb
414d9d29f5f47fc9d42427794c8bcadfe2a8235e323b05dcf6248d01ec3153e9 6663
dwww_1.13.4_amd64.buildinfo
ec68c895d6051e78ff51950b02cf8d8c50d4608924f0a10c60505fcdd01ee66e 126202
dwww_1.13.4_amd64.deb
Files:
ffd16ad44c72486e6ce8e2850696b324 1585 doc optional dwww_1.13.4.dsc
72f1fefb8952bcd64dc548f5e54901e0 124748 doc optional dwww_1.13.4.tar.xz
55e6c819c185b590306bb45cb58e66e0 41904 debug extra dwww-dbgsym_1.13.4_amd64.deb
f842c48ce03edf3593957c061a2fe56a 6663 doc optional dwww_1.13.4_amd64.buildinfo
252267a2cf4ccfea32918f897dd8f239 126202 doc optional dwww_1.13.4_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEENeh2+rTTcy6TtNI3Yx3nVTvor9QFAllJgjgACgkQYx3nVTvo
r9S0phAAlyiVCYul8Z2jtUCMrskPfKbCTP3F8ExOlK6QRSG/ydLKswVkZAUXyUv9
mV9uJwf3pof+P+9KOzzMPI2dr7xXpr5l3zC1dkRFIyTBqemu8eof9rfqb/GB7rjz
gKPXLKu9SOV7x2lQ8odAz6yw8HaJnf1Co+loMIdol2dITHEXLn32JjO7boBmUpG1
oXBddCp8t6D5ck9n0XVYIijU9YBA00BUIOuhTgh+6iKSx+DCmojAfOl64N2tUwE9
S1cnf8OWatmdjIcKG68WzrISqK1xF80t5jmWK68XZ17Lq1DQvfhG+lD0tA+oJyeo
MF6GvkmXu7A1hjC7m+3m3E0aiRK8jDQr4MVR0O1TvqaXTJUqGkOQO3PdXPKSHzfq
g7hyOeNTJ4Y60LKuQ9aogOigphask8I1UxaZdKF2b0F04saJlfty+BcRwicO06E/
tFiXZGhLTWRVB5R7eP6ETWHKWqLMZ4weXwjEpQCkB4vkzq4ex1J2jP0zPSGtdbIQ
aUKFQ1JpX4DlJ56draDcOjGIONDoeSB14J4hAand5RQwegWuhGOky+titjjy9UJb
Lbn8SLB0kI37NGCu6lxnJG/2spsgU6BlygpaBOmlUVfhvb/dZCOqUfwOj+CmWrAd
5AgbsDuvD49naLrxwz7JRiZYsVerTcTTQqDzONvm9oV1TMv6SaA=
=+wue
-----END PGP SIGNATURE-----
--- End Message ---