Your message dated Thu, 26 Jul 2018 15:33:56 +0000
with message-id <[email protected]>
and subject line Bug#897745: fixed in etl 1.2.1-1
has caused the Debian Bug report #897745,
regarding etl: ftbfs with GCC-8
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.)
--
897745: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897745
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:etl
Version: 1.2.1-0.1
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-8
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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.
The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/etl_1.2.1-0.1_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html
[...]
pen.cpp:113:10: warning: invalid suffix on literal; C++11 requires a space
between literal and string macro [-Wliteral-suffix]
printf("FAILURE! "__FILE__"@%d: iterator_x inconsistency\n",__LINE__);
^
pen.cpp:228:10: warning: invalid suffix on literal; C++11 requires a space
between literal and string macro [-Wliteral-suffix]
printf("Um..... malloc failure on line %d of "__FILE__"...\n",__LINE__);
^
pen.cpp:284:10: warning: invalid suffix on literal; C++11 requires a space
between literal and string macro [-Wliteral-suffix]
printf("FAILURE! "__FILE__"@%d: blur result contained %d bad
values\n",__LINE__,bad_values);
^
In file included from ../ETL/pen:32,
from pen.cpp:31:
../ETL/_pen.h: In member function 'etl::generic_pen<T,
AT>::difference_type::value_type& etl::generic_pen<T,
AT>::difference_type::operator[](int) const':
../ETL/_pen.h:139:51: error: binding reference of type 'etl::generic_pen<T,
AT>::difference_type::value_type&' {aka 'int&'} to 'const value_type' {aka
'const int'} discards qualifiers
value_type &operator[](int i)const { return i?y:x; }
^
pen.cpp: In function 'int generic_pen_test(int, int)':
pen.cpp:47:2: warning: 'template<class> class std::auto_ptr' is deprecated
[-Wdeprecated-declarations]
auto_ptr<float> data(new float[w*h]);
^~~~~~~~
In file included from /usr/include/c++/8/memory:80,
from pen.cpp:29:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
pen.cpp: In function 'int box_blur_test()':
pen.cpp:224:2: warning: 'template<class> class std::auto_ptr' is deprecated
[-Wdeprecated-declarations]
auto_ptr<boxblur_float> data(new boxblur_float[w*h]);
^~~~~~~~
In file included from /usr/include/c++/8/memory:80,
from pen.cpp:29:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
pen.cpp:225:2: warning: 'template<class> class std::auto_ptr' is deprecated
[-Wdeprecated-declarations]
auto_ptr<boxblur_float> data2(new boxblur_float[w*h]);
^~~~~~~~
In file included from /usr/include/c++/8/memory:80,
from pen.cpp:29:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
make[3]: *** [Makefile:683: pen.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[2]: *** [Makefile:1022: check-am] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[1]: *** [Makefile:511: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j1 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:7: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: etl
Source-Version: 1.2.1-1
We believe that the bug you reported is fixed in the latest version of
etl, 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.
Dmitry Smirnov <[email protected]> (supplier of updated etl 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: Fri, 27 Jul 2018 01:13:18 +1000
Source: etl
Binary: etl-dev
Architecture: source amd64
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers
<[email protected]>
Changed-By: Dmitry Smirnov <[email protected]>
Description:
etl-dev - Extended Class and Template Library
Closes: 897745
Changes:
etl (1.2.1-1) unstable; urgency=medium
.
* New patch to fix FTBFS with GCC8 (Closes: #897745)
Thanks, Philip Chung.
* debhelper & compat to version 11.
* Standards-Version: 4.1.5.
* Vcs URLs to Salsa.
Checksums-Sha1:
c37471b89cac1aab47dfc1900609fc9998a77f06 1875 etl_1.2.1-1.dsc
c5428cfc3bb162c8a4890c653c24957d10cddb15 4524 etl_1.2.1-1.debian.tar.xz
cae28d390e4cc2ef2c59266bf5339febe99ca631 123676 etl-dev_1.2.1-1_amd64.deb
2dcf6fef64ff80c4dc3618bd4a8790f76a0d7f63 5540 etl_1.2.1-1_amd64.buildinfo
Checksums-Sha256:
b1541e3c4b78eac79b84ba1e05225d2a0c0700702266f8944bb7ebb49f637441 1875
etl_1.2.1-1.dsc
de6c6b2c6ea3aebdc9eafa05ca3aba68beee4590504103e429a36f2c96f398b0 4524
etl_1.2.1-1.debian.tar.xz
d5e1d8f4f0a51abd3a755d79b668dc792175ab4a82d82177f9fb853eca52ffe8 123676
etl-dev_1.2.1-1_amd64.deb
3d6e2c80959fc5065a1dba864675c795d79f8fe059b89e7a82192b43cc43153e 5540
etl_1.2.1-1_amd64.buildinfo
Files:
07ce26a406634e82b81c44e659672484 1875 libdevel optional etl_1.2.1-1.dsc
fbd20efa1fd2ee3daadaa141266decd6 4524 libdevel optional
etl_1.2.1-1.debian.tar.xz
e334fa14446b4c45a8b4576b897a0b78 123676 libdevel optional
etl-dev_1.2.1-1_amd64.deb
7cef99e0b4c7fc43139b67b95884a83c 5540 libdevel optional
etl_1.2.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAltZ5cAACgkQUra72VOW
jRu5Cw/+J8DSN/NnGDJzTfbCfA4MrHVWdISiTs4B3aIYN4yH0VKgkfGmDrzJoTnV
UVZMSgBOJgccDc778XLo2mNwPOVMEBkp1QsqX2eCSy3JriP8jZ0TYiafjHM+1uaX
ALrU11Qj41lst85wglNJZWWkUW5CCVsUqkhzt5ecWiXG9yue6S2dININi/1FFeTS
PcTqKEJNJNSBg3vbNsWVpzXbYr7eSi7tcIQyG52wXg+xszsepXHrL9wX7XLd7QvD
P+s2K97qgp2Ur79nFJQjCO8pJ3zIvhoWx89IDx4QWhb+qz3nnsjt5DGBLep2+YOD
a45pI7733PG44HMXeupNJoYuK6XBM3eqAWksYoZdpNAk9rzieBIoJoM2fUpF3n/R
R9ssIRdPLztdldPzIvcXDtThMP+/FL/izcY+5Q6MnZnTjHz7JHm360yD3/Dc1z2M
1SZFIlBICCsUx1wJuqsXrVSjW05MV7qhXXUeY9Rel3+LgyJKr8LlrC7js0RS2Oiz
4GlgG9G0HBy4BzckcSvntHB4jFkSZF10HHgp/GtnGmP0Fp87ojZNG3PWPKje/BGa
+35t7mVuLgcl9mNo18lsl7GPHezjMq5acj3r6jOCNWVTNxHG6N0r5NdtxHTj6tSU
RLGCqeTFMYMKPMaprqr0dFqEJQBBsBpOym/uMIiWX87RTw9HRU4=
=u2e/
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers