Your message dated Sat, 06 Aug 2016 04:20:06 +0000
with message-id <e1bvt5i-0002xc...@franck.debian.org>
and subject line Bug#811622: fixed in crtmpserver 1.0~dfsg-5.2
has caused the Debian Bug report #811622,
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 ow...@bugs.debian.org
immediately.)


-- 
811622: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811622
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: crtmpserver
Version: 1.0~dfsg-5.1
Severity: important
User: debian-...@lists.debian.org
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
...
> [ 25%] Building CXX object 
> thelib/CMakeFiles/thelib.dir/src/protocols/rtmp/basertmpprotocol.cpp.o
> cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/thelib" && /usr/bin/c++   
> -DCreateRTCPPacket=CreateRTCPPacket_mystyle_only_once 
> -DFeedDataAudioMPEG4Generic=FeedDataAudioMPEG4Generic_one_by_one -DHAS_LUA 
> -DHAS_MEDIA_FLV -DHAS_MEDIA_MP3 -DHAS_MEDIA_MP4 -DHAS_PROTOCOL_CLI 
> -DHAS_PROTOCOL_HLS -DHAS_PROTOCOL_HTTP -DHAS_PROTOCOL_LIVEFLV 
> -DHAS_PROTOCOL_RTMP -DHAS_PROTOCOL_RTP -DHAS_PROTOCOL_TS -DHAS_PROTOCOL_VAR 
> -DHandleTSVideoData=HandleVideoData_version3 -DLINUX 
> -DLITTLE_ENDIAN_BYTE_ALIGNED -DNET_EPOLL -D_FILE_OFFSET_BITS=64 
> -D__USE_FILE_OFFSET64 -Dthelib_EXPORTS -I/usr/include/lua5.1 
> -I"/<<PKGBUILDDIR>>/common/include" -I"/<<PKGBUILDDIR>>/thelib/include"  
> -Wdate-time -D_FORTIFY_SOURCE=2 -g  -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -fPIC -O3 -fno-strict-aliasing -fPIC   
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/precompiled.gch/Release.c++ -include 
> common -Winvalid-pch -o 
> CMakeFiles/thelib.dir/src/protocols/rtmp/basertmpprotocol.cpp.o -c 
> "/<<PKGBUILDDIR>>/thelib/src/p
> rotocols/rtmp/basertmpprotocol.cpp"
> In file included from 
> /<<PKGBUILDDIR>>/thelib/include/streaming/baseinfilestream.h:25:0,
>                  from 
> /<<PKGBUILDDIR>>/thelib/include/protocols/rtmp/streaming/infilertmpstream.h:25,
>                  from 
> /<<PKGBUILDDIR>>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:31:
> /<<PKGBUILDDIR>>/thelib/include/mediaformats/mediaframe.h:40:17: warning: 
> invalid suffix on literal; C++11 requires a space between literal and string 
> macro [-Wliteral-suffix]
>    return format("s: %"PRIx64"; l: %"PRIx64"; t: %hhu; dt: %.2f; kf: %hhu; 
> at: %.2f; bh: %hhu",
>                  ^
> 
> /<<PKGBUILDDIR>>/thelib/include/mediaformats/mediaframe.h:40:29: warning: 
> invalid suffix on literal; C++11 requires a space between literal and string 
> macro [-Wliteral-suffix]
>    return format("s: %"PRIx64"; l: %"PRIx64"; t: %hhu; dt: %.2f; kf: %hhu; 
> at: %.2f; bh: %hhu",
>                              ^
> 
> /<<PKGBUILDDIR>>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:225:9: 
> warning: invalid suffix on literal; C++11 requires a space between literal 
> and string macro [-Wliteral-suffix]
>    FATAL("Invalid channel id in reset message: %"PRIu32, channelId);
>          ^
> 
> /<<PKGBUILDDIR>>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:467:9: 
> warning: invalid suffix on literal; C++11 requires a space between literal 
> and string macro [-Wliteral-suffix]
>    FATAL("Try to play a stream over a non neutral stream: id: %u; type: 
> %"PRIu64,
>          ^
> 
> /<<PKGBUILDDIR>>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:722:13: 
> warning: invalid suffix on literal; C++11 requires a space between literal 
> and string macro [-Wliteral-suffix]
>        FATAL("The server doesn't support stream ids bigger than %"PRIu32,
>              ^
> 
> /<<PKGBUILDDIR>>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:754:13: 
> warning: invalid suffix on literal; C++11 requires a space between literal 
> and string macro [-Wliteral-suffix]
>        FATAL("The server doesn't support stream ids bigger than %"PRIu32,
>              ^
> 
> /<<PKGBUILDDIR>>/thelib/src/protocols/rtmp/basertmpprotocol.cpp: In member 
> function 'BaseStream* BaseRTMPProtocol::GetRTMPStream(uint32_t)':
> /<<PKGBUILDDIR>>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:345:10: 
> error: cannot convert 'bool' to 'BaseStream*' in return
>    return false;
>           ^~~~~
> 
> thelib/CMakeFiles/thelib.dir/build.make:1025: recipe for target 
> 'thelib/CMakeFiles/thelib.dir/src/protocols/rtmp/basertmpprotocol.cpp.o' 
> failed
> make[3]: *** 
> [thelib/CMakeFiles/thelib.dir/src/protocols/rtmp/basertmpprotocol.cpp.o] 
> Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> CMakeFiles/Makefile2:178: recipe for target 
> 'thelib/CMakeFiles/thelib.dir/all' failed
> make[2]: *** [thelib/CMakeFiles/thelib.dir/all] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> Makefile:130: recipe for target 'all' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: crtmpserver
Source-Version: 1.0~dfsg-5.2

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

Debian distribution maintenance software
pp.
Adam Borowski <kilob...@angband.pl> (supplier of updated crtmpserver 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: SHA256

Format: 1.8
Date: Sat, 30 Jul 2016 04:26:19 +0200
Source: crtmpserver
Binary: crtmpserver crtmpserver-libs crtmpserver-apps crtmpserver-dev
Architecture: source
Version: 1.0~dfsg-5.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintain...@lists.alioth.debian.org>
Changed-By: Adam Borowski <kilob...@angband.pl>
Description:
 crtmpserver - High performance RTMP/RTSP streaming server
 crtmpserver-apps - base applications for the crtmpserver platform
 crtmpserver-dev - Development files for the crtmpserver platform
 crtmpserver-libs - shared libraries for the crtmpserver platform
Closes: 743519 811622
Changes:
 crtmpserver (1.0~dfsg-5.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc-6 (Closes: #811622).
   * Remove Andres Mejia from Uploaders, per the MIA team (Closes: #743519).
Checksums-Sha1:
 5fa236eb23e720c5562d3d502f4c25988446ac72 1937 crtmpserver_1.0~dfsg-5.2.dsc
 c2341c0a97ee22adb716a356feffd9ad701977cd 28692 
crtmpserver_1.0~dfsg-5.2.debian.tar.xz
Checksums-Sha256:
 1d26b53fab83052f8beb59371f39d3eda6937e6b74ba4e10c6c9130f909fea11 1937 
crtmpserver_1.0~dfsg-5.2.dsc
 cbbcfc57f5fc1982931ec0b0c8a908bbfa8dc25b5e6bb7dce10e5533ff07e941 28692 
crtmpserver_1.0~dfsg-5.2.debian.tar.xz
Files:
 b290171e041df92c1b3e2ea777d90486 1937 video optional 
crtmpserver_1.0~dfsg-5.2.dsc
 3b2322915dc2ea2c25936f33cd1f4739 28692 video optional 
crtmpserver_1.0~dfsg-5.2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJXnBEWAAoJECw7Q2/qxoEBoWcIAJS5ci9s9eHsY7OTW/w+PjhC
hOmizNxVfhx5wiJ1osnCIjHetjZywo4Xu/lIVo+fHq1CUPSrr1xof7lAasUIbUwp
jBkYg2TW0DJNDymrVAVZg7M/QmWboqUsd4i2YvJmmsPFtMeD6qWLiekSVXJsEC1Z
kRyZ6bcFtG02zQk+dT+uK4kqnSbYw6Dakn4MIJ4i1f48Bys1NFfrZKc7cTwbC2u5
6TR+9pvl614M7lYnS+ZSJwB4AoLfpaOdDIQzK2j5jILR0P7mjN6RG7Os1b6ha6eM
cRyX7lWmCR+zki/KdWz3TAOukAogBym2eacCAWkvhQNscPDGhZNzs/trHyrm1Aw=
=F2Lb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to