Your message dated Tue, 21 Dec 2021 14:33:33 +0000
with message-id <e1mzgcr-000f4v...@fasolo.debian.org>
and subject line Bug#984005: fixed in cava-alsa 0.7.4-1
has caused the Debian Bug report #984005,
regarding cava-alsa: 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 ow...@bugs.debian.org
immediately.)


-- 
984005: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984005
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cava-alsa
Version: 0.7.3-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
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/cava-alsa_0.7.3-1_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.

[...]
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking for snd_pcm_open in -lasound... yes
checking for pa_simple_new in -lpulse-simple... yes
checking for Pa_Initialize in -lportaudio... no
configure: WARNING: No portaudio dev files found building without portaudio 
support
checking for sio_open in -lsndio... no
configure: WARNING: No sndio dev files found building without sndio support
checking for sqrt in -lm... yes
checking for fftw_execute in -lfftw3... yes
checking for ncursesw6-config... /usr/bin/ncursesw6-config
checking for initscr in -lncursesw... yes
checking for initscr in -lncursesw... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for library containing iniparser_load... -liniparser
checking iniparser.h usability... yes
checking iniparser.h presence... yes
checking for iniparser.h... yes
configure: Using installed iniparser
iniparser > 3.2 test OK
configure: Checking OS
configure: Linux detected
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DPACKAGE_NAME=\"cava\" -DPACKAGE_TARNAME=\"cava\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"cava\ \" -DPACKAGE_BUGREPORT=\"k...@stavestrand.no\" 
-DPACKAGE_URL=\"\" -DPACKAGE=\"cava\" -DVERSION=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_H=1 
-DHAVE_CURSES_H=1 -DHAVE_INIPARSER_H=1 -I.  -DPACKAGE=\"cava\" -DVERSION=\"\" 
-D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE_EXTENDED  
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/iniparser -DNDEBUG 
-DHAVE_ALLOCA_H -DALSA -DPULSE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNCURSES 
-std=c99 -Wall -Werror -Wextra -Wno-unused-result -Wno-unknown-warning-option 
-Wno-maybe-uninitialized  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o cava-cava.o 
`test -f 'cava.c' || echo './'`ca
 va.c
gcc -DPACKAGE_NAME=\"cava\" -DPACKAGE_TARNAME=\"cava\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"cava\ \" -DPACKAGE_BUGREPORT=\"k...@stavestrand.no\" 
-DPACKAGE_URL=\"\" -DPACKAGE=\"cava\" -DVERSION=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_H=1 
-DHAVE_CURSES_H=1 -DHAVE_INIPARSER_H=1 -I.  -DPACKAGE=\"cava\" -DVERSION=\"\" 
-D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE_EXTENDED  
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/iniparser -DNDEBUG 
-DHAVE_ALLOCA_H -DALSA -DPULSE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNCURSES 
-std=c99 -Wall -Werror -Wextra -Wno-unused-result -Wno-unknown-warning-option 
-Wno-maybe-uninitialized  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o cava-config.o 
`test -f 'config.c' || echo './
 '`config.c
gcc -DPACKAGE_NAME=\"cava\" -DPACKAGE_TARNAME=\"cava\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"cava\ \" -DPACKAGE_BUGREPORT=\"k...@stavestrand.no\" 
-DPACKAGE_URL=\"\" -DPACKAGE=\"cava\" -DVERSION=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_H=1 
-DHAVE_CURSES_H=1 -DHAVE_INIPARSER_H=1 -I.  -DPACKAGE=\"cava\" -DVERSION=\"\" 
-D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE_EXTENDED  
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/iniparser -DNDEBUG 
-DHAVE_ALLOCA_H -DALSA -DPULSE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNCURSES 
-std=c99 -Wall -Werror -Wextra -Wno-unused-result -Wno-unknown-warning-option 
-Wno-maybe-uninitialized  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
input/cava-alsa.o `test -f 'input/alsa.c' || 
 echo './'`input/alsa.c
gcc -DPACKAGE_NAME=\"cava\" -DPACKAGE_TARNAME=\"cava\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"cava\ \" -DPACKAGE_BUGREPORT=\"k...@stavestrand.no\" 
-DPACKAGE_URL=\"\" -DPACKAGE=\"cava\" -DVERSION=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_H=1 
-DHAVE_CURSES_H=1 -DHAVE_INIPARSER_H=1 -I.  -DPACKAGE=\"cava\" -DVERSION=\"\" 
-D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE_EXTENDED  
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/iniparser -DNDEBUG 
-DHAVE_ALLOCA_H -DALSA -DPULSE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNCURSES 
-std=c99 -Wall -Werror -Wextra -Wno-unused-result -Wno-unknown-warning-option 
-Wno-maybe-uninitialized  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
input/cava-pulse.o `test -f 'input/pulse.c' |
 | echo './'`input/pulse.c
gcc -DPACKAGE_NAME=\"cava\" -DPACKAGE_TARNAME=\"cava\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"cava\ \" -DPACKAGE_BUGREPORT=\"k...@stavestrand.no\" 
-DPACKAGE_URL=\"\" -DPACKAGE=\"cava\" -DVERSION=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_H=1 
-DHAVE_CURSES_H=1 -DHAVE_INIPARSER_H=1 -I.  -DPACKAGE=\"cava\" -DVERSION=\"\" 
-D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE_EXTENDED  
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/iniparser -DNDEBUG 
-DHAVE_ALLOCA_H -DALSA -DPULSE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNCURSES 
-std=c99 -Wall -Werror -Wextra -Wno-unused-result -Wno-unknown-warning-option 
-Wno-maybe-uninitialized  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
output/cava-terminal_ncurses.o `test -f 'outp
 ut/terminal_ncurses.c' || echo './'`output/terminal_ncurses.c
output/terminal_ncurses.c:196:31: error: argument 9 of type ‘int[200]’ with 
mismatched bound [-Werror=array-parameter=]
  196 |                           int previous_frame[200], int gradient, int 
x_axis_info) {
      |                           ~~~~^~~~~~~~~~~~~~~~~~~
In file included from output/terminal_ncurses.c:1:
./output/terminal_ncurses.h:7:31: note: previously declared as ‘int[256]’
    7 |                           int previous_frame[256], int gradient, int 
x_axis_info);
      |                           ~~~~^~~~~~~~~~~~~~~~~~~
gcc -DPACKAGE_NAME=\"cava\" -DPACKAGE_TARNAME=\"cava\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"cava\ \" -DPACKAGE_BUGREPORT=\"k...@stavestrand.no\" 
-DPACKAGE_URL=\"\" -DPACKAGE=\"cava\" -DVERSION=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD_H=1 
-DHAVE_CURSES_H=1 -DHAVE_INIPARSER_H=1 -I.  -DPACKAGE=\"cava\" -DVERSION=\"\" 
-D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE_EXTENDED  
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/iniparser -DNDEBUG 
-DHAVE_ALLOCA_H -DALSA -DPULSE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNCURSES 
-std=c99 -Wall -Werror -Wextra -Wno-unused-result -Wno-unknown-warning-option 
-Wno-maybe-uninitialized  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
input/cava-common.o `test -f 'input/common.c'
  || echo './'`input/common.c
