Your message dated Sun, 14 Mar 2021 12:33:35 +0000
with message-id <[email protected]>
and subject line Bug#984381: fixed in v4l-utils 1.20.0-3
has caused the Debian Bug report #984381,
regarding v4l-utils: ftbfs with GCC-11
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 [email protected]
immediately.)
--
984381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984381
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:v4l-utils
Version: 1.20.0-2
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye release]
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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/v4l-utils_1.20.0-2_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
from /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:568,
from /usr/include/c++/11/type_traits:38,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgetsglobal.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qspinbox.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QSpinBox:1,
from general-tab.h:26,
from general-tab.cpp:21:
/usr/include/c++/11/tr1/hypergeometric.tcc: In instantiation of ‘_Tp
std::__detail::__hyperg_reflect(_Tp, _Tp, _Tp, _Tp) [with _Tp = long double]’:
/usr/include/c++/11/tr1/hypergeometric.tcc:771:38: required from ‘_Tp
std::__detail::__hyperg(_Tp, _Tp, _Tp, _Tp) [with _Tp = long double]’
/usr/include/c++/11/bits/specfun.h:1355:67: required from here
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:104:1: note: candidate: ‘double
log(double)’
104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
| ^~~~~~~~~~~~~~
In file included from /usr/include/c++/11/cmath:45,
from /usr/include/c++/11/math.h:36,
from general-tab.cpp:32:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:104:1: note: no known
conversion for argument 1 from ‘long double() noexcept’ to ‘double’
104 | __MATHCALL_VEC (log,, (_Mdouble_ __x));
| ^
In file included from /usr/include/c++/11/math.h:36,
from general-tab.cpp:32:
/usr/include/c++/11/cmath:338:3: note: candidate: ‘constexpr float
std::log(float)’
338 | log(float __x)
| ^~~
/usr/include/c++/11/cmath:338:13: note: no known conversion for argument 1
from ‘long double() noexcept’ to ‘float’
338 | log(float __x)
| ~~~~~~^~~
/usr/include/c++/11/cmath:342:3: note: candidate: ‘constexpr long double
std::log(long double)’
342 | log(long double __x)
| ^~~
/usr/include/c++/11/cmath:342:19: note: no known conversion for argument 1
from ‘long double() noexcept’ to ‘long double’
342 | log(long double __x)
| ~~~~~~~~~~~~^~~
In file included from /usr/include/c++/11/bits/specfun.h:53,
from /usr/include/c++/11/cmath:1927,
from /usr/include/c++/11/math.h:36,
from general-tab.cpp:32:
/usr/include/c++/11/tr1/exp_integral.tcc: In instantiation of ‘_Tp
std::__detail::__expint_En_cont_frac(unsigned int, _Tp) [with _Tp = float]’:
/usr/include/c++/11/tr1/exp_integral.tcc:387:37: required from ‘_Tp
std::__detail::__expint_E1(_Tp) [with _Tp = float]’
/usr/include/c++/11/tr1/exp_integral.tcc:359:28: required from ‘_Tp
std::__detail::__expint_Ei(_Tp) [with _Tp = float]’
/usr/include/c++/11/tr1/exp_integral.tcc:523:27: required from ‘_Tp
std::__detail::__expint(_Tp) [with _Tp = float]’
/usr/include/c++/11/bits/specfun.h:845:41: required from here
/usr/include/c++/11/tr1/exp_integral.tcc:207:54: error: cannot convert ‘float
(*)() noexcept’ to ‘const float’ in initialization
207 | const _Tp __fp_min = std::numeric_limits<_Tp>::min();
| ^~~
| |
| float (*)()
noexcept
/usr/include/c++/11/tr1/exp_integral.tcc: In instantiation of ‘_Tp
std::__detail::__expint_En_cont_frac(unsigned int, _Tp) [with _Tp = long
double]’:
/usr/include/c++/11/tr1/exp_integral.tcc:387:37: required from ‘_Tp
std::__detail::__expint_E1(_Tp) [with _Tp = long double]’
/usr/include/c++/11/tr1/exp_integral.tcc:359:28: required from ‘_Tp
std::__detail::__expint_Ei(_Tp) [with _Tp = long double]’
/usr/include/c++/11/tr1/exp_integral.tcc:523:27: required from ‘_Tp
std::__detail::__expint(_Tp) [with _Tp = long double]’
/usr/include/c++/11/bits/specfun.h:855:47: required from here
/usr/include/c++/11/tr1/exp_integral.tcc:207:54: error: cannot convert ‘long
double (*)() noexcept’ to ‘const long double’ in initialization
make[5]: *** [Makefile:750: qv4l2-ctrl-tab.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [Makefile:736: qv4l2-general-tab.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/utils/qv4l2'
make[4]: *** [Makefile:482: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/utils'
make[3]: *** [Makefile:593: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:520: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:21: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: v4l-utils
Source-Version: 1.20.0-3
Done: Gregor Jasny <[email protected]>
We believe that the bug you reported is fixed in the latest version of
v4l-utils, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gregor Jasny <[email protected]> (supplier of updated v4l-utils 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 14 Mar 2021 12:34:56 +0100
Source: v4l-utils
Architecture: source
Version: 1.20.0-3
Distribution: unstable
Urgency: medium
Maintainer: Gregor Jasny <[email protected]>
Changed-By: Gregor Jasny <[email protected]>
Closes: 984381
Changes:
v4l-utils (1.20.0-3) unstable; urgency=medium
.
* Configure Debian Salsa pipeline
* Fix gettext related FTBFS
* Fix GCC 11 FTBFS (Closes: #984381)
* Fix potential format-overflow in media-ctl
Checksums-Sha1:
3f20d41772d689727f05496abf8f087cc045bd3e 3133 v4l-utils_1.20.0-3.dsc
bb5367537bf7b7aa647549fadc66b7d31c697493 21196 v4l-utils_1.20.0-3.debian.tar.xz
c1be4e82c88a806a6738781ffa4bfed3b43568c2 17181
v4l-utils_1.20.0-3_amd64.buildinfo
Checksums-Sha256:
7dbfd641d88d5bb9fb4f6fabbdd4f4e7bbe2ca20eb1337a2e4134ae2013f6665 3133
v4l-utils_1.20.0-3.dsc
bfa74406a1169c7145bb27661166e2f6a103454ad3df7e9e5410f7967b77ce4b 21196
v4l-utils_1.20.0-3.debian.tar.xz
77043d3eae093192a1d4c913289f16b4724d51284238696e8eb487601b5eaac6 17181
v4l-utils_1.20.0-3_amd64.buildinfo
Files:
41b1bba1d5cef30703a0c5b378b1f8e3 3133 video optional v4l-utils_1.20.0-3.dsc
9f969c6695ef632b6bea32c39c8664f2 21196 video optional
v4l-utils_1.20.0-3.debian.tar.xz
affe8fba5649258a2889f4b0b20365ae 17181 video optional
v4l-utils_1.20.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJKBAEBCAA0FiEEBdAWnCbkFZNBgSnfGZpk+t+1AP8FAmBN/hUWHGdqYXNueUBn
b29nbGVtYWlsLmNvbQAKCRAZmmT637UA/5lCEAC3ko/DA0HpSl0msAuxlpgF8G8o
ccQ1nhPpX27lPSUfS1L8nNQAANQ3OqkgtXC+5UBjgO2GQtaqabZOoTwtO4nPNtxV
I3m+1mQ47Suix1DCqgxMMR+1KvNmZ2pAQlgkVjPKP6P6T46bfM+fahIpQa9GiA+U
6An8NYd1ffcbHEJ7elwUATHDQaq1xCUovlEechAhMu//hlmchl/yUcrXwb8ZVNxn
8tqYWzOavdW1mnvM0h9CrFHgcPteKjP3xgtn17ecfNqdehW8mza9KgSVs7ZkTjlx
optiY8JVTm+yes6zVQEbxaPHUVdkisK4MFtcnVIOILucnmiNWKQSGM0Arq8coBAx
dgapQKOFdmQeZITw3yoXwRUGBgPKc5j43XuiVzszu1C7UGVAEaELfa3RPT7BV2Hp
zBX5kaMnQxTsSBiMAzlnuMWOyf+0gDgWgJomuIFGsMNHnhqXm1oAoaKbSChgKMt8
XCLv+hT+BIIJr0QumGA4lvr6QTOPz/gf/47vaADXX4L9Rw4L7p1lZ1zAkIgE6c6/
cqlga01ClNV857jwY7k+keK1okg68pQcYMDiJcVMFJsahP4y+BqyCzB7xFiMrE7k
N9mIuJO7EAyNHDVOy0hODk1OMAFhUGPt7Tlvm76oRQXGG/33CDYhnr2egHVxltLU
Un1bvcS/oyKp3Ue3Vg==
=TYit
-----END PGP SIGNATURE-----
--- End Message ---