Your message dated Fri, 17 Apr 2020 22:18:40 +0000
with message-id <[email protected]>
and subject line Bug#957351: fixed in i7z 0.27.2+git2013.10.12-g5023138-7
has caused the Debian Bug report #957351,
regarding i7z: 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.)


-- 
957351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957351
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:i7z
Version: 0.27.2+git2013.10.12-g5023138-6
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/i7z_0.27.2+git2013.10.12-g5023138-6_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

[...]
i7z.c: In function ‘logCpuCstates_dual_ts’:
i7z.c:369:45: warning: format ‘%d’ expects argument of type ‘int’, but argument 
3 has type ‘__time_t’ {aka ‘long int’} [-Wformat=]
  369 |             
fprintf(fp_log_file_Cstates_1,"%d.%.9d",value->tv_sec,value->tv_nsec); 
//newline, replace \n with \t to get everything separated with tabs
      |                                            ~^       ~~~~~~~~~~~~~
      |                                             |            |
      |                                             int          __time_t {aka 
long int}
      |                                            %ld
i7z.c:369:50: warning: format ‘%d’ expects argument of type ‘int’, but argument 
4 has type ‘__syscall_slong_t’ {aka ‘long int’} [-Wformat=]
  369 |             
fprintf(fp_log_file_Cstates_1,"%d.%.9d",value->tv_sec,value->tv_nsec); 
//newline, replace \n with \t to get everything separated with tabs
      |                                               ~~~^                
~~~~~~~~~~~~~~
      |                                                  |                     |
      |                                                  int                   
__syscall_slong_t {aka long int}
      |                                               %.9ld
i7z.c:374:45: warning: format ‘%d’ expects argument of type ‘int’, but argument 
3 has type ‘__time_t’ {aka ‘long int’} [-Wformat=]
  374 |             
fprintf(fp_log_file_Cstates_2,"%d.%.9d",value->tv_sec,value->tv_nsec); 
//newline, replace \n with \t to get everything separated with tabs
      |                                            ~^       ~~~~~~~~~~~~~
      |                                             |            |
      |                                             int          __time_t {aka 
long int}
      |                                            %ld
i7z.c:374:50: warning: format ‘%d’ expects argument of type ‘int’, but argument 
4 has type ‘__syscall_slong_t’ {aka ‘long int’} [-Wformat=]
  374 |             
fprintf(fp_log_file_Cstates_2,"%d.%.9d",value->tv_sec,value->tv_nsec); 
//newline, replace \n with \t to get everything separated with tabs
      |                                               ~~~^                
~~~~~~~~~~~~~~
      |                                                  |                     |
      |                                                  int                   
__syscall_slong_t {aka long int}
      |                                               %.9ld
i7z.c: In function ‘atexit_runsttysane’:
i7z.c:384:5: warning: ignoring return value of ‘system’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  384 |     system("stty sane");
      |     ^~~~~~~~~~~~~~~~~~~
i7z.c: In function ‘modprobing_msr’:
i7z.c:389:5: warning: ignoring return value of ‘system’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  389 |     system("modprobe msr");
      |     ^~~~~~~~~~~~~~~~~~~~~~
