Your message dated Tue, 26 Sep 2017 20:54:48 +0000
with message-id <e1dwwss-0005vl...@fasolo.debian.org>
and subject line Bug#853590: fixed in openhpi 3.6.1-3
has caused the Debian Bug report #853590,
regarding openhpi: ftbfs with GCC-7
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.)
--
853590: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853590
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:openhpi
Version: 3.6.1-2.1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7
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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/openhpi_3.6.1-2.1_unstable_gcc7.log
The last lines of the build log are at the end of this report.
To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html
[...]
^~~~~~
ipmi_log.cpp: In member function 'void cIpmiLog::Start()':
ipmi_log.cpp:181:1: warning: '%03ld' directive output truncated writing between
16 and 17 bytes into a region of size 5 [-Wformat-truncation=]
cIpmiLog::Start()
^~~~~~~~
ipmi_log.cpp:181:1: note: directive argument in the range [-9223372036854775,
9223372036854775]
In file included from /usr/include/stdio.h:938:0,
from ipmi_log.cpp:18:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:65:44: note: format output between
19 and 20 bytes into a destination of size 6
__bos (__s), __fmt, __va_arg_pack ());
^
ipmi_log.cpp: In member function 'cIpmiLog& cIpmiLog::operator<<(double)':
ipmi_log.cpp:263:1: warning: '%f' directive output may be truncated writing
between 8 and 317 bytes into a region of size 20 [-Wformat-truncation=]
cIpmiLog::operator<<( double d )
^~~~~~~~
In file included from /usr/include/stdio.h:938:0,
from ipmi_log.cpp:18:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:65:44: note: format output between
9 and 318 bytes into a destination of size 20
__bos (__s), __fmt, __va_arg_pack ());
^
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../..
-DG_LOG_DOMAIN=\"ipmidirect\" -I../../include -I../../utils -I../../utils
-I../../clients -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -Wpointer-arith -Wformat=2
-Wformat-security -Wformat-nonliteral -Wcast-qual -Wcast-align -Wshadow
-Wwrite-strings -Wredundant-decls -Wno-strict-aliasing -fno-strict-aliasing
-Wno-unused-value -D_GNU_SOURCE -D_REENTRANT -fexceptions -MT ipmi_log.lo -MD
-MP -MF .deps/ipmi_log.Tpo -c ipmi_log.cpp -o ipmi_log.o >/dev/null 2>&1
mv -f .deps/ipmi_log.Tpo .deps/ipmi_log.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++
-DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"ipmidirect\" -I../../include
-I../../utils -I../../utils -I../../clients -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-Wall -Wpointer-arith -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wcast-qual -Wcast-align
-Wshadow -Wwrite-strings -Wredundant-decls
-Wno-strict-aliasing -fno-strict-aliasing -Wno-unused-value
-D_GNU_SOURCE -D_REENTRANT -fexceptions -MT ipmi_mc.lo -MD -MP -MF
.deps/ipmi_mc.Tpo -c -o ipmi_mc.lo ipmi_mc.cpp
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../..
-DG_LOG_DOMAIN=\"ipmidirect\" -I../../include -I../../utils -I../../utils
-I../../clients -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -Wpointer-arith -Wformat=2
-Wformat-security -Wformat-nonliteral -Wcast-qual -Wcast-align -Wshadow
-Wwrite-strings -Wredundant-decls -Wno-strict-aliasing -fno-strict-aliasing
-Wno-unused-value -D_GNU_SOURCE -D_REENTRANT -fexceptions -MT ipmi_mc.lo -MD
-MP -MF .deps/ipmi_mc.Tpo -c ipmi_mc.cpp -fPIC -DPIC -o .libs/ipmi_mc.o
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../..
-DG_LOG_DOMAIN=\"ipmidirect\" -I../../include -I../../utils -I../../utils
-I../../clients -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -Wpointer-arith -Wformat=2
-Wformat-security -Wformat-nonliteral -Wcast-qual -Wcast-align -Wshadow
-Wwrite-strings -Wredundant-decls -Wno-strict-aliasing -fno-strict-aliasing
-Wno-unused-value -D_GNU_SOURCE -D_REENTRANT -fexceptions -MT ipmi_mc.lo -MD
-MP -MF .deps/ipmi_mc.Tpo -c ipmi_mc.cpp -o ipmi_mc.o >/dev/null 2>&1
mv -f .deps/ipmi_mc.Tpo .deps/ipmi_mc.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++
-DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"ipmidirect\" -I../../include
-I../../utils -I../../utils -I../../clients -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-Wall -Wpointer-arith -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wcast-qual -Wcast-align
-Wshadow -Wwrite-strings -Wredundant-decls
-Wno-strict-aliasing -fno-strict-aliasing -Wno-unused-value
-D_GNU_SOURCE -D_REENTRANT -fexceptions -MT ipmi_mc_vendor.lo -MD -MP -MF
.deps/ipmi_mc_vendor.Tpo -c -o ipmi_mc_vendor.lo ipmi_mc_vendor.cpp
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../..
-DG_LOG_DOMAIN=\"ipmidirect\" -I../../include -I../../utils -I../../utils
-I../../clients -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -Wpointer-arith -Wformat=2
-Wformat-security -Wformat-nonliteral -Wcast-qual -Wcast-align -Wshadow
-Wwrite-strings -Wredundant-decls -Wno-strict-aliasing -fno-strict-aliasing
-Wno-unused-value -D_GNU_SOURCE -D_REENTRANT -fexceptions -MT ipmi_mc_vendor.lo
-MD -MP -MF .deps/ipmi_mc_vendor.Tpo -c ipmi_mc_vendor.cpp -fPIC -DPIC -o
.libs/ipmi_mc_vendor.o
ipmi_mc_vendor.cpp: In member function 'virtual bool
cIpmiMcVendor::CreateResources(cIpmiDomain*, cIpmiMc*, cIpmiSdrs*)':
ipmi_mc_vendor.cpp:325:77: error: ISO C++ forbids comparison between pointer
and integer [-fpermissive]
if ( FindOrCreateResource( domain, source_mc, fru_id, sdr, sdrs ) ==
false ) {
^~~~~
Makefile:711: recipe for target 'ipmi_mc_vendor.lo' failed
make[5]: *** [ipmi_mc_vendor.lo] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/plugins/ipmidirect'
Makefile:730: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/plugins/ipmidirect'
Makefile:457: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins'
Makefile:647: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:531: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:60: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: openhpi
Source-Version: 3.6.1-3
We believe that the bug you reported is fixed in the latest version of
openhpi, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mohan Devarajulu <mohan.devaraj...@hpe.com> (supplier of updated openhpi
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: Tue, 12 Sep 2017 11:50:16 -0500
Source: openhpi
Binary: libopenhpi3 libopenhpi-dev openhpid openhpi-clients
openhpi-plugin-ilo2-ribcl openhpi-plugin-ipmi openhpi-plugin-ipmidirect
openhpi-plugin-oa-soap openhpi-plugin-slave openhpi-plugin-test-agent
openhpi-plugin-snmp-bc openhpi-plugin-sysfs openhpi-plugin-watchdog
openhpi-plugin-simulator openhpi-plugin-dynamic-simulator openhpi
Architecture: source
Version: 3.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Mohan Devarajulu <mohan.devaraj...@hpe.com>
Changed-By: Mohan Devarajulu <mohan.devaraj...@hpe.com>
Description:
libopenhpi-dev - OpenHPI libraries (development files)
libopenhpi3 - OpenHPI libraries (runtime and support files)
openhpi - SAF's HPI: Abstracted interface for managing computer hardware
openhpi-clients - OpenHPI example client programs
openhpi-plugin-dynamic-simulator - OpenHPI plugin module for a dynamic
simulator
openhpi-plugin-ilo2-ribcl - OpenHPI plugin module for HP's ProLiant rackmount
servers
openhpi-plugin-ipmi - OpenHPI plugin module for OpenIPMI
openhpi-plugin-ipmidirect - OpenHPI plugin module for direct IPMI over LAN
(RMCP) or SMI
openhpi-plugin-oa-soap - OpenHPI plugin module for HP's BladeSystem c-Class
openhpi-plugin-simulator - OpenHPI plugin module for a simulator that works
without hardware
openhpi-plugin-slave - OpenHPI plugin module for slave plugin
openhpi-plugin-snmp-bc - OpenHPI plugin module for IBM's BladeCenter or RSA
over SNMP
openhpi-plugin-sysfs - OpenHPI plugin module for the sysfs filesystem
openhpi-plugin-test-agent - OpenHPI plugin module for test agent plugin
openhpi-plugin-watchdog - OpenHPI plugin module for the Linux watchdog
interface
openhpid - OpenHPI daemon, supports gathering of manageability information
Closes: 853590 870733
Changes:
openhpi (3.6.1-3) unstable; urgency=medium
.
* Fixed SNMPFLAGS FTBFS (Closes: #870733)
* Fixed ftbfs with GCC-7 (Closes: #853590)
Checksums-Sha1:
0a2396e5624170aeaa01d1bfbb8649d3661edb0b 3151 openhpi_3.6.1-3.dsc
5f3ba8ffbc202bbf72f092961ddda75b1517f305 15152 openhpi_3.6.1-3.debian.tar.xz
0cb7e76b6721116eab026d0e8be2e9f9c0243cb9 15558 openhpi_3.6.1-3_amd64.buildinfo
Checksums-Sha256:
727d586a29b7352626f19f17d8a6bc8c74060dd9969c0f865bb279e40e07e24f 3151
openhpi_3.6.1-3.dsc
ed59a70f5e14a7a92f61c1c0ebe0c304dce16a3456dbd76145b4be986ef3f8c1 15152
openhpi_3.6.1-3.debian.tar.xz
eb6165536d87df7c995dc7b321a2596d24f6b80cf43a70103da85b662e569d41 15558
openhpi_3.6.1-3_amd64.buildinfo
Files:
3c777f7a4dd8c93df8bc49d378315d99 3151 admin optional openhpi_3.6.1-3.dsc
17a98f1bfddec4aeee6797f9f63288b2 15152 admin optional
openhpi_3.6.1-3.debian.tar.xz
c017b7b070224c513306879938677f6a 15558 admin optional
openhpi_3.6.1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEELNgYv/ZGGerbWCE0zVihsX7QM/oFAlnKujMACgkQzVihsX7Q
M/qbdRAAnQUhPRx6mbDp9p3k+Dg6K2Imxc6LfhVBTuu7ODiFX8mLqXxcs3pebI2e
/CwDVyjRADr+iHsKMjJhS9DKaen/laJnJmA+bgArVrBSxcG3A4lqCQDzgsqBVMTr
f5yBYXP8hiv+heXW76msi8RXmDISjWAaxHE4Lo8GLvbKiKZCmhEdPwg29FKhLlxh
Ef2ywfXaO5ivv3xTGs5Uw9CSlyasuCiCA4AV8g3vJyZPMYrJvofojlpGzZslma8x
z3ft07kVunJVCnS0IQh6qphou5LHtUPboS8LgkV0uCk7fmNxvh7wJmWXVtjiBRED
T8AKG067WRtb0UZFrAISeO1Y+FmuoTY/Mh/tVtp6cmgL/BWOzUcwR6k3h9WSfgDh
EJxjuY4wSckGnYqbsCDJDUjSz0dxVgTpDd2hn/fxy/9WJgAqlwck39fAAs0FjyAX
8HVuwsB+yoW/aZPJzW4kZiCEVfpiupRY7S5MrJTiija0ndnK6hTyEO4GObI9MCzq
RUY/IIRv4mnvWkNf2Ls+OPeFVG3wFXrtWx9uth3FCVN8h8vD8IIlHhVaUvT3jIOF
FvNw+559idBcc0e6EnbSKxBedcKk3+dpVQlFkXr18dRhAMqLZASYQjJyJTLx6RLG
ZfSN0J87Uf0/cw1MHqFAsOOW2s0kpoYdCIoUKGXT4HIIIDf0Jx4=
=TQxq
-----END PGP SIGNATURE-----
--- End Message ---