[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#957326: marked as done (gwc: ftbfs with GCC-10)



Your message dated Sun, 07 Feb 2021 06:48:19 +0000
with message-id <E1l8drn-000Erh-2D@fasolo.debian.org>
and subject line Bug#957326: fixed in gwc 0.22.04-1.1
has caused the Debian Bug report #957326,
regarding gwc: ftbfs with GCC-10
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 owner@bugs.debian.org
immediately.)


-- 
957326: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957326
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:gwc
Version: 0.22.04-1
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/gwc_0.22.04-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
biquad.c: In function ‘filter_dialog’:
biquad.c:343:9: warning: variable ‘dclose’ set but not used [-Wunused-but-set-variable]
  343 |     int dclose = 0 ;
      |         ^~~~~~
gcc tap_reverb_file_io.o tap_reverb.o reverb.o dialog.o gwc.o audio_device.o audio_edit.o audio_util.o gtkled.o gtkledbar.o preferences.o drawing.o amplify.o denoise.o undo.o declick.o sample_block.o decrackle.o stat.o dethunk.o i0.o i1.o chbevl.o markers.o encode.o soundfile.o pinknoise.o biquad.o  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed meschach.a -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lglib-2.0 -lsndfile -lasound  -lfftw3    -lm -o gtk-wave-cleaner
/usr/bin/ld: dialog.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: dialog.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: dialog.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: gwc.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: gwc.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: gwc.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: audio_device.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: audio_device.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: audio_device.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: audio_edit.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: audio_edit.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: audio_edit.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: audio_util.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: audio_util.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: audio_util.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: preferences.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: preferences.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: preferences.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: drawing.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: drawing.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: drawing.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: amplify.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: amplify.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: amplify.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: denoise.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: denoise.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: denoise.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: undo.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: undo.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: undo.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: declick.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: declick.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: declick.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: sample_block.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: sample_block.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: sample_block.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: decrackle.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: decrackle.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: decrackle.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: dethunk.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: dethunk.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: dethunk.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: markers.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: markers.o:./markers.c:42: multiple definition of `file_selector'; gwc.o:./gwc.c:158: first defined here
/usr/bin/ld: markers.o:./markers.c:43: multiple definition of `selected_filename'; gwc.o:./gwc.c:159: first defined here
/usr/bin/ld: markers.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: markers.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: encode.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: encode.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: encode.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: soundfile.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: soundfile.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: soundfile.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: pinknoise.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: pinknoise.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: pinknoise.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
/usr/bin/ld: biquad.o:./gwc.h:193: multiple definition of `main_window'; reverb.o:./gwc.h:193: first defined here
/usr/bin/ld: biquad.o:./gwc.h:189: multiple definition of `CLIPBOARD_FILE'; reverb.o:./gwc.h:189: first defined here
/usr/bin/ld: biquad.o:./gwc.h:188: multiple definition of `tmpdir'; reverb.o:./gwc.h:188: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:735: gwc] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:10: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gwc
Source-Version: 0.22.04-1.1
Done: Adrian Bunk <bunk@debian.org>

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

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated gwc 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 07 Feb 2021 08:35:50 +0200
Source: gwc
Architecture: source
Version: 0.22.04-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 957326
Changes:
 gwc (0.22.04-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add fix from Logan Rosen for FTBFS with gcc 10. (Closes: #957326)
Checksums-Sha1:
 e7d9ac4fbbfeca03c44280ff11b4af35d9a3caa9 1935 gwc_0.22.04-1.1.dsc
 9c545b1d5b33f079b439caf3a089f8f520758113 8084 gwc_0.22.04-1.1.debian.tar.xz
Checksums-Sha256:
 b81c2664d4bd301ddfa61dabe5fd9ae8c314cebf1d49daa37c8a01fbddf20c92 1935 gwc_0.22.04-1.1.dsc
 64211669e917491a33dbccaac6874aa04528ebcafd4abba80f33cf73ad23fa42 8084 gwc_0.22.04-1.1.debian.tar.xz
Files:
 4b5221f817f9192a7eb3c7fceec3769e 1935 sound optional gwc_0.22.04-1.1.dsc
 7eea3dbc11d63a5899a6b79fb9ad8b08 8084 sound optional gwc_0.22.04-1.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAfirMACgkQiNJCh6LY
mLFm/Q//ZGX+iKe0iVuIR3MD+qIdUPsgqG/XnpatrYYU7U5K3meJnUX4YrtXJSTg
VeJHRCh05a73J4pi0qLC6RdBq3UDYsh4yMaP4aPqY4syI5yjZhgCUlnGPjXi5+Q2
91luIwIVHxub/9600iZHb0cneq6j/EvOvyKHULlgEuwOEXAyw4PElqFHlQULTWc1
i8Z9EY7HkSUD04Db4FqJUfcNcT/KUAIrku6uISeIYMRQEBLAVidoJgjZbMcK64+C
33YLMgsaIYE2LRal6BLuUk5Bur76msajPjz4si6q1ouFT/7ld3kbakLhCtwZ/C2o
rzkhKCCpGkBXxN5RtshxTuFBwE1nIZsnsPG3F/a0jkErX7jRO8wdAsL9DwjtBRfd
q9mN1iJHXuV/LPO15FKfqbj7UQm2XYYTxo9HoB27SKkrCNwkPeOt6dJaIEEmu/3c
FpOMFkcvMa3Qr1/6X7GoJvgaAYT4nynXQWeclNQ7cB2Hcdsza2eOh+kouz5+jIyS
F5rv3aF7CBEmW8+aMi865Sb1p3JL0pL3Ii4N8o+4G6poCKonnpyKGzWTIUZiIjYi
NXc9Z3oneR5mt1BDBPJpSZmqqayEvFL3khGJj5CxCP7BQYp8lBM30tHx63Bz/h6J
QPpIuBOXTxnO5dKpKj2ZaJ/XajE77ZKNTB6b34rU9C4Zr4aUV+g=
=OZ1B
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: