Your message dated Thu, 23 Jul 2015 15:43:15 +0000
with message-id <e1ziier-00075d...@franck.debian.org>
and subject line Bug#778016: fixed in mstflint 4.0.1+1.43.g97d7275-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: 4.0.1+1.43.g97d7275-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.
Ana Beatriz Guerrero Lopez <a...@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: Thu, 23 Jul 2015 15:42:01 +0200
Source: mstflint
Binary: mstflint
Architecture: source amd64
Version: 4.0.1+1.43.g97d7275-1
Distribution: unstable
Urgency: medium
Maintainer: OFED and Debian Developement and Discussion 
<pkg-ofed-de...@lists.alioth.debian.org>
Changed-By: Ana Beatriz Guerrero Lopez <a...@debian.org>
Description:
 mstflint   - Mellanox firmware burning application
Closes: 778016
Changes:
 mstflint (4.0.1+1.43.g97d7275-1) unstable; urgency=medium
 .
   * New upstream release 4.0.1-1.43.g97d7275:
     - Build with GCC 5. (Closes: #778016)
   * Update to Standards-Version 3.9.6, no changes required.
Checksums-Sha1:
 9af9331c0ae26386f5d3fe07874fda723df9d41c 2037 
mstflint_4.0.1+1.43.g97d7275-1.dsc
 4d9484baf5378de3bec3fbd95bc43812e6da6984 1227708 
mstflint_4.0.1+1.43.g97d7275.orig.tar.gz
 abdebbcf654a5fbee5fbe241e648147622d5ae6c 2396 
mstflint_4.0.1+1.43.g97d7275-1.debian.tar.xz
 17108e6de7e00a77ff5d0e8b22923886a3125ce8 310468 
mstflint_4.0.1+1.43.g97d7275-1_amd64.deb
Checksums-Sha256:
 9e17377c2dfac03dea101682afc4adfbf31299f387bf04e3b87829ae57fbc12c 2037 
mstflint_4.0.1+1.43.g97d7275-1.dsc
 970506025b74bed7c5679c4dce1e9082b9cbd547501ba97214f71754235a9899 1227708 
mstflint_4.0.1+1.43.g97d7275.orig.tar.gz
 fe0e71d1a963b033d4e4da8c225a7ae4ee0370bead24347027275841688355da 2396 
mstflint_4.0.1+1.43.g97d7275-1.debian.tar.xz
 22e7f4ade1521abdcd7047fc4224f7fbbf916eb3264f544d662fe1d2c0e38c42 310468 
mstflint_4.0.1+1.43.g97d7275-1_amd64.deb
Files:
 57e1a693a0185a198ab5c77e55b2876a 2037 net extra 
mstflint_4.0.1+1.43.g97d7275-1.dsc
 7bcf30aa21f1951c6da918dbae25b23a 1227708 net extra 
mstflint_4.0.1+1.43.g97d7275.orig.tar.gz
 70b6c7a8bb2b4b4752bc23ccc18e3771 2396 net extra 
mstflint_4.0.1+1.43.g97d7275-1.debian.tar.xz
 55953b4f8c8646581d1d9c987a676c11 310468 net extra 
mstflint_4.0.1+1.43.g97d7275-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Signed by Ana Guerrero

iQIcBAEBCAAGBQJVsPQVAAoJELNGT4lqoVlIbAcQAKJR7LasevwbIA6V8XE+eChr
5TiZV7t4faimDQ8iX34or6Rc/3UaAvsYI6SoJUtos7b8qAZpdpRvuwpX21mUArwv
r+r1M4wYQjvOESqSoTjASRbNWfRI6L7e0zg7vRYLVtNOC6r/PrrESItMRaoDfStW
p2Cia9DUS22Se7J7YSGBQRWth0MrI/E3FDMgKEoy0pBZMeXYW6x8oXdoCtndCyRB
XyznETbJDH9Kr0GTjOM+DhZRW/pryvSOlC6QRJuVtvzg8KVZd7dTYm2x5BXKyxHR
BbsJXbz8z56B5DETKRhojKymRa97iG+fCZnmoi+pbQCikQBZAQrVO23Pd/hiAdHd
jm5JzuJQeBEv+BkOKMge0BgxqeZ7plCuREquuVQafHUIHEYctizk5wkw4HoDwXSK
TW8wYZWLTtgDA5vuH+dd0a8qWOjDYarxg50rX9MzOFSnOh+pCrh7sumVg72/9glC
WpR3TbMPa0ox0erZB7S0TcFzRTq3qBJHjT4nBE4mjoPO840lvnh+K7t3VVdOWtKF
bDUcHAiQaX+TwCX9SAkIhpFzCbGBbk4Gd6m2LyIfg8sR9uh3N0A6d5g028kUI8U6
gW1g9fpa9TmTs1slrlLlz5tK4NM5cZ2fsdwnL1hOr7/qurOCfP2ABprlEcaTBlJp
Aa9yAw9T4TP7yjrnjk7V
=yqTh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to