Your message dated Sat, 5 Aug 2017 18:38:33 -0400
with message-id <20170805223833.zncqcen6h6pxm...@x260.cruise.homelinux.net>
and subject line Re: GCC 7 now the default in unstable: bumping the priority of 
the ftbfs issues
has caused the Debian Bug report #853449,
regarding icedove: 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.)


-- 
853449: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853449
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:icedove
Version: 1:45.6.0-2
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/icedove_45.6.0-2_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

[...]
make[6]: Leaving directory '/<<PKGBUILDDIR>>/obj-icedove/layout/tables'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/obj-icedove/layout/generic'
/<<PKGBUILDDIR>>/mozilla/config/recurse.mk:71: recipe for target 
'layout/generic/target' failed
make[5]: *** [layout/generic/target] Error 2
In file included from 
/<<PKGBUILDDIR>>/obj-icedove/editor/libeditor/Unified_cpp_editor_libeditor1.cpp:11:0:
/<<PKGBUILDDIR>>/mozilla/editor/libeditor/nsEditor.cpp: In member function 
'nsresult nsEditor::JoinNodes(nsINode&, nsINode&)':
/<<PKGBUILDDIR>>/mozilla/editor/libeditor/nsEditor.cpp:1496:10: warning: 
'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
   return result;
          ^~~~~~
In file included from ../../dist/include/mozilla/dom/Selection.h:12:0,
                 from 
/<<PKGBUILDDIR>>/mozilla/editor/libeditor/TypeInState.cpp:10,
                 from 
/<<PKGBUILDDIR>>/obj-icedove/editor/libeditor/Unified_cpp_editor_libeditor1.cpp:2:
../../dist/include/mozilla/AutoRestore.h: In member function 'virtual nsresult 
nsHTMLEditor::SelectAll()':
../../dist/include/mozilla/AutoRestore.h:45:17: warning: '*((void*)& 
userSelection +16)' may be used uninitialized in this function 
[-Wmaybe-uninitialized]
     mLocation = mValue;
                 ^~~~~~
In file included from 
/<<PKGBUILDDIR>>/obj-icedove/editor/libeditor/Unified_cpp_editor_libeditor1.cpp:110:0:
/<<PKGBUILDDIR>>/mozilla/editor/libeditor/nsHTMLEditor.cpp:3567:53: note: 
'*((void*)& userSelection +16)' was declared here
   Maybe<mozilla::dom::Selection::AutoUserInitiated> userSelection;
                                                     ^~~~~~~~~~~~~
In file included from ../../dist/include/mozilla/dom/Selection.h:12:0,
                 from 
/<<PKGBUILDDIR>>/mozilla/editor/libeditor/TypeInState.cpp:10,
                 from 
/<<PKGBUILDDIR>>/obj-icedove/editor/libeditor/Unified_cpp_editor_libeditor1.cpp:2:
../../dist/include/mozilla/AutoRestore.h:45:5: warning: '*((void*)(& 
userSelection)+8).mozilla::AutoRestore<bool>::mLocation' may be used 
uninitialized in this function [-Wmaybe-uninitialized]
     mLocation = mValue;
     ^~~~~~~~~
In file included from 
/<<PKGBUILDDIR>>/obj-icedove/editor/libeditor/Unified_cpp_editor_libeditor1.cpp:110:0:
/<<PKGBUILDDIR>>/mozilla/editor/libeditor/nsHTMLEditor.cpp:3567:53: note: 
'*((void*)(& userSelection)+8).mozilla::AutoRestore<bool>::mLocation' was 
declared here
   Maybe<mozilla::dom::Selection::AutoUserInitiated> userSelection;
                                                     ^~~~~~~~~~~~~
libeditor_libeditor.a.desc
rm -f libeditor_libeditor.a
/<<PKGBUILDDIR>>/obj-icedove/_virtualenv/bin/python 
/<<PKGBUILDDIR>>/mozilla/config/expandlibs_gen.py -o libeditor_libeditor.a.desc 
Unified_cpp_editor_libeditor0.o Unified_cpp_editor_libeditor1.o 
Unified_cpp_editor_libeditor2.o  
make[6]: Leaving directory '/<<PKGBUILDDIR>>/obj-icedove/editor/libeditor'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj-icedove'
/<<PKGBUILDDIR>>/mozilla/config/recurse.mk:32: recipe for target 'compile' 
failed
make[4]: *** [compile] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-icedove'
/<<PKGBUILDDIR>>/mozilla/config/rules.mk:547: recipe for target 'default' failed
make[3]: *** [default] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-icedove'
client.mk:404: recipe for target 'build' failed
make[2]: *** [build] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:99: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:58: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Version: 1:52.2.1-4

Thunderbird builds in between times since open up this issue successful
with GCC-7 / G++-7, assuming upstream has made some changes that prevent
build issues on the new default compiler.

So I'm going to close this report by this email.

Regards
Carsten

--- End Message ---

Reply via email to