Your message dated Mon, 10 Sep 2018 14:38:08 +0000 with message-id <[email protected]> and subject line Bug#906462: fixed in freewheeling 0.6.4-1 has caused the Debian Bug report #906462, regarding freewheeling: FTBFS in buster/sid 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.) -- 906462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906462 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:freewheeling Version: 0.6-2.1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-arch dh build-arch dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_update_autotools_config -a dh_auto_configure -a dh_auto_configure: Compatibility levels before 9 are deprecated (level 7 in use) ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libexecdir=\${prefix}/lib/freewheeling --disable-maintainer-mode --disable-dependency-tracking configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes [... snipped ...] fweelin_browser.h:245:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] return "Patch"; ^~~~~~~ fweelin_browser.h:248:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] return "**UNKNOWN**"; ^~~~~~~~~~~~~ In file included from fweelin_core.h:42, from fweelin.cc:50: fweelin_config.h: In member function 'char* FloConfig::GetCodecName(codec)': fweelin_config.h:856:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] case VORBIS: return "ogg"; ^~~~~ fweelin_config.h:857:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] case WAV: return "wav"; ^~~~~ fweelin_config.h:858:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] case FLAC: return "flac"; ^~~~~~ fweelin_config.h:859:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] case AU: return "au"; ^~~~ fweelin_config.h:860:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] default: return "UNKNOWN"; ^~~~~~~~~ fweelin_config.h: In member function 'char* FloConfig::GetAudioFileExt(codec)': fweelin_config.h:874:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] case VORBIS: return ".ogg"; ^~~~~~ fweelin_config.h:875:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] case WAV: return ".wav"; ^~~~~~ fweelin_config.h:876:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] case FLAC: return ".flac"; ^~~~~~~ fweelin_config.h:877:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] case AU: return ".au"; ^~~~~ fweelin_config.h:878:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] default: return ".ogg"; ^~~~~~ make[2]: *** [Makefile:291: fweelin.o] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' make[1]: *** [Makefile:242: all-recursive] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: make -j1 returned exit code 2 make: *** [debian/rules:16: build-arch] Error 2 dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -B" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/freewheeling.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: freewheeling Source-Version: 0.6.4-1 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Paul Brossier <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 10 Sep 2018 15:45:23 +0200 Source: freewheeling Binary: freewheeling Architecture: source Version: 0.6.4-1 Distribution: unstable Urgency: medium Maintainer: Paul Brossier <[email protected]> Changed-By: Paul Brossier <[email protected]> Description: freewheeling - live looping musical instrument Closes: 817229 831163 906462 Changes: freewheeling (0.6.4-1) unstable; urgency=medium . * New upstream version 0.6.4 (closes: #906462) * Acknowledge non-maintainer upload, thanks to Adrian Bunk (closes: #831163) * debian/control: + bump to Standards-Version 4.2.1 + add Build-Depends on liblo-dev + bump to debhelper 10 + remove autotools-dev and libtool + add Vcs fields + switch to ttf-bitstream-vera * debian/compat: bump to 10 * debian/rules: + remove -std=gnu++98 and use default flags + use dh_autoreconf * debian/patches: + 000_fixinstalldirs.diff: load sf2 from /u/s/sounds/sf2 (closes: #817229) + 001_sf2location.diff: use absolute path for default sf2 + 012_fluidsynth.diff: avoid fluidsynth deprecation warnings + 021_forcecopy.diff: cast to unsigned char* to avoid warnings + 022_nounusedresult.diff: do not ignore write() result + 023_noignoresystem.diff: do not ignore system() result + 024_fixbounds.diff: avoid out-of-bounds warnings + 060_jackstart.diff: start jack if not running + 070_occurred.diff, 071_threshold.diff: fix typos + remove old patches, integrated upstream * debian/watch: watch new releases on github * debian/README.Debian: remove obsolete note * debian/menu: remove obsolete menu file * debian/freewheeling.desktop: add keywords Checksums-Sha1: 08930fb3d127868987254d78dd8201bd856eb4ea 2236 freewheeling_0.6.4-1.dsc 63c3f2a7459a31a9c9cd3793c6cf1ab3822eaaa2 618936 freewheeling_0.6.4.orig.tar.gz 2dac401e4ab2351827b9cd5c8cc860c60795c39b 13472 freewheeling_0.6.4-1.debian.tar.xz 7479b594d73068f312e4c43f63384b4c5b55a21e 11570 freewheeling_0.6.4-1_i386.buildinfo Checksums-Sha256: 99b730373235e0f65ab14ff806ac10ce66718c039172bfb30bcd12e67275133f 2236 freewheeling_0.6.4-1.dsc b1da5d172c26c01756f631187b306def366e0148d928989dab827887f0411b1d 618936 freewheeling_0.6.4.orig.tar.gz bda4dc32e232cdb7b57439297a93e816e6411476c9a2c8255638cfaa84cad112 13472 freewheeling_0.6.4-1.debian.tar.xz 6eeb47a4c6066f92ed0c33ff2e0d69e931393f3124b768434ed048ddf424189a 11570 freewheeling_0.6.4-1_i386.buildinfo Files: 5b3359e36d695757506fcaa8f1b921bc 2236 sound optional freewheeling_0.6.4-1.dsc 7a76624759929fe819d3a0d0dc8c0bb3 618936 sound optional freewheeling_0.6.4.orig.tar.gz 3541757bf76c13690b675dbebfd8f9fb 13472 sound optional freewheeling_0.6.4-1.debian.tar.xz ccbe767d99315e48179b354755e5cfd0 11570 sound optional freewheeling_0.6.4-1_i386.buildinfo -----BEGIN PGP SIGNATURE----- iQKkBAEBCgCOFiEEuIpQctSRWuz4GiQ0akmxlyir3ZIFAluWeHNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEI4 OEE1MDcyRDQ5MTVBRUNGODFBMjQzNDZBNDlCMTk3MjhBQkREOTIQHHBpZW1AZGVi aWFuLm9yZwAKCRBqSbGXKKvdks6PD/oCwwDtg/+JAi0N27R/iixBuZ6hCjeKRn4v 2jOT+zLGrguNy7d2c/hiP5iQkeVIdYL66agK1Tlhe52Z0/1afwdwZbDiy9KSeUgY 5mOhyUmfFOz0LvX3CXvhcutTiSk1pBkwIn5EmElbStBlJtUuTiCKUWeStuqCOmxG aFZYE1RDkXdQOTm7Nr/ihTwWfhGi44YNhoa0XlxdJkbmVNFDYt3UkpwvWeakHEbS fEUqAqKYE/y58Xhw3yO4Qw+3v4n4qLGFeKN8G8pORyjFxDVFmevjbmculIAQoDRN 4sY4F4Kzn52bryMDDNYXwcFClK5ZL1Kq28LpF4x8iVEKXVPvouiN5wVPL+yXQwyL WzrpVISh3o4GbO1m/ZVKtDwQIus30p4Q9tQlLCCg7oSOq3yd5aE6HItA0Sei3js7 Z+TFCpip9H6jqv8I04jNs+6vbjaHMWyGQK3JLqnHPnFaigALA4hZgE79/mNFqlEZ LDOHM6/YLUyn1i6eXAQiim6NSqgNrkBRzPB0eag4uSfB0Ff7ok7rPREj7SvN7IY/ h9eb/5QuivBIwrZCB159iKUeVJ8nUJRRDItZgSnLXyKZDlLenSrHUk6x8gWKWUyp +++LFTZofS7TvC77Wkrl5QSnVSXmw/jX5wP8vrULPeH8dpZAa1lnZWk6MflFlzJM KEEy8HfXlA== =tSa+ -----END PGP SIGNATURE-----
--- End Message ---

