Your message dated Wed, 04 Jan 2023 14:39:22 +0000
with message-id <e1pd4vk-0033zb...@fasolo.debian.org>
and subject line Bug#1011683: fixed in freewheeling 0.6.6-1
has caused the Debian Bug report #1011683,
regarding freewheeling: FTBFS: fweelin_fluidsynth.cc:90:72: error: ‘FALSE’ was 
not declared in this scope
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.)


-- 
1011683: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011683
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freewheeling
Version: 0.6.4-1.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> g++ -DPACKAGE_NAME=\"fweelin\" -DPACKAGE_TARNAME=\"fweelin\" 
> -DPACKAGE_VERSION=\"0.6.4\" -DPACKAGE_STRING=\"fweelin\ 0.6.4\" 
> -DPACKAGE_BUGREPORT=\"https://github.com/free-wheeling/freewheeling/issues\"; 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"fweelin\" -DVERSION=\"0.6.4\" 
> -DHAVE_LIBNETTLE=1 -DHAVE_LIBDL=1 -DHAVE_LIBFREETYPE=1 -DHAVE_LIBSDL_GFX=1 
> -DCAPITAL_FILLED_PIE=1 -DHAVE_LIBSDL_TTF=1 -DHAVE_LIBSDL=1 -DHAVE_LIBLO=1 
> -DHAVE_LIBXML2=1 -DHAVE_LIBM=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBASOUND=1 
> -DHAVE_LIBJACK=1 -DUSE_FLUIDSYNTH=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 
> -DHAVE_LIBVORBISENC=1 -DHAVE_LIBOGG=1 -DHAVE_LIBSNDFILE=1 -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_TIME_H=1 
> -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIME_H=1 -DTIME_WITH_SYS_TIME=1 
> -DHAVE__BOOL=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 
> -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_MALLOC=1 -DHAVE_ATEXIT=1 
> -DHAVE_DUP2=1 -DHAVE_FLOOR=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMSET=1 
> -DHAVE_POW=1 -DHAVE_REALPATH=1 -DHAVE_SELECT=1 -DHAVE_SQRT=1 
> -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRRCHR=1 
> -DHAVE_STRTOL=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -I. -g -Wall 
> -Wno-write-strings -D_REENTRANT -DPTHREADS -DNDEBUG -DVERSION=\"0.6.4\" 
> -DFWEELIN_DATADIR=\"/usr/share/fweelin\" -DADDON_DIR=\"/usr/local/lib/jack\" 
> -I/usr/include/freetype2 -I/usr/include/libxml2 -funroll-loops 
> -finline-functions -fomit-frame-pointer -ffast-math -fexpensive-optimizations 
> -fstrict-aliasing -falign-loops=2 -falign-jumps=2 -falign-functions=2 -O9 
> -Wno-non-virtual-dtor -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c -o 
> elastin/elastin.o elastin/elastin.cc
> In file included from fweelin_block.h:34,
>                  from fweelin_config.h:27,
>                  from fweelin_core_dsp.cc:37:
> elastin/elastin.h: In member function ‘float Elastin::Correlate(el_nframes_t, 
> el_nframes_t, el_nframes_t)’:
> elastin/elastin.h:309:20: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   309 |     register float cor = 0.0;
>       |                    ^~~
> elastin/elastin.h:310:18: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   310 |     register int numch = d->numch;
>       |                  ^~~~~
> elastin/elastin.h:311:23: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   311 |     for (register int i = 0; i < numch; i++) {
>       |                       ^
> elastin/elastin.h:312:29: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   312 |       register el_sample_t *t1 = &(sbufs[i][idx1]),
>       |                             ^~
> elastin/elastin.h:313:10: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   313 |         *t2 = &(sbufs[i][idx2]);
>       |          ^~
> elastin/elastin.h:314:34: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   314 |       for (register el_nframes_t j = 0; j < cnt; j++, t1++, t2++)
>       |                                  ^
> In file included from elastin/elastin.cc:61:
> elastin/elastin.h: In member function ‘float Elastin::Correlate(el_nframes_t, 
> el_nframes_t, el_nframes_t)’:
> elastin/elastin.h:309:20: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   309 |     register float cor = 0.0;
>       |                    ^~~
> elastin/elastin.h:310:18: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   310 |     register int numch = d->numch;
>       |                  ^~~~~
> elastin/elastin.h:311:23: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   311 |     for (register int i = 0; i < numch; i++) {
>       |                       ^
> elastin/elastin.h:312:29: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   312 |       register el_sample_t *t1 = &(sbufs[i][idx1]),
>       |                             ^~
> elastin/elastin.h:313:10: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   313 |         *t2 = &(sbufs[i][idx2]);
>       |          ^~
> elastin/elastin.h:314:34: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   314 |       for (register el_nframes_t j = 0; j < cnt; j++, t1++, t2++)
>       |                                  ^
> elastin/elastin.cc: In member function ‘el_sample_t 
> Elastin::Analyze_GetAmpEnv(el_nframes_t, el_nframes_t)’:
> elastin/elastin.cc:387:24: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   387 |   register el_sample_t amp = 0.0;
>       |                        ^~~
> elastin/elastin.cc:389:27: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   389 |     register el_sample_t *sbuf = sbufs[i];
>       |                           ^~~~
> elastin/elastin.cc:390:32: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   390 |     for (register el_nframes_t n = idx1; n < idx2; n++)
>       |                                ^
> elastin/elastin.cc: In member function ‘el_nframes_t 
> Elastin::Synthesize_RT(el_sample_t**, el_sample_t**, el_nframes_t, char, 
> el_nframes_t)’:
> elastin/elastin.cc:692:19: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   692 |   register double tb_pos = tempbuf_pos; // *** Can use float?
>       |                   ^~~~~~
> elastin/elastin.cc: In member function ‘el_nframes_t 
> Elastin::Synthesize_TS(el_sample_t**, el_nframes_t)’:
> elastin/elastin.cc:775:35: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   775 |             register el_sample_t *bb = &(bufs[ch][bufidx]),
>       |                                   ^~
> elastin/elastin.cc:776:16: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   776 |               *sb1 = &(sbufs[ch][fadepos1]),
>       |                ^~~
> elastin/elastin.cc:777:16: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   777 |               *sb2 = &(sbufs[ch][fadepos2]);
>       |                ^~~
> In file included from fweelin_block.h:34,
>                  from fweelin_event.h:231,
>                  from fweelin_midiio.h:29,
>                  from fweelin_core.h:35,
>                  from fweelin_core_dsp.h:24,
>                  from fweelin_fluidsynth.h:26,
>                  from fweelin_fluidsynth.cc:35:
> elastin/elastin.h: In member function ‘float Elastin::Correlate(el_nframes_t, 
> el_nframes_t, el_nframes_t)’:
> elastin/elastin.h:309:20: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   309 |     register float cor = 0.0;
>       |                    ^~~
> elastin/elastin.h:310:18: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   310 |     register int numch = d->numch;
>       |                  ^~~~~
> elastin/elastin.h:311:23: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   311 |     for (register int i = 0; i < numch; i++) {
>       |                       ^
> elastin/elastin.h:312:29: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   312 |       register el_sample_t *t1 = &(sbufs[i][idx1]),
>       |                             ^~
> elastin/elastin.h:313:10: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   313 |         *t2 = &(sbufs[i][idx2]);
>       |          ^~
> elastin/elastin.h:314:34: warning: ISO C++17 does not allow ‘register’ 
> storage class specifier [-Wregister]
>   314 |       for (register el_nframes_t j = 0; j < cnt; j++, t1++, t2++)
>       |                                  ^
> fweelin_fluidsynth.cc: In constructor 
> ‘FluidSynthProcessor::FluidSynthProcessor(Fweelin*, char)’:
> fweelin_fluidsynth.cc:90:72: error: ‘FALSE’ was not declared in this scope
>    90 |     fluid_synth_activate_octave_tuning(synth, 0, 0, "DETUNE", 
> pitches, FALSE);
>       |                                                                       
>  ^~~~~
> make[2]: *** [Makefile:475: fweelin_fluidsynth.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/05/25/freewheeling_0.6.4-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: freewheeling
Source-Version: 0.6.6-1
Done: Dennis Braun <s...@debian.org>

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

Debian distribution maintenance software
pp.
Dennis Braun <s...@debian.org> (supplier of updated freewheeling 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: Wed, 04 Jan 2023 14:55:04 +0100
Source: freewheeling
Architecture: source
Version: 0.6.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: Dennis Braun <s...@debian.org>
Closes: 981633 998278 1011683
Changes:
 freewheeling (0.6.6-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/changelog: Remove trailing whitespaces
   * Use debhelper-compat instead of debian/compat
 .
   [ Olivier Humbert ]
   * Adds a French menu item comment
 .
   [ Debian Janitor ]
   * Remove patches 024_fixbounds.diff that are
     missing from debian/patches/series.
   * Set upstream metadata fields: Bug-Database, Bug-Submit (from
     ./configure), Repository, Repository-Browse.
   * Drop unnecessary dependency on dh-autoreconf.
 .
   [ Dennis Braun ]
   * New upstream version 0.6.6
     + Fix FTBFS (Closes: #1011683)
   * Switch dependency from ttf-bitstream-vera to fonts-dejavu-core
     (Closes: #998278)
   * Update patchset and format patches with gbp pq
   * Apply wrap-and-sort -ast
   * d/control:
     + Change Maintainer to Debian Multimedia Maintainers. (Closes: #981633)
     + Add me as uploader
     + Bump dh-compat to 13
     + Bump Standards-Version to 4.6.2
     + Replace libgnutls-openssl-dev with nettle-dev
     + Prefer libjack-dev over libjack-jackd2-dev
     + Use https protocol for homepage
     + Set RRR: no
   * d/copyright: Format file and add myself
   * Remove the obsolete d/dirs file
   * d/rules: Add hardening
   * Add salsa ci config
Checksums-Sha1:
 c2a354776655bb9db7ef8adc494c40f52adaa367 2209 freewheeling_0.6.6-1.dsc
 09de6112d9db9bcf7544df243fa47e1a49edee3b 609378 freewheeling_0.6.6.orig.tar.gz
 3a9fb1eec84d1598e2941dcee30761bb1211bdbd 14544 
freewheeling_0.6.6-1.debian.tar.xz
 148f3744337cc5c11de1a5460d9e951c1ccf7fd8 7120 
freewheeling_0.6.6-1_source.buildinfo
Checksums-Sha256:
 15eb7624cf243f173483d67dafd3dd252e4a890029f4347a4713b3d0e2738a3e 2209 
freewheeling_0.6.6-1.dsc
 e951a1acc6c248d0805135157552f2d0b9f5c1bf657d9bc53dd9d5702f84a0d4 609378 
freewheeling_0.6.6.orig.tar.gz
 61dee9b5ceedb41bda5647d271b6b90723731309fbab02676dbb85a4837365b7 14544 
freewheeling_0.6.6-1.debian.tar.xz
 13650ff61f7d421d13d498a980a3efa9ef94fb298846ade5013bcd2549fc48c9 7120 
freewheeling_0.6.6-1_source.buildinfo
Files:
 90466cc33a6aea5ea6408d8aac1b0af3 2209 sound optional freewheeling_0.6.6-1.dsc
 23357b13be0ab2fc3e1c3fc7672750c3 609378 sound optional 
freewheeling_0.6.6.orig.tar.gz
 0faa92f155b25201a8e93f63710a49fd 14544 sound optional 
freewheeling_0.6.6-1.debian.tar.xz
 7e1371dc3b46a053ebaa91a425f96ab4 7120 sound optional 
freewheeling_0.6.6-1_source.buildinfo

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

iQJDBAEBCgAtFiEEPLfDAq+1fmGoxhfdY06lXZArmDYFAmO1hV0PHHNuZEBkZWJp
YW4ub3JnAAoJEGNOpV2QK5g29bsQALKTEEDlFOq4C7e2I6QwnKOLtARhEPwmNWkr
YUhsvNDRzKaj6eQ3xEmkORhi7KWsN8s9VosRQnSTXL4I1lPMB84HCzhmT8/621YG
Wt19ZrM4hJUusCOQCHH9Z/mJUXPUkM1TzGPyl9pLjXXwzzNkNN2Bkv2nMBU4aj7f
Lh/FwiHkFNvJYDwdU5f1s9/93hCRJtTbEFUTrYyWQkKDoJNbakmyt3FUK/j0Hy9f
8DbM4nZMCPLI12hqq26HzInEZcGSIxZ7AqqHVpeMTDY5aHBUba0q8TRmG/ov3Hc6
zZnjtrXdt6HemY6dLcSlNCQcZThaSMtcCUfK9NXyNDiXjGffMiR+GpRsBQvSFIKy
9PdQkM3sasnsChm5lUDXXz6kPQxgEsOSVOxpDZjAVLuSbaVcXlx26Ie1fsH4GMMF
/RA32AeEvf8qWOUoVVEZReXOsBLAv5xIAkn2E+InnyVwQTOA4C6LxZ236ssAhzLZ
2wAx9iWusm6vDka9mF6SIXeL3AI/5HUkJVpNqqBnQ80sn3WDLWlG8mqDGL5rGR2K
Dv7CMNHQn2/Rorg2gf8U0mQN/aepg/g0SKp1qm374tbAtEa+kvsvNrzQ51CXSNic
H/jyAEJUFCkr32Jvp2bVAzK5z+razCIuIvWpFXlEw0dIJ98MOp4kRrr2hzQfmFcg
5RphSfl8
=pqK0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to