Your message dated Sat, 04 Aug 2018 08:46:43 +0000
with message-id <e1flscx-000iiz...@fasolo.debian.org>
and subject line Bug#897889: fixed in x42-plugins 20180803-1
has caused the Debian Bug report #897889,
regarding x42-plugins: 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 ow...@bugs.debian.org
immediately.)


-- 
897889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:x42-plugins
Version: 20170428-1.1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
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/x42-plugins_20170428-1.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

[...]
src/spectr.c:33:26: note: or use 'j' instead of 'i' for the GNU built-in suffix
 # define _I ((complex_t)(1i))
                          ^~
src/spectr.c:149:61: note: in expansion of macro '_I'
   const complex_t u1 = ab_2 + creal( v) + ab_2 * creal(c) + _I * (cimag( v) + 
ab_2 * cimag(c));
                                                             ^~
src/spectr.c:33:26: error: unable to find numeric literal operator 'operator""i'
 # define _I ((complex_t)(1i))
                          ^~
src/spectr.c:175:8: note: in expansion of macro '_I'
      + _I * ((fb->f[i].W[b1] * sin_w) + sin_w2);
        ^~
src/spectr.c:33:26: note: add 'using namespace std::complex_literals' (from 
<complex>) to enable the C++14 user-defined literal suffixes
 # define _I ((complex_t)(1i))
                          ^~
src/spectr.c:175:8: note: in expansion of macro '_I'
      + _I * ((fb->f[i].W[b1] * sin_w) + sin_w2);
        ^~
src/spectr.c:33:26: note: or use 'j' instead of 'i' for the GNU built-in suffix
 # define _I ((complex_t)(1i))
                          ^~
src/spectr.c:175:8: note: in expansion of macro '_I'
      + _I * ((fb->f[i].W[b1] * sin_w) + sin_w2);
        ^~
src/spectr.c:33:26: error: unable to find numeric literal operator 'operator""i'
 # define _I ((complex_t)(1i))
                          ^~
src/spectr.c:177:8: note: in expansion of macro '_I'
      + _I * ((fb->f[i].W[a1] * sin_w) + fb->f[i].W[a2] * sin_w2);
        ^~
src/spectr.c:33:26: note: add 'using namespace std::complex_literals' (from 
<complex>) to enable the C++14 user-defined literal suffixes
 # define _I ((complex_t)(1i))
                          ^~
src/spectr.c:177:8: note: in expansion of macro '_I'
      + _I * ((fb->f[i].W[a1] * sin_w) + fb->f[i].W[a2] * sin_w2);
        ^~
src/spectr.c:33:26: note: or use 'j' instead of 'i' for the GNU built-in suffix
 # define _I ((complex_t)(1i))
                          ^~
src/spectr.c:177:8: note: in expansion of macro '_I'
      + _I * ((fb->f[i].W[a1] * sin_w) + fb->f[i].W[a2] * sin_w2);
        ^~
make[3]: *** [../robtk/robtk.mk:123: x42/x42-tuna-collection] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tuna.lv2'
make[2]: *** [Makefile:17: tuna.lv2] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:20: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: x42-plugins
Source-Version: 20180803-1

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

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated x42-plugins 
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, 04 Aug 2018 10:04:43 +0200
Source: x42-plugins
Binary: x42-plugins
Architecture: source
Version: 20180803-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description:
 x42-plugins - Collection of LV2 plugins
Closes: 897889
Changes:
 x42-plugins (20180803-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/control: Set Vcs-* to salsa.debian.org
   * d/changelog: Remove trailing whitespaces
 .
   [ Felipe Sateler ]
   * Change maintainer address to debian-multime...@lists.debian.org
 .
   [ Sebastian Ramacher ]
   * New upstream release.
     - Fix FTBFS with GCC 8. (Closes: #897889)
   * debian/patches: Remove, fixed upstream.
   * debian/: Bump debhelper compat to 11.
   * debian/rules:
     - Simplify
     - Disable strip.
     - Enable all hardening options
   * debian/copyright: Update copyright info.
Checksums-Sha1:
 db065e09ba6f8a9482f26e38e292c7ece512e167 2272 x42-plugins_20180803-1.dsc
 3d6fe0c1bf584d9f62a06a7a359898b172fd6858 6899940 
x42-plugins_20180803.orig.tar.xz
 e783de39e312919a514495cb73ddd2ba0c2cfeae 4352 
x42-plugins_20180803-1.debian.tar.xz
Checksums-Sha256:
 e30e7896a1822da98b319e586f9b916d20a3fefd4ed1d9733a34dc88c97d1dda 2272 
x42-plugins_20180803-1.dsc
 3a3eb80f328d137f6f2b5c7d5e53ffcdb2018cad7029ed59ddfe2f36ed36f7ec 6899940 
x42-plugins_20180803.orig.tar.xz
 770ff3383c5bc21a896fcba6ecaedd283c86638d71f255b1f99d772998a7b522 4352 
x42-plugins_20180803-1.debian.tar.xz
Files:
 5df035c441f69702413620967ef17af8 2272 sound optional x42-plugins_20180803-1.dsc
 de0cc468fc7d693af75bd34ec6a6c606 6899940 sound optional 
x42-plugins_20180803.orig.tar.xz
 3afac30c607e58928caaff0c38f070a6 4352 sound optional 
x42-plugins_20180803-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAltlXocACgkQafL8UW6n
GZPT/Q//cl5xZ9dXUUlfXilgslohuiQK8CvV8EV+cixfpD9+AEae23QRutqcRMEZ
oZ66YFQd7Nk73Q7P7Q2/LSX+XRFBZUwGMDufbeAgZSvHcUxjHVbhKmIgbb9v1YnV
Dm7P7CtwzpQlu94CcpNOG0+0Yw83HsZH1+quQIqYLGtIfPmilyft8ciyvfO9Vufw
LgA4tmHYdiVKg5FXOa5krqHXhNnCLCGBjeGQ2ib2um5nJBrmOPRtaG6ho4+3QvpA
2PGQLAqFVmQUkrYFz7PsT/7GSrGe9QqyFvxDbadLYfgsQtDLm0njZzs14LTVdeQz
0h718JjEgEi+ByD4Pj64a+JN22kIlL22yu5//+aojKiKyZydFqza8NxCVg8dfMmd
mWQvpfcWeNqOYmZ4b8heceZhFStN0yiaxkK7WPBt65hcEOzAnoBAXqIlYHHZVI02
x486oNUZ1OBdkPEoArEVH8/JxAInMUxiaBs8HIq4ZR0RtEFf6DefHKvuhKJCaAZd
+YnJ3rNeEecQ5peCScyNhvc6j3hceBXWZllYRjpWGUoobojZjO3Sh6K8UNCq6BbU
Ah/T8adLbcooKnVuNRAOOJ18Wrc8WZmcp8upmVsHnhk91i+g4pbvSjTWd87p2gyx
lyCk3b9Gy/JKw3nscVqZOE99bkKRleHDC/SpVfBxgCQ6opt0Pas=
=64UO
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to