Your message dated Thu, 23 Jul 2020 08:43:27 +0000
with message-id <[email protected]>
and subject line Bug#957612: fixed in nodau 0.3.8-4
has caused the Debian Bug report #957612,
regarding nodau: 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.)
--
957612: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957612
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:nodau
Version: 0.3.8-3
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/nodau_0.3.8-3_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
[...]
User Environment
----------------
APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-79730f82-fb48-425b-9357-2e15ff3077d5
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package nodau
dpkg-buildpackage: info: source version 0.3.8-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Salvatore Bonaccorso
<[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean
dh_auto_clean
make -j4 distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f src/nodau.o src/db.o src/lib.o src/edit.o src/crypto.o src/config.o
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
dh_auto_build
make -j4 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -pedantic -DTARGET=\"nodau\"
-DVERSION=\"0.3.8\" -Iinc/ -I. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -o src/nodau.o -c
src/nodau.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -pedantic -DTARGET=\"nodau\"
-DVERSION=\"0.3.8\" -Iinc/ -I. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -o src/db.o -c
src/db.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -pedantic -DTARGET=\"nodau\"
-DVERSION=\"0.3.8\" -Iinc/ -I. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -o src/lib.o -c
src/lib.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -pedantic -DTARGET=\"nodau\"
-DVERSION=\"0.3.8\" -Iinc/ -I. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -o src/edit.o -c
src/edit.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -pedantic -DTARGET=\"nodau\"
-DVERSION=\"0.3.8\" -Iinc/ -I. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -o src/crypto.o -c
src/crypto.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -pedantic -DTARGET=\"nodau\"
-DVERSION=\"0.3.8\" -Iinc/ -I. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -o src/config.o -c
src/config.c
cc -Wl,-z,relro -Wl,-z,now -o nodau src/nodau.o src/db.o src/lib.o src/edit.o
src/crypto.o src/config.o -lsqlite3 -lncurses -lcrypto
/usr/bin/ld: src/db.o:./inc/nodau.h:48: multiple definition of `db';
src/nodau.o:./inc/nodau.h:48: first defined here
/usr/bin/ld: src/db.o:./inc/nodau.h:49: multiple definition of `error_msg';
src/nodau.o:./inc/nodau.h:49: first defined here
/usr/bin/ld: src/lib.o:./inc/nodau.h:49: multiple definition of `error_msg';
src/nodau.o:./inc/nodau.h:49: first defined here
/usr/bin/ld: src/lib.o:./inc/nodau.h:48: multiple definition of `db';
src/nodau.o:./inc/nodau.h:48: first defined here
/usr/bin/ld: src/edit.o:./inc/nodau.h:49: multiple definition of `error_msg';
src/nodau.o:./inc/nodau.h:49: first defined here
/usr/bin/ld: src/edit.o:./inc/nodau.h:48: multiple definition of `db';
src/nodau.o:./inc/nodau.h:48: first defined here
/usr/bin/ld: src/crypto.o:./inc/nodau.h:49: multiple definition of `error_msg';
src/nodau.o:./inc/nodau.h:49: first defined here
/usr/bin/ld: src/crypto.o:./inc/nodau.h:48: multiple definition of `db';
src/nodau.o:./inc/nodau.h:48: first defined here
/usr/bin/ld: src/config.o:./inc/nodau.h:49: multiple definition of `error_msg';
src/nodau.o:./inc/nodau.h:49: first defined here
/usr/bin/ld: src/config.o:./inc/nodau.h:48: multiple definition of `db';
src/nodau.o:./inc/nodau.h:48: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:26: nodau] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: nodau
Source-Version: 0.3.8-4
Done: Salvatore Bonaccorso <[email protected]>
We believe that the bug you reported is fixed in the latest version of
nodau, 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.
Salvatore Bonaccorso <[email protected]> (supplier of updated nodau 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: Thu, 23 Jul 2020 10:18:51 +0200
Source: nodau
Architecture: source
Version: 0.3.8-4
Distribution: unstable
Urgency: medium
Maintainer: Salvatore Bonaccorso <[email protected]>
Changed-By: Salvatore Bonaccorso <[email protected]>
Closes: 957612
Changes:
nodau (0.3.8-4) unstable; urgency=medium
.
* Fix several "multiple definition of" instances uncovered by build with
gcc-10 (Closes: #957612)
* Update .gitlab-ci.yml based on Salsa CI Team's template
* Bump Debhelper compat level to 13
* Update copyright years for debian/* packaging files
* Declare compliance with Debian policy 4.5.0
Checksums-Sha1:
d4a3cbb0cf748fce7734eeab567242f1f34a75ac 1992 nodau_0.3.8-4.dsc
ecd8de79398519bb199c049b0e916749a478b440 4440 nodau_0.3.8-4.debian.tar.xz
Checksums-Sha256:
4f84ba4d51f83ea63865a09757e199f14a97941fcf3faf47a4e7fd6a9943e030 1992
nodau_0.3.8-4.dsc
d859a31e90ad698d15b86fc2a2d16e306891f4a4351d60f40d5f1a7bd1098cf6 4440
nodau_0.3.8-4.debian.tar.xz
Files:
e86f9cb89b5311ea798039ec4db9cb4a 1992 utils optional nodau_0.3.8-4.dsc
2231c73beae4168f40b8aaac49511974 4440 utils optional
nodau_0.3.8-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAl8ZSXhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89E/9MP/0zGA5vVnC6Gt0ug/ma4f6d0YRQ8KTBH
VHIiO4K7L3kQg//zaHn7fr2x1ogzm8VDNoydPimg1dsm3wx+vjfrSaqaU2IfZuHv
NovGfDoNpr83PBIBDg7c2tvBqwwWwo8MC64Fj0HGuwj5MIDIxywO6ywLu8r9ALgB
2BIykQEQENzt98GiNlEIje46ckeQXqoDVo5NXn3+sqBK/Zozds+TmkKGHBxgCLF9
eiJVNAWsBronmydmbwh7oOfnZbC/h1TSFlJcT8PyH+5XtRKuXrqvevaBN4b4ym4q
ZV9isAZHAmSHZqlJhqvlNEOm+oqjbTO7BihDsb7Vy9oA6JWFk+tnOgvf0TNsQNX4
3cx2bcI0t5bIdPF/CzqXU/bdpG2VgTlloy2ruXHiw+2veC8b7neK5QZP/0qQ9f4a
ohiWrc+gc/zQZ1J6jILfk97r0Y0mw36D2eokCIfEjFRC3eeRT1+LE+m/n0/uuhAH
dN8LTccn2Me+BZWxx7F5yX8z6SSYSa7eCVDhZGecgCU3qL+lTTn8Bb+8/TjKlHq/
PJQRzGeYcMrcFyqH8UdsgGcnaugRp1AFfhzmHs+0U6bfGpsnLNJc85MVyh9DgdLv
GQKETSRAZPl1tiOr9Y1N0S65+TEoZwyXfKDgY8une78fkf+cGGqwmDoutCD18Anv
BaJT83cyR4c3
=VgoQ
-----END PGP SIGNATURE-----
--- End Message ---