Your message dated Tue, 23 Feb 2016 22:20:00 +0000
with message-id <[email protected]>
and subject line Bug#811630: fixed in bino 1.6.3-1
has caused the Debian Bug report #811630,
regarding FTBFS with GCC 6: cannot convert x to y
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 [email protected]
immediately.)
--
811630: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811630
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bino
Version: 1.6.1-1
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -DHTMLDIR=\"/usr/share/doc/bino/html\"
> -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I../src/base
> -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu
> -I/usr/include/x86_64-linux-gnu -I/usr/include/harfbuzz
> -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/freetype2
> -I/usr/include/AL -I/usr/include/libdrm -DGLEW_MX -I/usr/include/libdrm
> -I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL
> -I/usr/include/x86_64-linux-gnu/qt5
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
> -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtGui
> -I/usr/include/x86_64-linux-gnu/qt5
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore
> -I/usr/include/x86_64-linux-gnu/qt5 -pthread -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -fPIC -c -o video_output_qt-moc.o
> video_output_qt-moc.cpp
> media_object.cpp: In member function 'void media_object::open(const string&,
> const device_request&)':
> media_object.cpp:862:30: warning: 'AVFormatContext::max_analyze_duration' is
> deprecated [-Wdeprecated-declarations]
> _ffmpeg->format_ctx->max_analyze_duration = 0;
> ^~~~~~~~~~~~~~~~~~~~
>
> In file included from media_object.cpp:30:0:
> /usr/include/x86_64-linux-gnu/libavformat/avformat.h:1409:9: note: declared
> here
> int max_analyze_duration;
> ^~~~~~~~~~~~~~~~~~~~
>
> media_object.cpp:862:30: warning: 'AVFormatContext::max_analyze_duration' is
> deprecated [-Wdeprecated-declarations]
> _ffmpeg->format_ctx->max_analyze_duration = 0;
> ^~~~~~~~~~~~~~~~~~~~
>
> In file included from media_object.cpp:30:0:
> /usr/include/x86_64-linux-gnu/libavformat/avformat.h:1409:9: note: declared
> here
> int max_analyze_duration;
> ^~~~~~~~~~~~~~~~~~~~
>
> media_object.cpp:862:30: warning: 'AVFormatContext::max_analyze_duration' is
> deprecated [-Wdeprecated-declarations]
> _ffmpeg->format_ctx->max_analyze_duration = 0;
> ^~~~~~~~~~~~~~~~~~~~
>
> In file included from media_object.cpp:30:0:
> /usr/include/x86_64-linux-gnu/libavformat/avformat.h:1409:9: note: declared
> here
> int max_analyze_duration;
> ^~~~~~~~~~~~~~~~~~~~
>
> main.cpp:168:14: error: 'FILE* logf' redeclared as different kind of symbol
> static FILE *logf = NULL;
> ^~~~
>
> In file included from /usr/include/c++/6/cmath:44:0,
> from /usr/include/c++/6/random:38,
> from /usr/include/c++/6/bits/stl_algo.h:66,
> from /usr/include/c++/6/algorithm:62,
> from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:85,
> from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:37,
> from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/QCoreApplication:1,
> from main.cpp:42:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:109:1: note: previous
> declaration 'float logf(float)'
> __MATHCALL_VEC (log,, (_Mdouble_ __x));
> ^
>
> main.cpp: In function 'void close_log_file()':
> main.cpp:173:31: error: cannot convert 'float (*)(float) throw ()' to 'FILE*
> {aka _IO_FILE*}' for argument '1' to 'int fclose(FILE*)'
> (void)std::fclose(logf);
> ^
>
> main.cpp: In function 'int main(int, char**)':
> main.cpp:399:56: error: assignment of function 'float logf(float)'
> logf = std::fopen(log_file.value().c_str(), "a");
> ^
>
> main.cpp:399:56: error: cannot convert 'FILE* {aka _IO_FILE*}' to
> 'float(float) throw ()' in assignment
> main.cpp:406:27: error: cannot convert 'float (*)(float) throw ()' to 'FILE*
> {aka _IO_FILE*}' for argument '1' to 'void msg::set_file(FILE*)'
> msg::set_file(logf);
> ^
>
> Makefile:712: recipe for target 'main.o' failed
> make[5]: *** [main.o] Error 1
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: bino
Source-Version: 1.6.3-1
We believe that the bug you reported is fixed in the latest version of
bino, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Schaal <[email protected]> (supplier of updated bino 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 15 Feb 2016 05:41:22 +0100
Source: bino
Binary: bino
Architecture: source amd64
Version: 1.6.3-1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Schaal <[email protected]>
Changed-By: Daniel Schaal <[email protected]>
Description:
bino - 3D video player
Closes: 811630
Changes:
bino (1.6.3-1) unstable; urgency=medium
.
* Remove bino-dbg package, rely on automatic dbgsym package
* Imported Upstream version 1.6.2
* Imported Upstream version 1.6.3
* fixes compilation with g++-6 (Closes: #811630)
* Remove use-fPIC.patch, merged upstream
* Always use debian/tmp
* Use https url for Vcs-Git
* Update standards-version, no changes needed
Checksums-Sha1:
22f2b6fdf31606409825d6f7af90ff8247587fa1 1988 bino_1.6.3-1.dsc
98a6ec2e4b8b3d39095e13326057bab552e57672 821420 bino_1.6.3.orig.tar.xz
b5aaa6cc3f6973277bacfa56d2a5639d3d83fa66 10776 bino_1.6.3-1.debian.tar.xz
898e889bd5998dcc1eaa38b7b31c66aba4722ae4 4091786 bino-dbgsym_1.6.3-1_amd64.deb
05d5f6898199cc283514e4b1350eb5e6be628064 696780 bino_1.6.3-1_amd64.deb
Checksums-Sha256:
284250c960f18e8910b49eaa48a4fe7fe90f31cef2f1aabea8cbb4154b049640 1988
bino_1.6.3-1.dsc
ca36fdf40fa26eefb13b20b8ff4a70a24735fdc6b24350564b5040c155f945f6 821420
bino_1.6.3.orig.tar.xz
63d97b5dcac56c5563731347d2cecf0eeab632ab3a5e7984233e1d80e7352837 10776
bino_1.6.3-1.debian.tar.xz
c04bac2135677e034281ed3bd8dea93b18893c5305934034c11aa69c54830499 4091786
bino-dbgsym_1.6.3-1_amd64.deb
e7778d82acbb36c5eeb15a81fa5243f9312eec4c60dd4b6ff2dbe7ec031ef24b 696780
bino_1.6.3-1_amd64.deb
Files:
8e7dc28fd6a585e820ef60bd932c6c93 1988 video extra bino_1.6.3-1.dsc
140c27d1d063f75732cd2bc97de12a86 821420 video extra bino_1.6.3.orig.tar.xz
059f487d4cd0e52582ccfb484271f063 10776 video extra bino_1.6.3-1.debian.tar.xz
3f6bc2ff6b202bf0596d7b9753230bae 4091786 debug extra
bino-dbgsym_1.6.3-1_amd64.deb
5f1e205db39ec4974125dc15a8f91ed7 696780 video extra bino_1.6.3-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJWzMgIAAoJEMMfT9lJqytsquQP/2aCKeEqv40q9G6GgWQ9AtIV
wrtv67l6lqMrk4lkRrAV+tyO/arD8w/DIag/YI0cyqaXN85002hNkCwz9GVT7GoQ
oeHSLPbfwwRx/BhXtaC0AClu95aZlJXtKFuxXm0Vi4nouHqzGyeitGSsc6fjq3sj
dcDX3rSGZIF3tHAXCezC83ZG+pN1qJL/ietcwjsARXeOApehHvJN4o24l+AWL1n4
EQVaLFwf3Ld/etXWJoOn9R9pUZBpL2iPj4MsVXflC1y5pmPZWSGRWvCPKJvnG6sM
u35QUw6LyTji0SUkLFHWfY20Kg//NBmvqKaQuS43IqiilJqa5jstdF/crzLQ/qeL
G2cbi0k6s5rClVNQ0aS0iGcvmcF+RF8jU5zdv0NX7g09jeHTbjNrvecXo8MJLoG6
9tJ/TUFchaCS39Ln+U+eviOIqTkmND4H3xj4wEpzohN1ZxRmwdwgmIVmEivd90dg
U4oXe84msHs6E8A+5ebJ4XyZeQR8IZOgsQGi0DWKH7XpE1qpBvfJVFEtZE9Q2bsw
icCJLXZEtjaV2z7WnEPLXdxuZ6DF/5jkjfDn56GgZi+ZLBFXkIkS1Su1axQqhrq0
2vKRfamKD5QVh8B0VXDB0W7oihk4EDL2dmVR6qNx5eMZB85wUzcFuUBbnFUKuuMw
lDPsg/DKx6bNt4ZLNPed
=SuUW
-----END PGP SIGNATURE-----
--- End Message ---