Your message dated Tue, 28 Jul 2020 02:48:31 +0000
with message-id <e1k0ffl-000dzk...@fasolo.debian.org>
and subject line Bug#957750: fixed in rasdaemon 0.6.6-1
has caused the Debian Bug report #957750,
regarding rasdaemon: 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 ow...@bugs.debian.org
immediately.)


-- 
957750: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957750
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:rasdaemon
Version: 0.6.5-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
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/rasdaemon_0.6.5-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

[...]
make[3]: Leaving directory '/<<PKGBUILDDIR>>/util'
Making all in man
make[3]: Entering directory '/<<PKGBUILDDIR>>/man'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/man'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
rasdaemon.o rasdaemon.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
ras-events.o ras-events.c
ras-events.c:242:12: warning: ‘filter_ras_mc_event’ defined but not used 
[-Wunused-function]
  242 | static int filter_ras_mc_event(struct ras_events *ras, char *group, 
char *event,
      |            ^~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
ras-mc-handler.o ras-mc-handler.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
bitfield.o bitfield.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
ras-record.o ras-record.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
ras-aer-handler.o ras-aer-handler.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
ras-arm-handler.o ras-arm-handler.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
ras-mce-handler.o ras-mce-handler.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel.o mce-intel.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-amd.o mce-amd.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel-p4-p6.o mce-intel-p4-p6.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel-nehalem.o mce-intel-nehalem.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel-dunnington.o mce-intel-dunnington.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel-tulsa.o mce-intel-tulsa.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel-sb.o mce-intel-sb.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel-ivb.o mce-intel-ivb.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel-haswell.o mce-intel-haswell.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel-knl.o mce-intel-knl.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel-broadwell-de.o mce-intel-broadwell-de.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel-broadwell-epex.o mce-intel-broadwell-epex.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-intel-skylake-xeon.o mce-intel-skylake-xeon.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-amd-k8.o mce-amd-k8.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
mce-amd-smca.o mce-amd-smca.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
ras-extlog-handler.o ras-extlog-handler.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o 
ras-report.o ras-report.c
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -Wmissing-prototypes -Wstrict-prototypes  
-Wl,-z,relro -o rasdaemon rasdaemon.o ras-events.o ras-mc-handler.o bitfield.o 
ras-record.o ras-aer-handler.o  ras-arm-handler.o ras-mce-handler.o mce-intel.o 
mce-amd.o mce-intel-p4-p6.o mce-intel-nehalem.o mce-intel-dunnington.o 
mce-intel-tulsa.o mce-intel-sb.o mce-intel-ivb.o mce-intel-haswell.o 
mce-intel-knl.o mce-intel-broadwell-de.o mce-intel-broadwell-epex.o 
mce-intel-skylake-xeon.o mce-amd-k8.o mce-amd-smca.o ras-extlog-handler.o   
ras-report.o  -lpthread -lsqlite3 libtrace/libtrace.a 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall 
-Wmissing-prototypes -Wstrict-prototypes -Wl,-z -Wl,relro -o rasdaemon 
rasdaemon.o ras-events.o ras-mc-handler.o bitfield.o ras-record.o 
ras-aer-handler.o ras-arm-handler.o ras-mce-handler.o mce-intel.o mce-amd.o 
mce-intel-p4-p6.o mce-intel-nehalem.o mce-intel-dunnington.o mce-intel-tulsa.o 
mce-intel-sb.o mce-intel-ivb.o mce-intel-haswell.o mce-intel-knl.o 
mce-intel-broadwell-de.o mce-intel-broadwell-epex.o mce-intel-skylake-xeon.o 
mce-amd-k8.o mce-amd-smca.o ras-extlog-handler.o ras-report.o  -lpthread 
/usr/lib/x86_64-linux-gnu/libsqlite3.so libtrace/libtrace.a
/usr/bin/ld: ras-events.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: ras-mc-handler.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: bitfield.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: ras-record.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: ras-aer-handler.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: ras-arm-handler.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: ras-mce-handler.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-amd.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel-p4-p6.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel-nehalem.o:./ras-record.h:30: multiple definition of 
`ras'; rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel-dunnington.o:./ras-record.h:30: multiple definition of 
`ras'; rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel-tulsa.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel-sb.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel-ivb.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel-haswell.o:./ras-record.h:30: multiple definition of 
`ras'; rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel-knl.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel-broadwell-de.o:./ras-record.h:30: multiple definition of 
`ras'; rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel-broadwell-epex.o:./ras-record.h:30: multiple definition 
of `ras'; rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-intel-skylake-xeon.o:./ras-record.h:30: multiple definition of 
`ras'; rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-amd-k8.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: mce-amd-smca.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: ras-extlog-handler.o:./ras-record.h:30: multiple definition of 
`ras'; rasdaemon.o:./ras-record.h:30: first defined here
/usr/bin/ld: ras-report.o:./ras-record.h:30: multiple definition of `ras'; 
rasdaemon.o:./ras-record.h:30: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:622: rasdaemon] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:725: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:516: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: rasdaemon
Source-Version: 0.6.6-1
Done: Al Stone <a...@debian.org>

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

