[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#853317: marked as done (apvlv: ftbfs with GCC-7)



Your message dated Tue, 29 Aug 2017 23:19:47 +0000
with message-id <E1dmpnP-000ExT-EI@fasolo.debian.org>
and subject line Bug#853317: fixed in apvlv 0.1.5+dfsg-3
has caused the Debian Bug report #853317,
regarding apvlv: 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 owner@bugs.debian.org
immediately.)


-- 
853317: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853317
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:apvlv
Version: 0.1.5+dfsg-1
Severity: normal
Tags: sid buster
User: debian-gcc@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/apvlv_0.1.5+dfsg-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

[...]
              ^~~~~~~~~~~~~~~~~~~~
/<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:75:36: warning: 'gint gdk_screen_get_width(GdkScreen*)' is deprecated [-Wdeprecated-declarations]
  mWidth = gdk_screen_get_width (scr);
                                    ^
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from /<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvUtil.h:32,
                 from /<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvParams.h:32,
                 from /<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:29:
/usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
 gint         gdk_screen_get_width             (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~
/<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:76:12: warning: 'gint gdk_screen_get_height(GdkScreen*)' is deprecated [-Wdeprecated-declarations]
  mHeight = gdk_screen_get_height (scr);
            ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from /<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvUtil.h:32,
                 from /<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvParams.h:32,
                 from /<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:29:
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
/<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:76:38: warning: 'gint gdk_screen_get_height(GdkScreen*)' is deprecated [-Wdeprecated-declarations]
  mHeight = gdk_screen_get_height (scr);
                                      ^
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from /<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvUtil.h:32,
                 from /<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvParams.h:32,
                 from /<<BUILDDIR>>/apvlv-0.1.5+dfsg/src/ApvlvView.cc:29:
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
 gint         gdk_screen_get_height            (GdkScreen   *screen);
              ^~~~~~~~~~~~~~~~~~~~~
src/CMakeFiles/apvlv.dir/build.make:65: recipe for target 'src/CMakeFiles/apvlv.dir/ApvlvCmds.cc.o' failed
make[3]: *** [src/CMakeFiles/apvlv.dir/ApvlvCmds.cc.o] Error 1
make[3]: Leaving directory '/<<BUILDDIR>>/apvlv-0.1.5+dfsg/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:88: recipe for target 'src/CMakeFiles/apvlv.dir/all' failed
make[2]: *** [src/CMakeFiles/apvlv.dir/all] Error 2
make[2]: Leaving directory '/<<BUILDDIR>>/apvlv-0.1.5+dfsg/obj-x86_64-linux-gnu'
Makefile:152: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/apvlv-0.1.5+dfsg/obj-x86_64-linux-gnu'
dh_auto_build: make -j64 returned exit code 2
debian/rules:6: 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: apvlv
Source-Version: 0.1.5+dfsg-3

We believe that the bug you reported is fixed in the latest version of
apvlv, 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 853317@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Borowski <kilobyte@angband.pl> (supplier of updated apvlv 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 30 Aug 2017 00:54:50 +0200
Source: apvlv
Binary: apvlv
Architecture: source
Version: 0.1.5+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Adam Borowski <kilobyte@angband.pl>
Description:
 apvlv      - PDF viewer with Vim-like behaviour
Closes: 853317
Changes:
 apvlv (0.1.5+dfsg-3) unstable; urgency=medium
 .
   * QA upload.
   * Fix FTBFS with gcc-7. (Closes: #853317)
   * dh 10.
Checksums-Sha1:
 d7c3d674b7f69141d7385bac9373ecd3f2aa0024 1614 apvlv_0.1.5+dfsg-3.dsc
 cb087294213d994c91422240745d27cbb7097239 15072 apvlv_0.1.5+dfsg-3.debian.tar.xz
 8630631a18cd4a822c91650059d455da24ad88a0 6258 apvlv_0.1.5+dfsg-3_source.buildinfo
Checksums-Sha256:
 e94e5dbdbb5816d3fbc8d7af0fae186c2faf0e1cf5940c32fe3fd0fde27733d7 1614 apvlv_0.1.5+dfsg-3.dsc
 a10129c64c692b5a0ce6bf7fc77bd2486f088946f7811f5c262f2e516575a5fd 15072 apvlv_0.1.5+dfsg-3.debian.tar.xz
 a0c269e183ccbc4a76dadb6be9ed746ca7501c2b7030d3f6d59a335a668e7273 6258 apvlv_0.1.5+dfsg-3_source.buildinfo
Files:
 ba5de6afa5bd34e15e14d5841c48be74 1614 text optional apvlv_0.1.5+dfsg-3.dsc
 e093d05e6ce2b981c24a7fdb6d4e8d7d 15072 text optional apvlv_0.1.5+dfsg-3.debian.tar.xz
 51f7f935cef46f5b337f7fe33ed10732 6258 text optional apvlv_0.1.5+dfsg-3_source.buildinfo

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

iQEzBAEBCgAdFiEE/Zzi2Nd1S3irJ5u9LDtDb+rGgQEFAlml8kcACgkQLDtDb+rG
gQEfbgf6AmN8ZDROOpqOt+4+meQAuaD2dqLkUKGzL4cIzx27+cIImc1VantM6FJm
O7H0d0dl2+kzaPAy5jp+qW/RhwI9yM2JPk7iXr7+fuT2I7qPcnLrYmDFvmjAG/zk
WqWwMWpZZkQJ8YLThnhrR8HRiWrSLuQCZiP7RzxlVQS16e1TQQsQEZAWzZp/QfuC
YL4/utIc+zQdn2q/bM5NHMy0n4pgdYEp+r8NKoynr1OoSC9Eeb9anSQrDKER/yCD
sF8jr3G3CgcvhJw5pC2VQYQUvpaUoHYEBKZd3UYZpPIKziGxxlGJrzn05pn1+7ip
UDXUDBWG1Q/NL8lW+gIjSb606lFusQ==
=w3EQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: