Your message dated Sat, 16 Sep 2017 21:50:34 +0000
with message-id <e1dtkyw-0002im...@fasolo.debian.org>
and subject line Bug#853560: fixed in mp4v2 2.0.0~dfsg0-6
has caused the Debian Bug report #853560,
regarding mp4v2: 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.)


-- 
853560: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853560
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mp4v2
Version: 2.0.0~dfsg0-5
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/mp4v2_2.0.0~dfsg0-5_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

[...]
                 from src/itmf/impl.h:29,
                 from src/itmf/CoverArtBox.cpp:24:
./src/mp4util.h:36:33: warning: invalid suffix on literal; C++11 requires a 
space between literal and string macro [-Wliteral-suffix]
             throw new Exception("assert failure: "LIBMPV42_STRINGIFY((expr)), 
__FILE__, __LINE__, __FUNCTION__ ); \
                                 ^
In file included from ./src/src.h:28:0,
                 from ./src/impl.h:6,
                 from src/itmf/impl.h:29,
                 from src/itmf/Tags.cpp:27:
./src/mp4util.h:36:33: warning: invalid suffix on literal; C++11 requires a 
space between literal and string macro [-Wliteral-suffix]
             throw new Exception("assert failure: "LIBMPV42_STRINGIFY((expr)), 
__FILE__, __LINE__, __FUNCTION__ ); \
                                 ^
g++ -DHAVE_CONFIG_H   -I./include -I./include -I. -I. -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wformat -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fvisibility=hidden 
-c -o util/mp4track.o util/mp4track.cpp
g++ -DHAVE_CONFIG_H   -I./include -I./include -I. -I. -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Wformat -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fvisibility=hidden 
-c -o util/mp4trackdump.o util/mp4trackdump.cpp
In file included from ./src/src.h:28:0,
                 from ./src/impl.h:6,
                 from src/itmf/impl.h:29,
                 from src/itmf/generic.cpp:24:
./src/mp4util.h:36:33: warning: invalid suffix on literal; C++11 requires a 
space between literal and string macro [-Wliteral-suffix]
             throw new Exception("assert failure: "LIBMPV42_STRINGIFY((expr)), 
__FILE__, __LINE__, __FUNCTION__ ); \
                                 ^
In file included from ./src/src.h:28:0,
                 from ./src/impl.h:6,
                 from src/qtff/impl.h:29,
                 from src/qtff/coding.cpp:24:
./src/mp4util.h:36:33: warning: invalid suffix on literal; C++11 requires a 
space between literal and string macro [-Wliteral-suffix]
             throw new Exception("assert failure: "LIBMPV42_STRINGIFY((expr)), 
__FILE__, __LINE__, __FUNCTION__ ); \
                                 ^
In file included from ./src/src.h:28:0,
                 from ./src/impl.h:6,
                 from src/qtff/impl.h:29,
                 from src/qtff/ColorParameterBox.cpp:24:
./src/mp4util.h:36:33: warning: invalid suffix on literal; C++11 requires a 
space between literal and string macro [-Wliteral-suffix]
             throw new Exception("assert failure: "LIBMPV42_STRINGIFY((expr)), 
__FILE__, __LINE__, __FUNCTION__ ); \
                                 ^
In file included from ./src/src.h:28:0,
                 from ./src/impl.h:6,
                 from src/qtff/impl.h:29,
                 from src/qtff/PictureAspectRatioBox.cpp:24:
./src/mp4util.h:36:33: warning: invalid suffix on literal; C++11 requires a 
space between literal and string macro [-Wliteral-suffix]
             throw new Exception("assert failure: "LIBMPV42_STRINGIFY((expr)), 
__FILE__, __LINE__, __FUNCTION__ ); \
                                 ^
GNUmakefile:1318: recipe for target 'src/rtphint.lo' failed
make[1]: *** [src/rtphint.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j64 returned exit code 2
debian/rules:12: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: mp4v2
Source-Version: 2.0.0~dfsg0-6

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

Debian distribution maintenance software
pp.
Matteo F. Vescovi <m...@debian.org> (supplier of updated mp4v2 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: SHA512

Format: 1.8
Date: Sat, 16 Sep 2017 23:22:23 +0200
Source: mp4v2
Binary: libmp4v2-2 libmp4v2-dev mp4v2-dbg mp4v2-utils
Architecture: source
Version: 2.0.0~dfsg0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintain...@lists.alioth.debian.org>
Changed-By: Matteo F. Vescovi <m...@debian.org>
Description:
 libmp4v2-2 - library to read, create, and modify mp4 files (shared library)
 libmp4v2-dev - library to read, create, and modify mp4 files (development 
files)
 mp4v2-dbg  - library to read, create, and modify mp4 files (debug)
 mp4v2-utils - library to read, create, and modify mp4 files (frontends)
Closes: 853560
Changes:
 mp4v2 (2.0.0~dfsg0-6) unstable; urgency=medium
 .
   * debian/: dh bump 9 -> 10
   * debian/control: S-V bump 3.9.8 -> 4.0.0 (no changes needed)
   * debian/patches/: patchset updated
     - 0004-Pointer_comparison.patch added (Closes: #853560)
Checksums-Sha1:
 7a58f6aa24a6b0cf9e67e41b8071b9bf0fb783cf 2344 mp4v2_2.0.0~dfsg0-6.dsc
 c270e03b5a4d79f4355b5cb1724b21728047fa4c 14580 
mp4v2_2.0.0~dfsg0-6.debian.tar.xz
 24909873ccb8c9b2367786d1988c935d47b9e239 5527 
mp4v2_2.0.0~dfsg0-6_source.buildinfo
Checksums-Sha256:
 4c9def6340e0d4fe49b8185c3f538003e6ac74bff91d0d6045617386bdb7f864 2344 
mp4v2_2.0.0~dfsg0-6.dsc
 69b7c1eb376106dbd1af0a28762b1914f24ba38fec5e9171092ec51c03b6f9f9 14580 
mp4v2_2.0.0~dfsg0-6.debian.tar.xz
 9754b42c25abdd9027aa08e3a639ca11098caa1934d7d63a43a294be7df20eea 5527 
mp4v2_2.0.0~dfsg0-6_source.buildinfo
Files:
 d9521f327e6401cdc2f1def2758c46f3 2344 sound optional mp4v2_2.0.0~dfsg0-6.dsc
 287732aa1fdb935f905695388a38e51e 14580 sound optional 
mp4v2_2.0.0~dfsg0-6.debian.tar.xz
 1f05af8a257abd7d12724ff9e6151f57 5527 sound optional 
mp4v2_2.0.0~dfsg0-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Debian powered!

iQKTBAEBCgB9FiEE890J+NqH0d9QRsmbBhL0lE7NzVoFAlm9li1fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYz
REQwOUY4REE4N0QxREY1MDQ2Qzk5QjA2MTJGNDk0NEVDRENENUEACgkQBhL0lE7N
zVr61hAAtXe98PHAJX15p7ZtfoCtj/9OWCpw5uiZRKK0ZhzRD+c0cyJrCEZXzspu
tgp5iRw0WSOdx1vGNhO8S8amfayRnU01pYDNZvIrns/fUG3tlpnX5My0YpwcQrAc
DWSq729BMEONv9MRzYc1se8XDp6xKyXMw8BXNMIhdoUZCi3rnO04pb4VsJg5bB0M
tubceviB72CfYnF5U+uRb50ny+w231Xv0sip+RkLhIcV7g4bbglzBc2SRdVZ5W4h
Zcmr70vdi9ZkqxicZltVVxsj1uMYo+TMyLQiTPp83bTmocfaXm0M0KITnpqFMvgX
WhVnPLb97izsCKQyZnxQCoN0Qp3s8w93tsmw0/pci7VJ6lksGknlM2QHjPHwMwMh
UowEW+dqkUOsQrQZyF1Zc7bQDlPb6pRXjZtVj37a2lp+XhWTeueXNLuqKIVPg/VL
6PWZu8NJAFVhMO4z7j/bGIXuQizoI9YZendOiA+y03EMFYagkpYMx5dU4UHfytT1
NIS7nBeK57TZ33aoB1tn26/Mn/gkTiQcoxa6VYUC7Q0TGiwY6F6IRg96mB7tyJMC
zHosvXRCJD4kf4J9G4khY8YDddcQ6OWg96GXnZJHT9vVSY2h71fIriVxI47LmugL
LafeeZK3x42PblHtFzK8NLZNd25t7GRWxFP6fMpOGRMgDg6NbZ0=
=Ah6F
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to