Your message dated Mon, 28 Aug 2017 15:12:53 +0000
with message-id <e1dmlif-000dfj...@fasolo.debian.org>
and subject line Bug#853481: fixed in libavg 1.8.1-4
has caused the Debian Bug report #853481,
regarding libavg: 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.)
--
853481: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853481
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libavg
Version: 1.8.1-3
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/libavg_1.8.1-3_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
[...]
In file included from GLShaderParam.h:31:0,
from GPUHueSatFilter.h:29,
from GPUHueSatFilter.cpp:22:
GLShaderParam.h: In member function 'void
avg::GLShaderParamTemplate<VAL_TYPE>::uniformSet(unsigned int, const
VAL_TYPE&)':
../base/Exception.h:84:87: error: cannot convert
'std::__cxx11::basic_string<char>' to 'const char*' for argument '4' to 'void
avg::avgAssert(bool, const char*, int, const char*)'
#define AVG_ASSERT_MSG(b, pszReason) avgAssert((b) != 0, __FILE__, __LINE__,
pszReason);
^
GLShaderParam.h:81:9: note: in expansion of macro 'AVG_ASSERT_MSG'
AVG_ASSERT_MSG(false,
^~~~~~~~~~~~~~
In file included from GLShaderParam.h:31:0,
from OGLShader.h:27,
from StandardShader.h:27,
from StandardShader.cpp:22:
GLShaderParam.h: In member function 'void
avg::GLShaderParamTemplate<VAL_TYPE>::uniformSet(unsigned int, const
VAL_TYPE&)':
../base/Exception.h:84:87: error: cannot convert
'std::__cxx11::basic_string<char>' to 'const char*' for argument '4' to 'void
avg::avgAssert(bool, const char*, int, const char*)'
#define AVG_ASSERT_MSG(b, pszReason) avgAssert((b) != 0, __FILE__, __LINE__,
pszReason);
^
GLShaderParam.h:81:9: note: in expansion of macro 'AVG_ASSERT_MSG'
AVG_ASSERT_MSG(false,
^~~~~~~~~~~~~~
Makefile:1031: recipe for target 'GPUInvertFilter.lo' failed
make[5]: *** [GPUInvertFilter.lo] Error 1
Makefile:1031: recipe for target 'OGLShader.lo' failed
make[5]: *** [OGLShader.lo] Error 1
Makefile:1031: recipe for target 'ShaderRegistry.lo' failed
make[5]: *** [ShaderRegistry.lo] Error 1
Makefile:1031: recipe for target 'GLContext.lo' failed
make[5]: *** [GLContext.lo] Error 1
Makefile:1031: recipe for target 'GPUHueSatFilter.lo' failed
make[5]: *** [GPUHueSatFilter.lo] Error 1
Makefile:1031: recipe for target 'StandardShader.lo' failed
make[5]: *** [StandardShader.lo] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/graphics'
Makefile:1046: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/graphics'
Makefile:453: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:392: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:460: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j64 returned exit code 2
debian/rules:4: 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: libavg
Source-Version: 1.8.1-4
We believe that the bug you reported is fixed in the latest version of
libavg, 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.
Adam Borowski <kilob...@angband.pl> (supplier of updated libavg 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: Mon, 28 Aug 2017 16:11:05 +0200
Source: libavg
Binary: python-libavg
Architecture: source
Version: 1.8.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Adam Borowski <kilob...@angband.pl>
Description:
python-libavg - High-level development platform for media-centric applications
Closes: 853481
Changes:
libavg (1.8.1-4) unstable; urgency=medium
.
* QA upload.
* Set maintainer to the QA group.
* Bump dh to 10.
* Fix FTBFS with gcc-7. (Closes: #853481)
* Don't use spaces in debian/copyright short names.
* Drop redundant B-D on dh-autoreconf.
Checksums-Sha1:
3e30adcaae961f6e3e565f1acb831c3703cf9a5c 1788 libavg_1.8.1-4.dsc
edfd920429b8ede60019d547196344accb9d9f9c 12860 libavg_1.8.1-4.debian.tar.xz
aaa9734c35ca9ab7d9018c9fdfb99f2a1e1b5ad3 8799 libavg_1.8.1-4_source.buildinfo
Checksums-Sha256:
bfd50201f17619fab381a140a0c786f4fcfcdbe5b3bbd647125d18254bc429c7 1788
libavg_1.8.1-4.dsc
919dbd95a1ab17ea058c04f5fb9f72b9e89002d102fb971cb599ae8f9ba17eb2 12860
libavg_1.8.1-4.debian.tar.xz
c2fdf38291bc3b7922f68e6da04bb90dc1021c3e336d140c3d4304b78d45d461 8799
libavg_1.8.1-4_source.buildinfo
Files:
83d7a7436f53431eed16123941e4b031 1788 python optional libavg_1.8.1-4.dsc
35d939375bd8d42fe373895f673107fe 12860 python optional
libavg_1.8.1-4.debian.tar.xz
0ffbd739053b6f314d673aeb0b4faf5f 8799 python optional
libavg_1.8.1-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFIBAEBCgAyFiEE/Zzi2Nd1S3irJ5u9LDtDb+rGgQEFAlmkJLAUHGtpbG9ieXRl
QGFuZ2JhbmQucGwACgkQLDtDb+rGgQGo9AgAsguMjiCVw8F+Ac6b/Z4FgXFNawL2
iEImE7R/ePscuo4CS0uHFf+xYONU6d4XnJVi120vPP3GjIRdID4W/ecOYyHMuUW3
hyn7wfQYUeu66e542CJgYnDA9VZ/wFndwIS1nmK/wEztDo97UaZmIuLnoQyeXTTv
oV9BI12R2WyH55fqGTpp2p2wEMExMwxzpQ+L18MsMvM2b6MXMWpZoUXu2Oxsr/YZ
HwVDpieacpiOmYVa1mZyMcyvLhUp7ey8Qj8uLyp+863fmqsXO9Pk+ZvQ+YrpYBLb
RmdcfP6AiONhb3iOrVqFOmAPjpQBYkgS1pdnffkU8sUBNB34mJoR004ZFA==
=JbuT
-----END PGP SIGNATURE-----
--- End Message ---