Your message dated Wed, 08 Jul 2015 15:41:36 +0000
with message-id <e1zcrtc-0004i9...@franck.debian.org>
and subject line Bug#778016: fixed in mstflint 3.7.0+1.18.gcdb9f80-3.1
has caused the Debian Bug report #778016,
regarding mstflint: ftbfs with GCC-5
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.)
--
778016: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778016
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mstflint
Version: 3.7.0+1.18.gcdb9f80-3
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5
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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/mstflint_3.7.0+1.18.gcdb9f80-3_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, 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-5/porting_to.html
[...]
make[3]: Leaving directory
'/«BUILDDIR»/mstflint-3.7.0+1.18.gcdb9f80/mlxconfig'
Making all in mlxfwops
make[3]: Entering directory
'/«BUILDDIR»/mstflint-3.7.0+1.18.gcdb9f80/mlxfwops'
Making all in lib
make[4]: Entering directory
'/«BUILDDIR»/mstflint-3.7.0+1.18.gcdb9f80/mlxfwops/lib'
g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include/mtcr_ul -I../../mflash
-I../../ext_libs/json -I../../ext_libs/minixz -I../../common -I/zlib -I
../../tools_layouts -I../../common -I../../mft_utils -D_FORTIFY_SOURCE=2 -Wall
-W -g -MP -MD -pipe -DNO_MFA_SUPPORT -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -DHAVE_TERMIOS_H -Werror -DMST_UL -c -o flint_base.o
flint_base.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include/mtcr_ul -I../../mflash
-I../../ext_libs/json -I../../ext_libs/minixz -I../../common -I/zlib -I
../../tools_layouts -I../../common -I../../mft_utils -D_FORTIFY_SOURCE=2 -Wall
-W -g -MP -MD -pipe -DNO_MFA_SUPPORT -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -DHAVE_TERMIOS_H -Werror -DMST_UL -c -o flint_io.o
flint_io.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include/mtcr_ul -I../../mflash
-I../../ext_libs/json -I../../ext_libs/minixz -I../../common -I/zlib -I
../../tools_layouts -I../../common -I../../mft_utils -D_FORTIFY_SOURCE=2 -Wall
-W -g -MP -MD -pipe -DNO_MFA_SUPPORT -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -DHAVE_TERMIOS_H -Werror -DMST_UL -c -o fw_ops.o
fw_ops.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include/mtcr_ul -I../../mflash
-I../../ext_libs/json -I../../ext_libs/minixz -I../../common -I/zlib -I
../../tools_layouts -I../../common -I../../mft_utils -D_FORTIFY_SOURCE=2 -Wall
-W -g -MP -MD -pipe -DNO_MFA_SUPPORT -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -DHAVE_TERMIOS_H -Werror -DMST_UL -c -o fs2_ops.o
fs2_ops.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include/mtcr_ul -I../../mflash
-I../../ext_libs/json -I../../ext_libs/minixz -I../../common -I/zlib -I
../../tools_layouts -I../../common -I../../mft_utils -D_FORTIFY_SOURCE=2 -Wall
-W -g -MP -MD -pipe -DNO_MFA_SUPPORT -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -DHAVE_TERMIOS_H -Werror -DMST_UL -c -o fs3_ops.o
fs3_ops.cpp
fs3_ops.cpp: In member function 'bool
Fs3Operations::GetModifiedSectionInfo(fs3_section_t, fs3_section_t, u_int32_t&,
fs3_section_t&, u_int32_t&)':
fs3_ops.cpp:982:43: error: 'curr_itoc' may be used uninitialized in this
function [-Werror=maybe-uninitialized]
SectToPut = (curr_itoc->toc_entry.type == sectionType) ? sectionType :
nextSectionType;
^
fs3_ops.cpp: In member function 'bool
Fs3Operations::UpdateItocAfterInsert(fs3_section_t, u_int32_t, fs3_section_t,
bool, u_int32_t*, u_int32_t, Fs3Operations::toc_info*, u_int32_t&)':
fs3_ops.cpp:1030:45: error: 'curr_itoc' may be used uninitialized in this
function [-Werror=maybe-uninitialized]
sectSize = curr_itoc->toc_entry.size * 4;
^
fs3_ops.cpp: In member function 'bool Fs3Operations::Fs3UpdateSection(void*,
fs3_section_t, bool, CommandType, PrintCallBack)':
fs3_ops.cpp:1461:27: error: 'curr_toc' may be used uninitialized in this
function [-Werror=maybe-uninitialized]
if (!Fs3UpdateItocInfo(curr_toc, newSectionAddr, curr_toc->toc_entry.size,
newUidSection)) {
^
fs3_ops.cpp: In member function 'bool Fs3Operations::Fs3Burn(Fs3Operations&,
FwOperations::ExtBurnParams&)':
fs3_ops.cpp:776:30: error: 'imageInfoToc' may be used uninitialized in this
function [-Werror=maybe-uninitialized]
struct toc_info *imageInfoToc;
^
fs3_ops.cpp: In member function 'virtual bool
Fs3Operations::FwShiftDevData(PrintCallBack)':
fs3_ops.cpp:1525:28: error: 'mfgToc' may be used uninitialized in this function
[-Werror=maybe-uninitialized]
return ((toc ->toc_entry.flash_addr << 2) + _fwImgInfo.imgStart);
^
fs3_ops.cpp:1661:19: note: 'mfgToc' was declared here
struct toc_info* mfgToc;
^
cc1plus: all warnings being treated as errors
make[4]: *** [fs3_ops.o] Error 1
Makefile:300: recipe for target 'fs3_ops.o' failed
make[4]: Leaving directory
'/«BUILDDIR»/mstflint-3.7.0+1.18.gcdb9f80/mlxfwops/lib'
make[3]: *** [all-recursive] Error 1
Makefile:247: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/«BUILDDIR»/mstflint-3.7.0+1.18.gcdb9f80/mlxfwops'
make[2]: *** [all-recursive] Error 1
Makefile:345: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«BUILDDIR»/mstflint-3.7.0+1.18.gcdb9f80'
make[1]: *** [all] Error 2
Makefile:228: recipe for target 'all' failed
make[1]: Leaving directory '/«BUILDDIR»/mstflint-3.7.0+1.18.gcdb9f80'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:4: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: mstflint
Source-Version: 3.7.0+1.18.gcdb9f80-3.1
We believe that the bug you reported is fixed in the latest version of
mstflint, 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 778...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated mstflint 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: Wed, 08 Jul 2015 16:08:01 +0200
Source: mstflint
Binary: mstflint
Architecture: source amd64
Version: 3.7.0+1.18.gcdb9f80-3.1
Distribution: unstable
Urgency: medium
Maintainer: OFED and Debian Developement and Discussion
<pkg-ofed-de...@lists.alioth.debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
mstflint - Mellanox firmware burning application
Closes: 778016
Changes:
mstflint (3.7.0+1.18.gcdb9f80-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix build failure when build with -O3, and fix build failure when
building with GCC 5 (Steve Langasek). Closes: #778016.
Checksums-Sha1:
a36ecdff4f577e60441b1eca98e607449ea40bee 2013
mstflint_3.7.0+1.18.gcdb9f80-3.1.dsc
15f61348768da80fa484e3dc3ac12b3cf4a7853a 3720
mstflint_3.7.0+1.18.gcdb9f80-3.1.debian.tar.xz
6c7ca4900dd11279f2b08be4a46dd81819ec12ed 255922
mstflint_3.7.0+1.18.gcdb9f80-3.1_amd64.deb
Checksums-Sha256:
8da19b56b697dfef69b34f786729ab702b983c07224801d2d00b9a79d9eb895b 2013
mstflint_3.7.0+1.18.gcdb9f80-3.1.dsc
73a0a5ed0b46655b24b7b9cab6048873ef1da3a7e29fcc452ebc2f33c21685b7 3720
mstflint_3.7.0+1.18.gcdb9f80-3.1.debian.tar.xz
c34c3e8c360d451dd73748f0c59c26a5f129e2d8550d9f53de7ea5d6a332cbfa 255922
mstflint_3.7.0+1.18.gcdb9f80-3.1_amd64.deb
Files:
c51dfaa8a0eca5e741a9aeb616e0d8dc 2013 net extra
mstflint_3.7.0+1.18.gcdb9f80-3.1.dsc
7c5cc259d340e7f519b936487a795a38 3720 net extra
mstflint_3.7.0+1.18.gcdb9f80-3.1.debian.tar.xz
51354334876f86b5dab60e2723053320 255922 net extra
mstflint_3.7.0+1.18.gcdb9f80-3.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVnS+SAAoJEL1+qmB3j6b1RO0QAJgvgMVzPFt/4CF1oQCweVLl
PL2LLf+SSmv9lmPzz1611bvzbhwpz9OiGobDPx35bcKUaJ+GVNCMzGj8En1cck0V
VKOXqz8xiNQS9+YxPWF/MUp3QWz6Z26unj51Zha/rVNIFusaJ+5imIrqmFBU51k3
MlNZ00EGwqDzr3F3SgqBQxGfvL5bk0yJhSvlq4KmDBNiVbzNUsriFMawLSvNkGbU
GtFvBCEd8flVi0y6Z0yZs4xrNZm+0yq9FRd/MJMf11kUky/2HL7x93xK+TCHaZmw
5huRAR0YJhuJKdlAB9c9g4z12A/A18oWCFdGkkE+PL7vZEIPKzbp16+f1Jv/Y54E
P8hI37/2Vg5znyiN/p+MnltQiHgU6HfTEJHjYD1HMlzsxHfujVjU1AuM8ptNwk0C
nCjr/fmrm2p/3b82BmijO8fbYbIi9LMByPNOuYJE01eL+BRX7MkWu9kkYE17JAQw
FNq3YutF9W94KU7QiF/WzBSo9e9t0vjGgprgTxBjfXn6qZaIpBpXgApi/a9sZaVl
UbZF5RxM0sL4fir512s93lSoTxWV0IS4E/wxWZ8cQPyHe8FN3D5TEwDMMX0/khc8
ACXvZPb7fwkUi2G9w1RqxfaSDZWnk+vRBWmjfSfcI5MtpnZeSjZgsLTOj+I2MagF
5XlPguNrL/O7rQ2YhGz2
=aB+K
-----END PGP SIGNATURE-----
--- End Message ---