Your message dated Fri, 18 Aug 2017 17:08:22 +0300
with message-id <20170818140822.d5xdhniagc6m5rlj@localhost>
and subject line glogg builds in unstable
has caused the Debian Bug report #853422,
regarding glogg: 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.)
--
853422: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:glogg
Version: 1.1.0-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/glogg_1.1.0-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
[...]
src/session.cpp:64:22: error: expected ',' or '...' before '<' token
std::function<ViewInterface*()> view_factory )
^
src/session.cpp: In member function 'ViewInterface* Session::open(const
string&, int)':
src/session.cpp:70:39: error: 'view_factory' was not declared in this scope
return openAlways( file_name, view_factory, nullptr );
^~~~~~~~~~~~
src/session.cpp: At global scope:
src/session.cpp:116:14: error:
'std::vector<std::pair<std::__cxx11::basic_string<char>, ViewInterface*> >
Session::restore' is not a static data member of 'class Session'
std::function<ViewInterface*()> view_factory,
^~~~~~~~
src/session.cpp:116:14: error: 'function' is not a member of 'std'
src/session.cpp:116:14: note: suggested alternative: 'is_function'
std::function<ViewInterface*()> view_factory,
^~~~~~~~
is_function
src/session.cpp:116:36: error: expected primary-expression before '*' token
std::function<ViewInterface*()> view_factory,
^
src/session.cpp:116:38: error: expected primary-expression before ')' token
std::function<ViewInterface*()> view_factory,
^
src/session.cpp:116:41: error: 'view_factory' was not declared in this scope
std::function<ViewInterface*()> view_factory,
^~~~~~~~~~~~
src/session.cpp:117:9: error: expected primary-expression before 'int'
int *current_file_index )
^~~
src/session.cpp:118:1: error: expected ',' or ';' before '{' token
{
^
src/session.cpp:175:14: error: 'std::function' has not been declared
std::function<ViewInterface*()> view_factory,
^~~~~~~~
src/session.cpp:175:22: error: expected ',' or '...' before '<' token
std::function<ViewInterface*()> view_factory,
^
src/session.cpp: In member function 'ViewInterface* Session::openAlways(const
string&, int)':
src/session.cpp:183:27: error: 'view_factory' was not declared in this scope
ViewInterface* view = view_factory();
^~~~~~~~~~~~
src/session.cpp:188:10: error: 'view_context' was not declared in this scope
if ( view_context )
^~~~~~~~~~~~
Makefile:827: recipe for target '.obj/release-shared/session.o' failed
make[1]: *** [.obj/release-shared/session.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/share/cdbs/1/class/makefile.mk:77: recipe for target
'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
glogg builds in unstable:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/glogg.html
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--- End Message ---