Your message dated Sat, 05 Oct 2013 17:33:31 +0000
with message-id <e1vsvjp-0003uf...@franck.debian.org>
and subject line Bug#720783: fixed in dvswitch 0.8.3.6-1.2
has caused the Debian Bug report #720783,
regarding dvswitch: FTBFS against libav 9
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.)


-- 
720783: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720783
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dvswitch
Version: 0.8.3.6-1.1
Severity: serious
Justification: fails to build but built successfully in the past
Control: block 706798 by -1

dvswitch fails to build with libav 9:
| [ 42%] Building CXX object src/CMakeFiles/dvswitch.dir/mixer.o
| /«PKGBUILDDIR»/src/mixer.cpp: In function 'void 
{anonymous}::set_times(dv_frame&)':
| /«PKGBUILDDIR»/src/mixer.cpp:495:34: warning: narrowing conversion of 
'({anonymous}::bcd((frame_num % frame_rate)) | 64u)' from 'unsigned int' to 
'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(frame_num % frame_rate) | (1 << 6),
|                                   ^
| /«PKGBUILDDIR»/src/mixer.cpp:496:37: warning: narrowing conversion of 
'{anonymous}::bcd(((frame_num / frame_rate) % 60u))' from 'unsigned int' to 
'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(frame_num / frame_rate % 60),
|                                      ^
| /«PKGBUILDDIR»/src/mixer.cpp:497:44: warning: narrowing conversion of 
'{anonymous}::bcd(((frame_num / (frame_rate * 60u)) % 60u))' from 'unsigned 
int' to 'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 
[-Wnarrowing]
|       bcd(frame_num / (60 * frame_rate) % 60),
|                                             ^
| /«PKGBUILDDIR»/src/mixer.cpp:498:49: warning: narrowing conversion of 
'{anonymous}::bcd(((frame_num / (frame_rate * 3600u)) % 24u))' from 'unsigned 
int' to 'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 
[-Wnarrowing]
|       bcd(frame_num / (60 * 60 * frame_rate) % 24)
|                                                  ^
| /«PKGBUILDDIR»/src/mixer.cpp:512:24: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)now_tm.tm::tm_mday))' from 'unsigned int' to 
'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(now_tm.tm_mday),
|                         ^
| /«PKGBUILDDIR»/src/mixer.cpp:513:27: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)(now_tm.tm::tm_mon + 1)))' from 'unsigned int' 
to 'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(1 + now_tm.tm_mon),
|                            ^
| /«PKGBUILDDIR»/src/mixer.cpp:514:30: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)(now_tm.tm::tm_year % 100)))' from 'unsigned 
int' to 'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 
[-Wnarrowing]
|       bcd(now_tm.tm_year % 100)
|                               ^
| /«PKGBUILDDIR»/src/mixer.cpp:519:24: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)now_tm.tm::tm_mday))' from 'unsigned int' to 
'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(now_tm.tm_mday),
|                         ^
| /«PKGBUILDDIR»/src/mixer.cpp:520:27: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)(now_tm.tm::tm_mon + 1)))' from 'unsigned int' 
to 'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(1 + now_tm.tm_mon),
|                            ^
| /«PKGBUILDDIR»/src/mixer.cpp:521:30: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)(now_tm.tm::tm_year % 100)))' from 'unsigned 
int' to 'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 
[-Wnarrowing]
|       bcd(now_tm.tm_year % 100)
|                               ^
| /«PKGBUILDDIR»/src/mixer.cpp:537:23: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)now_tm.tm::tm_sec))' from 'unsigned int' to 
'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(now_tm.tm_sec),
|                        ^
| /«PKGBUILDDIR»/src/mixer.cpp:538:23: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)now_tm.tm::tm_min))' from 'unsigned int' to 
'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(now_tm.tm_min),
|                        ^
| /«PKGBUILDDIR»/src/mixer.cpp:539:24: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)now_tm.tm::tm_hour))' from 'unsigned int' to 
'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(now_tm.tm_hour)
|                         ^
| /«PKGBUILDDIR»/src/mixer.cpp:544:23: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)now_tm.tm::tm_sec))' from 'unsigned int' to 
'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(now_tm.tm_sec),
|                        ^
| /«PKGBUILDDIR»/src/mixer.cpp:545:23: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)now_tm.tm::tm_min))' from 'unsigned int' to 
'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(now_tm.tm_min),
|                        ^
| /«PKGBUILDDIR»/src/mixer.cpp:546:24: warning: narrowing conversion of 
'{anonymous}::bcd(((unsigned int)now_tm.tm::tm_hour))' from 'unsigned int' to 
'uint8_t {aka unsigned char}' inside { } is ill-formed in C++11 [-Wnarrowing]
|       bcd(now_tm.tm_hour)
|                         ^
| /«PKGBUILDDIR»/src/mixer.cpp: In member function 'void mixer::run_mixer()':
| /«PKGBUILDDIR»/src/mixer.cpp:626:46: error: 'avcodec_alloc_context' was not 
declared in this scope
|      auto_codec encoder(avcodec_alloc_context());
|                                               ^
| /«PKGBUILDDIR»/src/mixer.cpp:642:72: error: 'avcodec_thread_init' was not 
declared in this scope
|   if (enc_thread_count >= 2 && avcodec_thread_init(enc, enc_thread_count))
|                                                                         ^
| /«PKGBUILDDIR»/src/mixer.cpp:734:21: warning: 'int 
avcodec_encode_video(AVCodecContext*, uint8_t*, int, const AVFrame*)' is 
deprecated (declared at /usr/include/libavcodec/avcodec.h:4030) 
[-Wdeprecated-declarations]
|       int out_size = avcodec_encode_video(enc,
|                      ^
| /«PKGBUILDDIR»/src/mixer.cpp:736:25: warning: 'int 
avcodec_encode_video(AVCodecContext*, uint8_t*, int, const AVFrame*)' is 
deprecated (declared at /usr/include/libavcodec/avcodec.h:4030) 
[-Wdeprecated-declarations]
|        &mixed_raw->header);
|                          ^
| make[3]: *** [src/CMakeFiles/dvswitch.dir/mixer.o] Error 1

The full build log is available from
http://people.debian.org/~sramacher/logs/dvswitch_0.8.3.6-1.1_amd64-20130825-1501.log

Regards
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: dvswitch
Source-Version: 0.8.3.6-1.2

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

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated dvswitch 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: Thu, 03 Oct 2013 19:01:13 +0200
Source: dvswitch
Binary: dvswitch dvsource dvsink
Architecture: source amd64
Version: 0.8.3.6-1.2
Distribution: unstable
Urgency: low
Maintainer: Ben Hutchings <b...@decadent.org.uk>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description: 
 dvsink     - programs to sink streams from dvswitch
 dvsource   - programs to provide source streams for dvswitch
 dvswitch   - basic video mixer for live DV streams
Closes: 720783
Changes: 
 dvswitch (0.8.3.6-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
 .
   [ Reinhard Tartler ]
   * Fix compilation against libav9, closes: #720783
 .
   [ Sebastian Ramacher ]
   * debian/control: Bump libavcodec-dev B-D to >= 6:9 since the changes to
     build with libav9 are not backwards compatible.
Checksums-Sha1: 
 d1088b3a58b2d4f0a749ce9a61c3ee66ffcdfa8c 2006 dvswitch_0.8.3.6-1.2.dsc
 cc4d13af1007a806c75db2f4492a1d77aab1f355 4151 dvswitch_0.8.3.6-1.2.diff.gz
 d3734b16366e6e4eb96ea7d37d48f05c15f9d62c 105876 dvswitch_0.8.3.6-1.2_amd64.deb
 b55460bc1ebdeef43e7ff50ee719c7680efd7cff 25280 dvsource_0.8.3.6-1.2_amd64.deb
 1b8bccd107242f3604f0a299c9dbae131357fa11 17070 dvsink_0.8.3.6-1.2_amd64.deb
Checksums-Sha256: 
 257e0f0ec101c27d52094c3d3d4a30daca69fa2f7a1b8d097671a03dae124715 2006 
dvswitch_0.8.3.6-1.2.dsc
 27e575dbb15ccb9c656fa8d151151e2330c9f142db3159bb6f46d6b6733573be 4151 
dvswitch_0.8.3.6-1.2.diff.gz
 23a353159c7eb67551802ced5ab393ec3de4258c64a3fda3552658c356a54e47 105876 
dvswitch_0.8.3.6-1.2_amd64.deb
 bde4ba1f703321ebb593c20d6583bcc45c62ae23e88186d7a2747e6ba34b1eac 25280 
dvsource_0.8.3.6-1.2_amd64.deb
 0ebf16976c4811d5fb0a978556fad4c9893c1e4ea44c6cd4383045bcb41610e4 17070 
dvsink_0.8.3.6-1.2_amd64.deb
Files: 
 8c64e4bad7e494519d1758d2331467dc 2006 video extra dvswitch_0.8.3.6-1.2.dsc
 95a9fdcce5a517d4061dabc64b1101c9 4151 video extra dvswitch_0.8.3.6-1.2.diff.gz
 007fad136bd99d1d5c9ae001ac99f846 105876 video extra 
dvswitch_0.8.3.6-1.2_amd64.deb
 ca5fe6778148224255af4f08e96657ad 25280 video extra 
dvsource_0.8.3.6-1.2_amd64.deb
 0aaea394df79dde742ece8ee4e91995d 17070 video extra dvsink_0.8.3.6-1.2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSTaSlAAoJEGny/FFupxmT2w4P+wSkXwB0jn7uDM5CJfghSqJr
2WmWcbqG+XET4Uau7UQR7/YD8l8lfpywIZXoFDNj84yLBueO0KxZqVmFcECUAuHh
OO4ofVjEP5aA6UbLRAoXq/ik31AOl6D6MF+HfBkg2Oc7At6f6f9Up0VxTDM1pqBZ
d1cCHY91CYBScIuTCIPCs44PO0a0Nu4oaIOEvpSnp2TP4VjHKb8lK7LFJjUePuNp
6L8BTkJM7ZvnP50wf+Y4igdNc6SdM3xcIl7m/w1VdFP93820mWEBZHBPECMqvO6R
7i8hIElbKK6bMhf1dV/Az+8V26M6Xd/u9TWQWdw5+DcIOf7aNK/3mgjGnbAtIDsM
PRnOnpDdoYz2VBio816CfIdgPSCL+FzIXuxeu/OeN1iR3sSWdC6xOef/zQkUk0KW
qpTYi7QyOkP+yzBOFL0ggSLVt28W+3HNIQD0FYUJqRH4MY5qFQHABgRtJgLERdSR
NJCSl8ly8PJ+m5xow2alEVONi6llpWSp8KODQJ9ToHdgCD0PdkLsuIKNUKXtXNjS
6uEXXyvcgArBYul/B9G1pi7vGEVaOfuljW2QB/w+70jyvrxbr61EhY+WZxT1VDEf
QVFX59SMAUcvPPKGCGu5btwwLkbrkI3jGcvHjys29M9fyzwuV8RDuoWugxK2fIaV
9l+EVP1QuwhzgJIhE+tU
=z4p2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to