Your message dated Wed, 20 May 2020 09:03:39 +0000
with message-id <[email protected]>
and subject line Bug#957163: fixed in edbrowse 3.7.6-2
has caused the Debian Bug report #957163,
regarding edbrowse: ftbfs with GCC-10
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.)
--
957163: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957163
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:edbrowse
Version: 3.7.6-1
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/edbrowse_3.7.6-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html
[...]
[ 84%] Building C object CMakeFiles/edbrowse.dir/src/dbstubs.c.o
/usr/bin/cc -DHAVE_READLINE_H -DREADLINE_STATIC -I/usr/include/tidy -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -Wall
-D_REENTRANT -o CMakeFiles/edbrowse.dir/src/dbstubs.c.o -c
/<<PKGBUILDDIR>>/src/dbstubs.c
[ 88%] Building C object CMakeFiles/edbrowse.dir/src/startwindow.c.o
/usr/bin/cc -DHAVE_READLINE_H -DREADLINE_STATIC -I/usr/include/tidy -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -Wall
-D_REENTRANT -o CMakeFiles/edbrowse.dir/src/startwindow.c.o -c
/<<PKGBUILDDIR>>/src/startwindow.c
/<<PKGBUILDDIR>>/src/jseng-duk.c: In function ‘native_removeChild’:
/<<PKGBUILDDIR>>/src/jseng-duk.c:1064:2: warning: ignoring return value of
‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
1064 | asprintf(&e, "l{r|%s,%s ", pointer2string(thisobj), thisname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/jseng-duk.c: In function ‘native_insbf’:
/<<PKGBUILDDIR>>/src/jseng-duk.c:995:2: warning: ignoring return value of
‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
995 | asprintf(&e, "l{b|%s,%s ", pointer2string(thisobj), thisname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/jseng-duk.c: In function ‘append0’:
/<<PKGBUILDDIR>>/src/jseng-duk.c:908:2: warning: ignoring return value of
‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
908 | asprintf(&e, "l{a|%s,%s ", pointer2string(thisobj), thisname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 92%] Building C object CMakeFiles/edbrowse.dir/src/ebrc.c.o
/usr/bin/cc -DHAVE_READLINE_H -DREADLINE_STATIC -I/usr/include/tidy -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -Wall
-D_REENTRANT -o CMakeFiles/edbrowse.dir/src/ebrc.c.o -c
/<<PKGBUILDDIR>>/src/ebrc.c
In file included from /usr/include/string.h:495,
from /<<PKGBUILDDIR>>/src/eb.h:32,
from /<<PKGBUILDDIR>>/src/jseng-duk.c:27:
In function ‘strncpy’,
inlined from ‘embedNodeName’ at /<<PKGBUILDDIR>>/src/jseng-duk.c:853:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin___strncpy_chk’ specified bound depends on the length of the source
argument [-Wstringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/jseng-duk.c: In function ‘embedNodeName’:
/<<PKGBUILDDIR>>/src/jseng-duk.c:850:12: note: length computed here
850 | length = strlen(nodeName);
| ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/format.c: In function ‘closeColor’:
/<<PKGBUILDDIR>>/src/format.c:2075:9: warning: ‘best_c’ may be used
uninitialized in this function [-Wmaybe-uninitialized]
2075 | return cloneString(best_c->name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[ 96%] Building C object CMakeFiles/edbrowse.dir/src/msg-strings.c.o
/usr/bin/cc -DHAVE_READLINE_H -DREADLINE_STATIC -I/usr/include/tidy -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -Wall
-D_REENTRANT -o CMakeFiles/edbrowse.dir/src/msg-strings.c.o -c
/<<PKGBUILDDIR>>/src/msg-strings.c
[100%] Linking C executable edbrowse
/usr/bin/cmake -E cmake_link_script CMakeFiles/edbrowse.dir/link.txt --verbose=1
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -Wall -D_REENTRANT -Wl,-z,relro -Wl,-z,now
-rdynamic CMakeFiles/edbrowse.dir/src/main.c.o
CMakeFiles/edbrowse.dir/src/buffers.c.o
CMakeFiles/edbrowse.dir/src/sendmail.c.o
CMakeFiles/edbrowse.dir/src/fetchmail.c.o
CMakeFiles/edbrowse.dir/src/messages.c.o CMakeFiles/edbrowse.dir/src/url.c.o
CMakeFiles/edbrowse.dir/src/stringfile.c.o
CMakeFiles/edbrowse.dir/src/html-tidy.c.o
CMakeFiles/edbrowse.dir/src/decorate.c.o CMakeFiles/edbrowse.dir/src/http.c.o
CMakeFiles/edbrowse.dir/src/auth.c.o CMakeFiles/edbrowse.dir/src/css.c.o
CMakeFiles/edbrowse.dir/src/html.c.o CMakeFiles/edbrowse.dir/src/format.c.o
CMakeFiles/edbrowse.dir/src/cookies.c.o CMakeFiles/edbrowse.dir/src/cache.c.o
CMakeFiles/edbrowse.dir/src/ebjs.c.o CMakeFiles/edbrowse.dir/src/plugin.c.o
CMakeFiles/edbrowse.dir/src/jseng-duk.c.o CMakeFiles/edbrowse.dir/src/dbstubs.
c.o CMakeFiles/edbrowse.dir/src/startwindow.c.o
CMakeFiles/edbrowse.dir/src/ebrc.c.o
CMakeFiles/edbrowse.dir/src/msg-strings.c.o -o edbrowse -ltidy -lcurl -lpcre
-lreadline -lduktape -lm -lpthread
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/buffers.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/sendmail.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/fetchmail.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/messages.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/url.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/stringfile.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/html-tidy.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/decorate.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/http.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/auth.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/css.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/html.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/format.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/cookies.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/cache.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/ebjs.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/plugin.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/jseng-duk.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
/usr/bin/ld:
CMakeFiles/edbrowse.dir/src/dbstubs.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
multiple definition of `formatOverflow';
CMakeFiles/edbrowse.dir/src/main.c.o:./obj-x86_64-linux-gnu/./src/eb.h:293:
first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [CMakeFiles/edbrowse.dir/build.make:454: edbrowse] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:79: CMakeFiles/edbrowse.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:133: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true" returned exit code 2
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: edbrowse
Source-Version: 3.7.6-2
Done: Samuel Thibault <[email protected]>
We believe that the bug you reported is fixed in the latest version of
edbrowse, 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.
Samuel Thibault <[email protected]> (supplier of updated edbrowse 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: SHA512
Format: 1.8
Date: Wed, 20 May 2020 10:42:50 +0200
Source: edbrowse
Binary: edbrowse edbrowse-dbgsym
Architecture: source
Version: 3.7.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Description:
edbrowse - /bin/ed-alike webbrowser written in C
Closes: 957163
Changes:
edbrowse (3.7.6-2) unstable; urgency=medium
.
* patches/no-common: Fix build with gcc-10 (Closes: Bug#957163)
* control: Update alioth list domain.
Checksums-Sha1:
4eb7b985e64d81ee7825a01fb62d2395009e96d5 2050 edbrowse_3.7.6-2.dsc
5c2e58176a0bf68b394ae61e8bf2c7324daca732 8416 edbrowse_3.7.6-2.debian.tar.xz
Checksums-Sha256:
e0a596024ebfd075a605fa8a7f5b804beb66e9110ba5389e6b1eda3e28a15291 2050
edbrowse_3.7.6-2.dsc
e30f181c8ff5fe2b4b16285571e36a565e0235497defa78681021e47420ed9d0 8416
edbrowse_3.7.6-2.debian.tar.xz
Files:
994020cc6dc0e62c6de60e3b3e92376a 2050 net optional edbrowse_3.7.6-2.dsc
736e22482e3471ca2b028ef0e17b7b76 8416 net optional
edbrowse_3.7.6-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl7E7yYACgkQjTXDVXIL
uv2AzQ//Rdhs65lpHyjzVCs2o44RF11+zYgnOupWFvnPA0v42J1/Mpb/JVRKDfNl
844ZepjR9B2h3Pj4YN3eafBbn416yWthCNhZCizFaTnyoCaF2L2pdduk1bKdHStG
Xu7606UICPpb0g7uGlgAgCJW2iz5veyC4dEtmphE2JPfJyOd7d0+e0trpPo0W5yE
hAn7v7QDk7kD9ft0dWvaifwKhluvFI0rZf2Z1cB/zIZvz3XBs5vgOBWKWY8PudsG
T1mNUg5IT5+FO5RjncQYUQKNQTCaq4Gdzt8rQulvjSZGz6akeiHE25RVu1sHpVeP
wwxQOsd8MlsEGDxRvMa+BA3dj9H+t5nqF6UGUKeFoGGf6zaS5NztsX3spCVdzN28
swidGMs3QkOFhBi9rKLTneV0PVSjRvWr/SSDKZnOn44Xjt1/P3Kpq0mGIJohdNHQ
oNaJNs4moBDXiz+ezqXA6ktmv81VJu7AdqhPk6wEFIUIzOdzWxb+ZN72l6K28fZY
3fKTMY4o4TBJfymBIB9KC9gPODd3IWTM6DP7+xI8n06LkpbG8rMixF2ZoFcVz03i
Z/V/lQAH+70MPAnK7GofDpGH0zSrtnItJ3eaz/99wNQNiWXulIr9cPtQ/rBBSvjN
Hmn10zaJivWmowBrdL4SHwFPGnVndUZ+strr4zwdZhQBpNQRoOo=
=q3GY
-----END PGP SIGNATURE-----
--- End Message ---