Bug#873589: clearsilver: FTBFS on arm64, mips*, ppc64el during clean - unable to guess system type

2017-08-29 Thread James Cowgill
Source: clearsilver
Version: 0.10.5-2
Severity: serious
Tags: sid buster

Hi,

clearsilver FTBFS on arm64, mips* and ppc64el with this error:
> checking build system type... ./config.guess: unable to guess system type
> 
> This script, last modified 2001-09-04, has failed to recognize
> the operating system you are using. It is advised that you
> download the most up to date version of the config scripts from
> 
> ftp://ftp.gnu.org/pub/gnu/config/
> 
> If the version you run (./config.guess) is already up to date, please
> send the following data and any information you think might be
> pertinent to  in order to provide the needed
> information to handle your system.
> 
> config.guess timestamp = 2001-09-04

This happens during the "clean" phase of the build:
>  fakeroot debian/rules clean
> dh clean --with python2
>dh_auto_clean
>   make -j6 distclean
> make[1]: Entering directory '/<>'
> Makefile:10: rules.mk: No such file or directory
> ./configure
> checking for gcc... gcc

Calling "make distclean" should probably be skipped if rules.mk does not
exist so that the configure script isn't run.

Thanks,
James



signature.asc
Description: OpenPGP digital signature


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

2017-08-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2017 23:19:47 +
with message-id 
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 ow...@bugs.debian.org
immediately.)


-- 
853317: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853317
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:apvlv
Version: 0.1.5+dfsg-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/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

[...]
  ^~~~
/<>/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 /<>/apvlv-0.1.5+dfsg/src/ApvlvUtil.h:32,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvParams.h:32,
 from /<>/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);
  ^~~~
/<>/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 /<>/apvlv-0.1.5+dfsg/src/ApvlvUtil.h:32,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvParams.h:32,
 from /<>/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);
  ^
/<>/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 /<>/apvlv-0.1.5+dfsg/src/ApvlvUtil.h:32,
 from /<>/apvlv-0.1.5+dfsg/src/ApvlvParams.h:32,
 from /<>/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 '/<>/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 '/<>/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 '/<>/apvlv-0.1.5+dfsg/obj-x86_64-l

Processing of apvlv_0.1.5+dfsg-3_source.changes

2017-08-29 Thread Debian FTP Masters
apvlv_0.1.5+dfsg-3_source.changes uploaded successfully to localhost
along with the files:
  apvlv_0.1.5+dfsg-3.dsc
  apvlv_0.1.5+dfsg-3.debian.tar.xz
  apvlv_0.1.5+dfsg-3_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



apvlv_0.1.5+dfsg-3_source.changes ACCEPTED into unstable

2017-08-29 Thread Debian FTP Masters


Accepted:

-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 
Changed-By: Adam Borowski 
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-


Thank you for your contribution to Debian.