helper_functions.c: In function ‘Test_Or_Make_MSR_DEVICE_FILES’:
helper_functions.c:521:13: warning: ignoring return value of ‘system’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  521 |             system ("msr_major=202; \
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
  522 |        cpuid_major=203; \
      |        ~~~~~~~~~~~~~~~~~~
  523 |        n=0; \
      |        ~~~~~~
  524 |        while [ $n -lt 16 ]; do \
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~
  525 |         mkdir -m 0755 -p /dev/cpu/$n; \
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526 |         mknod /dev/cpu/$n/msr -m 0600 c $msr_major $n; \
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |         mknod /dev/cpu/$n/cpuid -m 0444 c $cpuid_major $n; \
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  528 |         n=`expr $n + 1`; \
      |         ~~~~~~~~~~~~~~~~~~
  529 |        done; \
      |        ~~~~~~~
  530 |        ");
      |        ~~    
helper_functions.c:532:13: warning: ignoring return value of ‘system’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  532 |             system ("modprobe msr");
      |             ^~~~~~~~~~~~~~~~~~~~~~~
helper_functions.c: In function ‘cpufreq_info’:
helper_functions.c:550:5: warning: ignoring return value of ‘fgets’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  550 |     fgets (tmp_str, 30, tmp_file);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -fno-schedule-insns2  -fno-schedule-insns 
-fno-inline-small-functions -fno-caller-saves -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -DBUILD_MAIN -Wimplicit-function-declaration -Dx64_BIT 
-Wl,-z,relro -Wl,-z,now -o i7z i7z.o helper_functions.o i7z_Single_Socket.o 
i7z_Dual_Socket.o -lncurses -lpthread -lrt -lm
/usr/bin/ld: i7z_Dual_Socket.o:./i7z_Dual_Socket.c:40: multiple definition of 
`global_ts'; i7z_Single_Socket.o:./i7z_Single_Socket.c:38: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:41: bin] 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:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: i7z
Source-Version: 0.27.2+git2013.10.12-g5023138-7
Done: Andreas Beckmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
i7z, 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.
Andreas Beckmann <[email protected]> (supplier of updated i7z 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: Fri, 17 Apr 2020 23:51:57 +0200
Source: i7z
Architecture: source
Version: 0.27.2+git2013.10.12-g5023138-7
Distribution: unstable
Urgency: medium
Maintainer: Andreas Beckmann <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Closes: 957351
Changes:
 i7z (0.27.2+git2013.10.12-g5023138-7) unstable; urgency=medium
 .
   * Fix FTBFS with gcc-10.  (Closes: #957351)
   * Fix typos found by Lintian.
   * Switch B-D to unversioned libncurses-dev.
   * Bump Standards-Version to 4.5.0 (no changes needed).
Checksums-Sha1:
 2d4836f4378e0e30dcdda7d72375fbda0c999c80 2001 
i7z_0.27.2+git2013.10.12-g5023138-7.dsc
 253a003df6f076f9645572ed2bb5be312dde5673 7176 
i7z_0.27.2+git2013.10.12-g5023138-7.debian.tar.xz
 e32016039d6a217db17ac89a07bc51f1d2049c55 5914 
i7z_0.27.2+git2013.10.12-g5023138-7_source.buildinfo
Checksums-Sha256:
 9838369bc14da5eaf4f975e7f6df8b28b57146b4786d4938599ae6402af1124b 2001 
i7z_0.27.2+git2013.10.12-g5023138-7.dsc
 0568cced8387ca629b513c0a1118d4449578df5a8264f7b4ff95c973db418a18 7176 
i7z_0.27.2+git2013.10.12-g5023138-7.debian.tar.xz
 eefd905c26475fa5904182644b68b6f5a8e51818486b27c93ef76cc4d2a51827 5914 
i7z_0.27.2+git2013.10.12-g5023138-7_source.buildinfo
Files:
 c0fe26bfe98bb111a27f7e49ad82a340 2001 admin optional 
i7z_0.27.2+git2013.10.12-g5023138-7.dsc
 4ebc8fd12e1984e483dde93f31ea5503 7176 admin optional 
i7z_0.27.2+git2013.10.12-g5023138-7.debian.tar.xz
 4e113ba1d2ef6767aba98be4e8a7b9eb 5914 admin optional 
i7z_0.27.2+git2013.10.12-g5023138-7_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAl6aJjsQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCOdsEACnKPFKuKNipp0Hf4AB5GOPvGq5ayDj1MY8
dhxo5pIM1z+ynr46GbiYDpVyG2k2YAMiTbknaWKfkBLd5MJ0h8tReMDUPHsJFxLB
qfZrpy2r7UVAcqRrIrYnoNezE/xCpVsYQlol+fMLgZ73uOPBriJWHdDduIn0J/LR
EABsQ6Gtk2MewCMcEtrw55jCRIEM91dtuwI9GIvUuljUoFD5nFcRicnutJM9gZHe
vBmI586U04LMPLcGhoPsjcOEafOwq89SO3CI94NhHobSpicTdyWFsLETb92kFsSP
cxx+e2dIyeszuafOUJEJJelZVDwj301PsUp6xLNMSH9WgtKreQsiMafbaHm7l1ZG
5vUVGf8zl1WHU5Nd9HbQHA46JKFk+Mlddfg+iyt7cDjkTpOji55gyF51D6JmXYsU
qbjn+YCylDOfj252Me7jlxjXYeHyJMErIb4J4RuchEv01KTicaZga2/Jkg4JKYoc
b+760IGEBBtcnNPsEZNDgrfxaWZzk+gHXrJAZ0/4upMkyjnzbZcIguxz8xPVT3y5
7baRmneTSUZhfxbOT9Enu1Lvbg6Nl7DFTddVrpsYykYQdUi1iZpbE47cTewms+2R
mOucJ4TtNEGuX1QcToS3bQgNGhITQ5EX/TxFUpK+Kk6vcTfXGghQumxYm3yiIeGr
upGvM/HXyA==
=SfDF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to