Your message dated Wed, 13 Sep 2017 16:07:21 +0000
with message-id <e1dsac9-000foc...@fasolo.debian.org>
and subject line Bug#853353: fixed in conky 1.10.6-1.1
has caused the Debian Bug report #853353,
regarding conky: 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.)


-- 
853353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:conky
Version: 1.10.6-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/conky_1.10.6-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

[...]
                 from /<<PKGBUILDDIR>>/src/colours.cc:30:
/<<PKGBUILDDIR>>/src/luamm.hh:39:15: error: 'function' in namespace 'std' does 
not name a template type
  typedef std::function<int(state *)> cpp_function;
               ^~~~~~~~
/<<PKGBUILDDIR>>/src/luamm.hh:243:30: warning: dynamic exception specifications 
are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
   void checkstack(int extra) throw(std::bad_alloc);
                              ^~~~~
/<<PKGBUILDDIR>>/src/luamm.hh:250:26: error: 'cpp_function' does not name a 
type; did you mean 'lua_CFunction'?
   void pushclosure(const cpp_function &fn, int n);
                          ^~~~~~~~~~~~
                          lua_CFunction
/<<PKGBUILDDIR>>/src/luamm.hh:251:27: error: 'cpp_function' does not name a 
type; did you mean 'lua_CFunction'?
   void pushfunction(const cpp_function &fn) { pushclosure(fn, 0); }
                           ^~~~~~~~~~~~
                           lua_CFunction
/<<PKGBUILDDIR>>/src/luamm.hh:255:46: warning: dynamic exception specifications 
are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
   void rawgetfield(int index, const char *k) throw(std::bad_alloc);
                                              ^~~~~
/<<PKGBUILDDIR>>/src/luamm.hh:257:46: warning: dynamic exception specifications 
are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
   void rawsetfield(int index, const char *k) throw(std::bad_alloc);
                                              ^~~~~
/<<PKGBUILDDIR>>/src/luamm.hh:279:39: warning: dynamic exception specifications 
are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
   void loadfile(const char *filename) throw(lua::syntax_error, 
lua::file_error, std::bad_alloc);
                                       ^~~~~
/<<PKGBUILDDIR>>/src/luamm.hh:280:34: warning: dynamic exception specifications 
are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
   void loadstring(const char *s) throw(lua::syntax_error, std::bad_alloc);
                                  ^~~~~
/<<PKGBUILDDIR>>/src/luamm.hh:283:44: error: 'cpp_function' does not name a 
type; did you mean 'lua_CFunction'?
   void register_fn(const char *name, const cpp_function &f) { pushfunction(f); 
setglobal(name); }
                                            ^~~~~~~~~~~~
                                            lua_CFunction
/<<PKGBUILDDIR>>/src/luamm.hh:289:35: warning: dynamic exception specifications 
are deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
   std::string tostring(int index) throw(lua::not_string_error);
                                   ^~~~~
src/CMakeFiles/conky.dir/build.make:89: recipe for target 
'src/CMakeFiles/conky.dir/colours.cc.o' failed
make[4]: *** [src/CMakeFiles/conky.dir/colours.cc.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-std'
CMakeFiles/Makefile2:374: recipe for target 'src/CMakeFiles/conky.dir/all' 
failed
make[3]: *** [src/CMakeFiles/conky.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-std'
Makefile:152: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-std'
dh_auto_build: make -j1 returned exit code 2
debian/rules:60: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:34: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: conky
Source-Version: 1.10.6-1.1

We believe that the bug you reported is fixed in the latest version of
conky, 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.
Adrian Bunk <b...@debian.org> (supplier of updated conky 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: Sun, 03 Sep 2017 18:12:29 +0300
Source: conky
Binary: conky-std conky-std-dbg conky-cli conky-cli-dbg conky-all conky-all-dbg 
conky
Architecture: source
Version: 1.10.6-1.1
Distribution: unstable
Urgency: medium
Maintainer: Vincent Cheng <vch...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Description:
 conky      - highly configurable system monitor (transitional package)
 conky-all  - highly configurable system monitor (all features enabled)
 conky-all-dbg - highly configurable system monitor (all features enabled - 
debug)
 conky-cli  - highly configurable system monitor (basic version)
 conky-cli-dbg - highly configurable system monitor (basic version - debug)
 conky-std  - highly configurable system monitor (default version)
 conky-std-dbg - highly configurable system monitor (default version - debug)
Closes: 853353
Changes:
 conky (1.10.6-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc 7. (Closes: #853353)
Checksums-Sha1:
 5ccf181ac810542a06cecbda294dc7d508b38e75 2739 conky_1.10.6-1.1.dsc
 74086416b0c3be30520acb3489ec4434c40a4b50 17444 conky_1.10.6-1.1.debian.tar.xz
Checksums-Sha256:
 d25884a63bb7a19758e3c82ee8a1ca6ae9351db7a8df580a32ecf2b2d6c3a615 2739 
conky_1.10.6-1.1.dsc
 2732f04dadd0e6faed890ff4784ca6db1fb730a736f5df46ce241a1b36227db9 17444 
conky_1.10.6-1.1.debian.tar.xz
Files:
 a22301c4a780ae59a1b7a75d995782e9 2739 utils optional conky_1.10.6-1.1.dsc
 87c6302827e39bf32c681edbd9eee44b 17444 utils optional 
conky_1.10.6-1.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAlmsHjUACgkQiNJCh6LY
mLHLZxAAs6gxZuGSgEv0qbvZLjOMVKB2r+Uu3Zh4LL01zqZXVJ1SuoZEPaUScL7k
O511eOamdFPlJmMEROfjN4UCGNYnGbag/PHbwplNetPFvYUbJjgmsRMcXf3jDJWW
AnHzLC5GnXemPpzymuLDMm8bk2STfrFBGUKZ3ZXZo88NXn72V04wST3NKGV44F76
sI731RO8JUOeE+W8gPGyAFWEV985gxwM1W84TvEPp26y2ocG9e6MRhg0Dh4XQrLI
hk6VGOEd08oipy6Kf+GtaHIsDXflQKzpTQN616EbB5Xbp7er23uGWSlxBKlV8icD
7mGHjcbKFbJqrKfbO/a8sIHsvAM6PaYw4pAULsq8/P1oaPeWuSHNT+vFQB1O/E3k
dPLcZVq8y0X28E3s4s3l15nThX5SFN7O0J5k/iUG/+FZyE9bGzKpaxaNSpjSoi0g
Ee3ZHE7u/nCw9q9db6ayGMUui298x7YxzbyQLPi05HOWXCaSlzEQdoLKwluFaHkK
5MeF+VJ1SC7btFhuCo5UUWq5xyCQlILJXr5+v1W7ezZcgiaJgizeuS6Cdiffg8C1
xr12+t4cHmAGI7jn12sD2JbiyCYSwLVsytmpEYQQf8g/UP3Jrq0jipycgBOsVn96
3C+9TbQFXMn1mgncCrQ576CP8c73YuEtLGjDT60Sl+FV1qzO9iQ=
=uplr
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to