Your message dated Sun, 04 Sep 2022 23:05:38 +0000
with message-id <e1ouygm-0060wz...@fasolo.debian.org>
and subject line Bug#984298: fixed in psensor 1.1.5-1.4
has caused the Debian Bug report #984298,
regarding psensor: ftbfs with GCC-11
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.)


-- 
984298: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984298
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:psensor
Version: 1.1.5-1.3
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/psensor_1.1.5-1.3_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
config.status: creating icons/hicolor/22x22/Makefile
config.status: creating icons/hicolor/24x24/Makefile
config.status: creating icons/hicolor/32x32/Makefile
config.status: creating icons/hicolor/48x48/Makefile
config.status: creating icons/hicolor/64x64/Makefile
config.status: creating icons/ubuntu-mono-dark/status/22/Makefile
config.status: creating icons/ubuntu-mono-light/status/22/Makefile
config.status: creating icons/ubuntu-mono-dark/apps/22/Makefile
config.status: creating www/Makefile
config.status: creating po/Makefile.in
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in doc
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making all in po
make[3]: Entering directory '/<<PKGBUILDDIR>>/po'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
Making all in lib
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/lib'
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o color.o color.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o hdd_hddtemp.o hdd_hddtemp.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o lmsensor.o lmsensor.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o measure.o measure.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o plog.o plog.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o pmutex.o pmutex.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o psensor.o psensor.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o ptime.o ptime.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o pio.o pio.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o slog.o slog.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o temperature.o temperature.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o url.o url.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o hdd_atasmart.o hdd_atasmart.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o nvidia.o nvidia.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o pgtop2.o pgtop2.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o psensor_json.o psensor_json.c
gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/libgtop-2.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/json-c -pthread -I/usr/include/udisks2 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o pudisks2.o pudisks2.c
pudisks2.c: In function ‘smart_update’:
pudisks2.c:81:9: error: this ‘if’ clause does not guard... 
[-Werror=misleading-indentation]
   81 |         if (!ret)
      |         ^~
pudisks2.c:86:17: note: ...this statement, but the latter is misleadingly 
indented as if it were guarded by the ‘if’
   86 |                 data->last_smart_update = t;
      |                 ^~~~
cc1: all warnings being treated as errors
make[4]: *** [Makefile:464: pudisks2.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/lib'
make[3]: *** [Makefile:638: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:526: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:425: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: psensor
Source-Version: 1.1.5-1.4
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

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

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated psensor 
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, 02 Sep 2022 23:33:53 +0100
Source: psensor
Architecture: source
Version: 1.1.5-1.4
Distribution: unstable
Urgency: medium
Maintainer: Jean-Philippe Orsini <jea...@gmail.com>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 984298
Changes:
 psensor (1.1.5-1.4) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc-11. (Closes: #984298)
Checksums-Sha1:
 55b63e06241ae9cc53f23497068f02438e917f03 2326 psensor_1.1.5-1.4.dsc
 272ac0a298f8021b1aa07c15afb978ac679e48ea 9460 psensor_1.1.5-1.4.debian.tar.xz
 fcab54de790872b492f822b061ca01b36c69804b 16916 
psensor_1.1.5-1.4_amd64.buildinfo
Checksums-Sha256:
 3bd6c93801940c3570769b1c74a1e6c2c07f3e4151f3cd221ea443089b276893 2326 
psensor_1.1.5-1.4.dsc
 73282c8bc43cccb96ac459b7d5b9d2b6da16610b0b59b7ba58b3760f5d036f88 9460 
psensor_1.1.5-1.4.debian.tar.xz
 fa09b37c2292473d609092b5d0f92ab311eb93070a3f105efeef8235bc995793 16916 
psensor_1.1.5-1.4_amd64.buildinfo
Files:
 16ca4aaff5ced58960fe878783cc177a 2326 utils optional psensor_1.1.5-1.4.dsc
 ceb1dfafa24d4a0bbf3f29f165bbd5be 9460 utils optional 
psensor_1.1.5-1.4.debian.tar.xz
 750fcf224f786a587541fa46a16426b1 16916 utils optional 
psensor_1.1.5-1.4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAmMShjUACgkQR5mjUUbR
KzWejw//Z+wAhwp4Vgfzkf9or9uHQiIAyCMWJFX9KT46+p9jmcJLIcpzpozkpxTB
4oysIE0ghuPVEcfjUN4Clr2iBFsk6DCHJxyzKt/PUh2uIzeCEDc8n1CP1ZmexTBD
KKWvN3A1XZvHyyJUwmRTmhYk5m1PWGZ5JBn/hV7h9r5xUHLntuso/2YalnQxyLsN
ht8dgAjCfH8/oT+lplFpqasqG2LrtWHNntnY3szSXPxcrqbfhcUxdseUcjKdhURx
Mam+tMhldbApQtcZdCY6WH/rJPXw/IT7Ybu2UjenQR5obg4Yc7QYAkoQaKKfpleX
NDJLwETtIjTYa2einfBmX28oGHysk7w6AgkRMeMUa4I+c1yI1zdewOMVxldzqfqJ
hw/jNVT8Sg2DUrDYEcN5HF3ZrwnbEUEk7j/WlPEpDK+XhGLiRej3T5jZOR44owW/
yPP69q/418HPSBcSJ40FvWBA+sDiQQmaB2eHW8G8voyr9D6bLs313HKMFffdLpw3
H4KXib5tzPzH+VPfi6F8/DLbprk4KhkFS+bttzkLqfW1jStx+ZO9Npf4RHQQqGZk
0u/nU2NsxWDTLbfcfmU2TCBgMBGNBWaBPzlOeYo7leoK2GSDQD1731P8oLNr//je
EcqsRQ6k1QR2a31f/IPoG/jK+xjO+p/Xg5euVUOV8XKu2kYhuv8=
=dAzk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to