Debian distribution maintenance software
pp.
Al Stone <a...@debian.org> (supplier of updated rasdaemon 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: Mon, 27 Jul 2020 20:22:56 -0600
Source: rasdaemon
Architecture: source
Version: 0.6.6-1
Distribution: unstable
Urgency: medium
Maintainer: Al Stone <a...@debian.org>
Changed-By: Al Stone <a...@debian.org>
Closes: 957750 965962
Changes:
 rasdaemon (0.6.6-1) unstable; urgency=medium
 .
   * Update to 0.6.6 upstream source
   * Clean up existing patches, removing those already applied
   * Includes upstream fix to allow compilation with GCC-10.  Closes: #957750
   * Add post-0.6.6 patch from upstream to display PCIe device name from PCIe
     AER.  Closes: #965962
Checksums-Sha1:
 8237dbb493905ed6ccbd3073f50decf172e7441c 1812 rasdaemon_0.6.6-1.dsc
 b9aece732399612fed501516dbf7dca926bacd65 507414 rasdaemon_0.6.6.orig.tar.gz
 d51a00e999210ae3248aacfc181506a98ddd732b 6724 rasdaemon_0.6.6-1.debian.tar.xz
 b45857ac5ef7451a817595c3744faee4bf4a2b9a 5585 
rasdaemon_0.6.6-1_source.buildinfo
Checksums-Sha256:
 55be037b25b8baca08a5dabb7833074031a21ddabe08cba0d9f7af1a321c9ecc 1812 
rasdaemon_0.6.6-1.dsc
 eaef4c97c455d96612968a411f1b555ccb2b49240d9fe196537825df5c8d405a 507414 
rasdaemon_0.6.6.orig.tar.gz
 13ea21199ddb644710fbac0b805e7a2214c6caa11b1055278daf7152d8994a94 6724 
rasdaemon_0.6.6-1.debian.tar.xz
 0ac88afbada5d723588fe37c69b175a92687c95cd1de70bfca752ee17b287e62 5585 
rasdaemon_0.6.6-1_source.buildinfo
Files:
 7e1f1301898b5e8657e3f82cb77e35db 1812 admin optional rasdaemon_0.6.6-1.dsc
 fb4927c2a816f0989132db79b69a3a35 507414 admin optional 
rasdaemon_0.6.6.orig.tar.gz
 b5df13ee89cd6d5eae4b8a00e88e01eb 6724 admin optional 
rasdaemon_0.6.6-1.debian.tar.xz
 b8abe072eb6f42530523a4cb7314bed1 5585 admin optional 
rasdaemon_0.6.6-1_source.buildinfo

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

iQIzBAEBCAAdFiEEiclaKI7ZGQ+4GJLWUwywAtdhsWwFAl8fjXAACgkQUwywAtdh
sWw/7Q/7BbOMNZCRL7rf8Ss2j03VF9AOnhkUWLohS0QDLHCEfXkKj+8S6h9A1thC
RWvVFgM9eapWlNaMgEu7boh4ip4JSGYzZPdZjMUodb2VQcBAi1DyUvHKXKMXAkET
Zu3LH6B3WsK04MWvW7wpdrTERlI6xazTGkcd8oPtY+6mquvvVdKFuE+Zaf2/G5o8
gwwkdyr81SUG5vY+mcYSRdFFDy/y9QKSJhnCdsD/qR0Ae+32VhfmTLjAMV5lLQFb
FGWxyj+M7jOxHFuzBAQZfK5QGP7GsnVRit3enON1U7i/SWZaXf1+oi+MRt+i3os6
qeFdociePnyiU4gdB7a+nDipApCAn49Bc8JpDvA2s4/+vZPZCqgBZ4T/A4dox58h
qkNGXmbrwYGqa/zlf73a9Mymjocv9S0SvwmQoeOA3t7KY6XgZijKEhW5wtV8MKL6
6UWPOet43/qTt6dXEt6d6wn/bcYaVqewsh47hi4+gfX+is9e93svAi+ZtKSLQh+k
z0gByhRdH2XTQijl8zrjnre6i3TNBbGkdYmdzETkL6htdnB2bpzRWFoI7F1ZrT+b
7iXGtGBAxyTncPrYuPgk6ioQYCJX5zNgvlroRJtG0W1VkTGk8LnXvRPil7X9QLKe
OdQWFcFcRsM4/5L9N1kwI3dMv3952YJ0nl9vLqdKgiuVzA/UMmk=
=uhbw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to