input/common.c:21:57: error: argument 2 of type ‘int16_t[(int)frames * 2]’ {aka 
‘short int[(int)frames * 2]’} declared with mismatched bound ‘(int) frames * 2’ 
[-Werror=vla-parameter]
   21 | int write_to_fftw_input_buffers(int16_t frames, int16_t buf[frames * 
2], void *data) {
      |                                                 ~~~~~~~~^~~~~~~~~~~~~~~
In file included from input/common.c:1:
./input/common.h:42:57: note: previously declared as ‘int16_t[(int)frames * 2]’ 
{aka ‘short int[(int)frames * 2]’} with bound ‘(int) frames * 2’
   42 | int write_to_fftw_input_buffers(int16_t frames, int16_t buf[frames * 
2], void *data);
      |                                                 ~~~~~~~~^~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ may 
have been intended to silence earlier diagnostics
cc1: all warnings being treated as errors
make[2]: *** [Makefile:650: input/cava-common.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ may 
have been intended to silence earlier diagnostics
cc1: all warnings being treated as errors
make[2]: *** [Makefile:776: output/cava-terminal_ncurses.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:822: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: cava-alsa
Source-Version: 0.7.4-1
Done: Gard Spreemann <g...@nonempty.org>

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

Debian distribution maintenance software
pp.
Gard Spreemann <g...@nonempty.org> (supplier of updated cava-alsa 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: Tue, 21 Dec 2021 14:51:21 +0100
Source: cava-alsa
Architecture: source
Version: 0.7.4-1
Distribution: unstable
Urgency: medium
Maintainer: Lasse Flygenring-Harrsen <la...@flygenring-harrsen.com>
Changed-By: Gard Spreemann <g...@nonempty.org>
Closes: 984005
Changes:
 cava-alsa (0.7.4-1) unstable; urgency=medium
 .
   * New upstream version. (Closes: #984005)
   * Add myself to uploaders.
Checksums-Sha1:
 e4dc720cf9ccee435d2992b0a3a22f4869ffb464 2042 cava-alsa_0.7.4-1.dsc
 d65c609c487ece987e2745435045077927d20691 101847 cava-alsa_0.7.4.orig.tar.gz
 300aae76166b6571e408eb327d914f51baef167e 3316 cava-alsa_0.7.4-1.debian.tar.xz
 ed9fe26863354066322d5b8e6ba729ae5300a795 8245 
cava-alsa_0.7.4-1_source.buildinfo
Checksums-Sha256:
 655e94115bd4c36cdf3ac61cada017f23bfe151a25e546d868dde68a02e7c319 2042 
cava-alsa_0.7.4-1.dsc
 fefd3cc04d41b03ca416630cafadbfda6c75e2ca0869da1f03963dcb13e1ecb7 101847 
cava-alsa_0.7.4.orig.tar.gz
 07877740e9f6ffeaa5cd9b370474f0b5ab32c449a231d0100acbc7723142b127 3316 
cava-alsa_0.7.4-1.debian.tar.xz
 0b04ec4845fa3c1f1a9751baec5d0930c2c91f78d23371055d27d1bf1e21f73d 8245 
cava-alsa_0.7.4-1_source.buildinfo
Files:
 de7083ef96d4d5daca6bbdfd8421b7ec 2042 sound optional cava-alsa_0.7.4-1.dsc
 1a5ba6f6fca8591c13be6b5dad427872 101847 sound optional 
cava-alsa_0.7.4.orig.tar.gz
 c8c18c8c745dc6ec1deece950fa2c239 3316 sound optional 
cava-alsa_0.7.4-1.debian.tar.xz
 969d19e7965e722081387e3490e3c12d 8245 sound optional 
cava-alsa_0.7.4-1_source.buildinfo

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

iQJGBAEBCgAwFiEEz8XvhRCFHnNVtV6AnRFYKv1UjPoFAmHB4OcSHGdzcHJAbm9u
ZW1wdHkub3JnAAoJEJ0RWCr9VIz6ZnoP/2K39l8B/CYaTwUPOUayL0M6NickeLRZ
3tB+L4oPUTgCTDRp1UrmDQ4ieOfVdH26+G2zC20ndmW6MviJM5b1L45pqcqcL9Ew
hOrU5uhaJMJjH5kDGw/t9CO7Qpko0oIbOjuVsm1tQcjukUk67KlC93PQ3drjG9T8
GhpcLyT8hBnwrXj0ZIZ13j92iqJAKddEY8IDQ/hoL7rLiqMDL13L9e4Y29By9HUf
qENR+vjlUNT/JQV+wW2yBoHO+Weu6aljA26GZjv3k222uY26oI9wuUL5tbr4QH6s
55wl2j56BMszig9ofVmjaeMvjBWvhIOxnQB7wPl10bflDfrRCOte2Axm4mNspX8O
gknfrdZqeisl0H0tEKtMsjaPvFfWfiAeRiqfZ/rItEZR7mkfTQdQKiqAPB49J0xY
jaeDAtIxYmOB1AGGh9oF3D9EZKWS3SMv63NDWxbht5967KwWZhp25U++uNW9bFac
JglMkr13wuX8cRM6Uh4kjpu16vQXkpcjrHEyg+nMH75RoTK+ftotcrpx/zyz1jHh
FXMu5XskmWbaBKJ2O/sPmo5l2q3zQJdi7lijvu81ZMbGqJKyQ+flOsWgQp5Gv4D+
LyWNBLYDzH2CQxnLUBREUJS6SHIL2ESYwdIp9zw8gnA0RYKXDOutWdpV8Dv3vJLm
YM9pV/PL8gGK
=3Btg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to