Your message dated Sat, 09 Jul 2016 22:19:31 +0000
with message-id <e1bm0ax-0002rf...@franck.debian.org>
and subject line Bug#811728: fixed in dvgrab 3.5+git20160707.1.e46042e-1
has caused the Debian Bug report #811728,
regarding dvgrab: FTBFS with GCC 6: narrowing conversion
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.)
--
811728: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811728
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dvgrab
Version: 3.5-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing
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.
You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I. -I/usr/include/lqt -D_REENTRANT
> -D_FILE_OFFSET_BITS=64 -Wall -O2 -MT srt.o -MD -MP -MF .deps/srt.Tpo -c -o
> srt.o srt.cc
> mv -f .deps/raw1394util.Tpo .deps/raw1394util.Po
> mv -f .deps/io.Tpo .deps/io.Po
> In file included from hdvframe.h:24:0,
> from iec13818-1.cc:25:
> iec13818-1.h:45:75: error: narrowing conversion of '255' from 'int' to 'char'
> inside { } [-Wnarrowing]
> static char bitmask[8] = { 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff };
> ^
>
> Makefile:386: recipe for target 'iec13818-1.o' failed
> make[1]: *** [iec13818-1.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> riff.cc: In member function 'virtual void RIFFFile::ParseChunk(int)':
> riff.cc:461:14: warning: overflow in implicit constant conversion [-Woverflow]
> typesize = -sizeof( type );
> ^~~~~~~~
>
> In file included from hdvframe.h:24:0,
> from ieee1394io.h:34,
> from ieee1394io.cc:73:
> iec13818-1.h:45:75: error: narrowing conversion of '255' from 'int' to 'char'
> inside { } [-Wnarrowing]
> static char bitmask[8] = { 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff };
> ^
>
> In file included from hdvframe.h:24:0,
> from iec13818-2.cc:23:
> iec13818-1.h:45:75: error: narrowing conversion of '255' from 'int' to 'char'
> inside { } [-Wnarrowing]
> static char bitmask[8] = { 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff };
> ^
>
> In file included from hdvframe.h:24:0,
> from ieee1394io.h:34,
> from dvgrab.h:31,
> from main.cc:54:
> iec13818-1.h:45:75: error: narrowing conversion of '255' from 'int' to 'char'
> inside { } [-Wnarrowing]
> static char bitmask[8] = { 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff };
> ^
>
> ieee1394io.cc: In member function 'bool pipeReader::Handler()':
> ieee1394io.cc:1053:71: warning: suggest parentheses around assignment used as
> truth value [-Wparentheses]
> if ( ret = ( fread( buf, IEC61883_MPEG2_TSP_SIZE, 1, file ) == 1 ) )
> ^
>
> ieee1394io.cc:1060:69: warning: suggest parentheses around assignment used as
> truth value [-Wparentheses]
> if ( ret = ( fread( currentFrame->data, 120000, 1, file ) == 1 ) )
> ^
>
> ieee1394io.cc:1065:79: warning: suggest parentheses around assignment used as
> truth value [-Wparentheses]
> if ( ret = ( fread( currentFrame->data + 120000, 24000, 1, file ) == 1
> ) )
>
> ^
>
> In file included from hdvframe.h:24:0,
> from hdvframe.cc:22:
> iec13818-1.h:45:75: error: narrowing conversion of '255' from 'int' to 'char'
> inside { } [-Wnarrowing]
> static char bitmask[8] = { 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff };
> ^
>
> In file included from hdvframe.h:24:0,
> from ieee1394io.h:34,
> from v4l2reader.h:28,
> from v4l2reader.cc:21:
> iec13818-1.h:45:75: error: narrowing conversion of '255' from 'int' to 'char'
> inside { } [-Wnarrowing]
> static char bitmask[8] = { 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff };
> ^
>
> In file included from hdvframe.cc:22:0:
> hdvframe.h: In constructor 'HDVStreamParams::HDVStreamParams()':
> hdvframe.h:50:8: warning: 'HDVStreamParams::frameRate' will be initialized
> after [-Wreorder]
> float frameRate;
> ^~~~~~~~~
>
> hdvframe.h:47:6: warning: 'int HDVStreamParams::carryover_length'
> [-Wreorder]
> int carryover_length;
> ^~~~~~~~~~~~~~~~
>
> hdvframe.cc:341:1: warning: when initialized here [-Wreorder]
> HDVStreamParams::HDVStreamParams() :
> ^~~~~~~~~~~~~~~
>
> In file included from hdvframe.h:24:0,
> from ieee1394io.h:34,
> from dvgrab.h:31,
> from dvgrab.cc:48:
> iec13818-1.h:45:75: error: narrowing conversion of '255' from 'int' to 'char'
> inside { } [-Wnarrowing]
> static char bitmask[8] = { 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff };
> ^
>
> In file included from hdvframe.h:24:0,
> from filehandler.h:34,
> from filehandler.cc:49:
> iec13818-1.h:45:75: error: narrowing conversion of '255' from 'int' to 'char'
> inside { } [-Wnarrowing]
> static char bitmask[8] = { 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff };
> ^
>
> Makefile:386: recipe for target 'iec13818-2.o' failed
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: dvgrab
Source-Version: 3.5+git20160707.1.e46042e-1
We believe that the bug you reported is fixed in the latest version of
dvgrab, 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.
Erik Schanze <er...@debian.org> (supplier of updated dvgrab 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: Fri, 08 Jul 2016 22:49:51 +0200
Source: dvgrab
Binary: dvgrab
Architecture: source i386
Version: 3.5+git20160707.1.e46042e-1
Distribution: unstable
Urgency: low
Maintainer: Erik Schanze <er...@debian.org>
Changed-By: Erik Schanze <er...@debian.org>
Description:
dvgrab - grab digital video data via IEEE1394 and USB links
Closes: 811728
Changes:
dvgrab (3.5+git20160707.1.e46042e-1) unstable; urgency=low
.
* New upstream code from github, GCC6 compile (Closes:#811728)
* Switch to debhelper compat 9
* Removed patch dvgrab_fix_jpeg_quality, changed by upstream
* Updated Standards-Version to 3.9.8, no change needed
* removed outdated debian/watch file
Checksums-Sha1:
3404fa50011ef58d8ed85ce35c76d099762623c0 2005
dvgrab_3.5+git20160707.1.e46042e-1.dsc
fad5ccc812a334e98bf14524590b670ecde6c7ba 127725
dvgrab_3.5+git20160707.1.e46042e.orig.tar.gz
e9d80878df9ceeb187e287f575b9b12c2ef143c1 13816
dvgrab_3.5+git20160707.1.e46042e-1.debian.tar.xz
30ddaf4cad20ca398e74fefdf160b089540eed74 536956
dvgrab-dbgsym_3.5+git20160707.1.e46042e-1_i386.deb
68bc5180014b6f07e45c29fc5fd405f0cbdab2f5 140600
dvgrab_3.5+git20160707.1.e46042e-1_i386.deb
Checksums-Sha256:
356520c0d392b06d8fd1fbe4c3703a1b2e0631328f7bbba98d7de2efd431a797 2005
dvgrab_3.5+git20160707.1.e46042e-1.dsc
8dc9c250a3e192cddc81f279e59eb009bf25392289325438a13aaebc9033aa67 127725
dvgrab_3.5+git20160707.1.e46042e.orig.tar.gz
827a3612fe920a26ccd1c97ca6e460dd490c310ee5252a9afc67061b6db836e6 13816
dvgrab_3.5+git20160707.1.e46042e-1.debian.tar.xz
b965d5d46a1f3e5d072a5e9bb93cbcb031aa59d0760d1ff826bd7c4d10b4af3c 536956
dvgrab-dbgsym_3.5+git20160707.1.e46042e-1_i386.deb
3c0d797708d8c158792c378e6be1da2545be0a0acbce1e81bfef85d3f37298ee 140600
dvgrab_3.5+git20160707.1.e46042e-1_i386.deb
Files:
dd0b457bd005d4d3639d6a1732d449e0 2005 video extra
dvgrab_3.5+git20160707.1.e46042e-1.dsc
d548d22b6a5eb17b45317e44c7fe731c 127725 video extra
dvgrab_3.5+git20160707.1.e46042e.orig.tar.gz
b73c59e6d5fc7e8869121137436b23b9 13816 video extra
dvgrab_3.5+git20160707.1.e46042e-1.debian.tar.xz
284b3eab409e46e8b16a9307443f780e 536956 debug extra
dvgrab-dbgsym_3.5+git20160707.1.e46042e-1_i386.deb
6f2785ac3f8096b9c8c6dc57f4bd7307 140600 video extra
dvgrab_3.5+git20160707.1.e46042e-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXgVcxAAoJEHJnRuDwvINlhXAP/jNMqXyKfkelpeOvbmiCF7Av
skmTu8HTcvhOigunrPX40WNmTJez+ZX2UjJgIq4Gke0D0hDI1u8KSaoq3mkyCFG2
eRP/wkyQQc4MNfUJAIsuO7CLyc29BOBWXjHSqukhny90B8jRDYTShJ8u6Q8bg6jE
2nTX2wgjsQwC2tG7iAU1v09f/0ERcsGNxClHzf88CFg+DBejm7YQe7bkdAqR9ZO/
9sKHa7d3wBlSXn5guXdiLv2WkPYqH5SYDhC7Wag3nK3L1I7/+qmv8+k6Z9qh68ks
ypIsoWL9QTTfsMQcyUg17/JF1FZ1WYlKWHbnxCAoXgMHYT9/JAXID60vB/TpnvWH
AYuGMf5XkOWjVKdogKCohfJOy8NITZ0HtKAxHF3eXNKwfzj8dHZg/KSiyMPm5Ehv
P6m8yxnJUodSQ2h+bYvYz8G/5ugopuux9762eL03lDFn7St5bHgZUFBmM2r6mwsx
AvrB1GcS390sTCxUIDkCS6SNSQO73RxcZMFXBaG6/EuQNYHi7ybYeeCrmZoTP1AQ
q88bK7fgS6/G/h6WEPfps5BEz0dNXXJrzaWa+SstSyIw6ud8S86v/sNgWBX6B7QN
wmPNVx7yz1g14o2R9e8gWwyr7CE00EBgcZUldqkyc5PK7CL88Xdep09oWVMo4A5U
CQ0Q9FQrTghlOfYQi31q
=RABu
-----END PGP SIGNATURE-----
--- End Message ---