Your message dated Fri, 31 Jul 2020 12:19:26 +0000
with message-id <e1k1u0u-000atz...@fasolo.debian.org>
and subject line Bug#957595: fixed in netdata 1.19.0-4
has caused the Debian Bug report #957595,
regarding netdata: 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.)


-- 
957595: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957595
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:netdata
Version: 1.19.0-2
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/netdata_1.19.0-2_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

[...]
gcc    -I/usr/include/uuid -lcap     -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -O3 -pthread -flto     -I/usr/include/uuid        
         -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o nfacct.plugin 
collectors/nfacct.plugin/plugin_nfacct.o 
libnetdata/adaptive_resortable_list/adaptive_resortable_list.o 
libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o 
libnetdata/clocks/clocks.o libnetdata/dictionary/dictionary.o 
libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o 
libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o 
libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o 
libnetdata/socket/socket.o libnetdata/socket/security.o 
libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o 
libnetdata/threads/threads.o libnetdata/url/url.o libnetdata/json/json.o 
libnetdata/json/jsmn.o libnetdata/health/health.o -lm -lz -lcrypto -lssl -l
 uuid -luv -llz4 -lJudy -lcrypto -lssl -ljson-c  -lnetfilter_acct -lmnl  
/usr/bin/ld: libnetdata/adaptive_resortable_list/adaptive_resortable_list.o 
(symbol from plugin): in function `arl_callback_str2ull':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/config/appconfig.o (symbol from plugin): in function 
`appconfig_section_compare':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/avl/avl.o (symbol from plugin): in function 
`avl_search':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/buffer/buffer.o (symbol from plugin): in function 
`buffer_reset':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/clocks/clocks.o (symbol from plugin): in function 
`test_clock_boottime':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/dictionary/dictionary.o (symbol from plugin): in 
function `dictionary_create':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/eval/eval.o (symbol from plugin): in function 
`eval_and':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/libnetdata.o (symbol from plugin): in function 
`strdupz':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/locks/locks.o (symbol from plugin): in function 
`netdata_thread_disable_cancelability':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/log/log.o (symbol from plugin): in function 
`facility_log':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/popen/popen.o (symbol from plugin): in function 
`myp_init':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/procfile/procfile.o (symbol from plugin): in function 
`procfile_adaptive_initial_allocation':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/os.o (symbol from plugin): in function 
`get_system_cpus':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/simple_pattern/simple_pattern.o (symbol from plugin): 
in function `simple_pattern_create':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/socket/socket.o (symbol from plugin): in function 
`poll_default_add_callback':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/socket/security.o (symbol from plugin): in function 
`security_openssl_library':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/statistical/statistical.o (symbol from plugin): in 
function `log_series_to_stderr':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/storage_number/storage_number.o (symbol from plugin): 
in function `pack_storage_number':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/threads/threads.o (symbol from plugin): in function 
`netdata_thread_tag':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/url/url.o (symbol from plugin): in function `from_hex':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/json/json.o (symbol from plugin): in function 
`json_callback_print':
(.text+0x0): multiple definition of `silencers_filename'; libnetdata/log/log.o 
(symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: libnetdata/json/json.o (symbol from plugin): in function 
`json_callback_print':
(.text+0x0): multiple definition of `netdata_ready'; libnetdata/log/log.o 
(symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: libnetdata/json/json.o (symbol from plugin): in function 
`json_callback_print':
(.text+0x0): multiple definition of `api_secret'; libnetdata/log/log.o (symbol 
from plugin):(.text+0x0): first defined here
/usr/bin/ld: libnetdata/json/json.o (symbol from plugin): in function 
`json_callback_print':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
/usr/bin/ld: libnetdata/health/health.o (symbol from plugin): in function 
`create_silencer':
(.text+0x0): multiple definition of `silencers'; 
collectors/nfacct.plugin/plugin_nfacct.o (symbol from plugin):(.text+0x0): 
first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:3283: nfacct.plugin] Error 1
make[4]: *** Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:2604: cgroup-network] Error 1
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:2630: freeipmi.plugin] Error 1
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:2591: apps.plugin] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-core'
make[3]: *** [Makefile:3716: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-core'
make[2]: *** [Makefile:2263: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-core'
dh_auto_build: error: cd build-core && make -j4 returned exit code 2
make[1]: *** [debian/rules:73: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: netdata
Source-Version: 1.19.0-4
Done: Daniel Baumann <dan...@daniel.127011.ch>

We believe that the bug you reported is fixed in the latest version of
netdata, 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.
Daniel Baumann <dan...@daniel.127011.ch> (supplier of updated netdata 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: SHA512

Format: 1.8
Date: Fri, 31 Jul 2020 13:43:03 +0200
Source: netdata
Architecture: source
Version: 1.19.0-4
Distribution: sid
Urgency: medium
Maintainer: Lennart Weller <l...@ring0.de>
Changed-By: Daniel Baumann <dan...@daniel.127011.ch>
Closes: 957595
Changes:
 netdata (1.19.0-4) sid; urgency=medium
 .
   * Adding patch from upstream to fix FTBFS with gcc 10, thanks to Gianfranco
     Costamagna <locutusofb...@debian.org> (Closes: #957595).
Checksums-Sha1:
 a1949c93f4135c1072e98b85b21a28e6392d560d 2574 netdata_1.19.0-4.dsc
 4aa0287914a5c7a103a25e7d34d5e52ef0f0b5b8 670532 netdata_1.19.0-4.debian.tar.xz
 86ae2b7aa3a55c5059d607721d6f05e0b3d29faa 8819 netdata_1.19.0-4_amd64.buildinfo
Checksums-Sha256:
 81c6dabce395d8d5d04050d830d5e027c34176ed05af2dadd4c8c855aa6bc7db 2574 
netdata_1.19.0-4.dsc
 cb4a8af5b5164d844ee997797a24729b1cc2986895fbf12d22ac9c88488f06d1 670532 
netdata_1.19.0-4.debian.tar.xz
 a80606f7357a463aed8d88425e1b2d57a85b4f9c433b380dfb983127e83c24ff 8819 
netdata_1.19.0-4_amd64.buildinfo
Files:
 8f083882b08472e4bd78c9891f429af7 2574 net optional netdata_1.19.0-4.dsc
 b1ee3194b9032a8d682124d67c65e266 670532 net optional 
netdata_1.19.0-4.debian.tar.xz
 faadae46c6aa28e51e27393659581d29 8819 net optional 
netdata_1.19.0-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAl8kBp0ACgkQVc8b+Yar
uceVCBAA0k6FjIrzFnZZ4JpR2g9gLclUEk5rXjVjKv8CIcB+yrIxzalkdjKRqzY9
N58IuKIPU7EhYaKR/QYztyy/dVxOW9QOXiKOPc6wT53BkId/IKjh5HdWauRBgUQv
ctlhVJGQU63cFMIw3euGThjmSYKyGveC7vMrhtp7zArEsRknswuGCS1RVUrnvbOq
uEgOEJq6jWkbSQfFqL4C5hKXohi/2HdqhltxCgrEcHkAwd6mWwrV/dulY12b433u
C4rttgSE+vsoQeUlJ8KFaT5hvCdZEf6L9piZt9hSh2SkY5PFAGyh5kORAX70FwX1
2b1Hllqd+cHLU89urS23PeiSJAQcFkW1l6d/2oqCL80sMuCgDqPWqJtrkwntZQHS
3Ym52PB09SzAoNHXAHSKQo+5VzGlmqbgN6hXCU6i4i9915hEmrw8hAm8tSB2X0Uf
hh4OexqgvO3rCYH1ZoOJjXgTIY3lK+I1USn33ZxzV1guvhRf+nA7ZdRElPhdlH1r
jqoM7Vz173Ne8wEKenCZ4lJZeGwB6IEozZkEgSBqoZX3gDfcC1m/FanG+mAi9ZcN
BPtIzKsCaYw5GykHbu7Cd/oj/ZceErc2L5e7uA5/p9bK4t5lth8NbIVQ1Uo1Kd8g
Yszqr3mwi0rMElXdQi1fVgw/WOuoAEtTBvO3syJybTlkIspUpro=
=IV/v
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to