Your message dated Wed, 22 Nov 2023 21:19:57 +0000 with message-id <[email protected]> and subject line Bug#1051559: fixed in grandorgue 3.13.2-1 has caused the Debian Bug report #1051559, regarding grandorgue: FTBFS with RtAudio 6 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.) -- 1051559: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051559 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: grandorgue Version: 3.12.3-1 Severity: important Tags: ftbfs Dear Maintainer, grandorgue ftbfs with RtAudio 6 (currently in experimental): ``` /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp: In destructor ‘virtual GOSoundRtPort::~GOSoundRtPort()’: /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:34:12: error: ‘RtAudioError’ does not name a type; did you mean ‘RtAudioErrorType’? 34 | } catch (RtAudioError &e) { | ^~~~~~~~~~~~ | RtAudioErrorType /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:35:42: error: ‘e’ was not declared in this scope 35 | wxString error = wxString::FromAscii(e.getMessage().c_str()); | ^ /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp: In member function ‘virtual void GOSoundRtPort::Open()’: /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:80:12: error: ‘RtAudioError’ does not name a type; did you mean ‘RtAudioErrorType’? 80 | } catch (RtAudioError &e) { | ^~~~~~~~~~~~ | RtAudioErrorType /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:81:42: error: ‘e’ was not declared in this scope 81 | wxString error = wxString::FromAscii(e.getMessage().c_str()); | ^ /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp: In member function ‘virtual void GOSoundRtPort::StartStream()’: /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:101:12: error: ‘RtAudioError’ does not name a type; did you mean ‘RtAudioErrorType’? 101 | } catch (RtAudioError &e) { | ^~~~~~~~~~~~ | RtAudioErrorType /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:102:42: error: ‘e’ was not declared in this scope 102 | wxString error = wxString::FromAscii(e.getMessage().c_str()); | ^ /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp: In member function ‘virtual void GOSoundRtPort::Close()’: /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:116:12: error: ‘RtAudioError’ does not name a type; did you mean ‘RtAudioErrorType’? 116 | } catch (RtAudioError &e) { | ^~~~~~~~~~~~ | RtAudioErrorType /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:117:42: error: ‘e’ was not declared in this scope 117 | wxString error = wxString::FromAscii(e.getMessage().c_str()); | ^ /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:122:12: error: ‘RtAudioError’ does not name a type; did you mean ‘RtAudioErrorType’? 122 | } catch (RtAudioError &e) { | ^~~~~~~~~~~~ | RtAudioErrorType /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:123:42: error: ‘e’ was not declared in this scope 123 | wxString error = wxString::FromAscii(e.getMessage().c_str()); | ^ /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp: In static member function ‘static GOSoundPort* GOSoundRtPort::create(const GOPortsConfig&, GOSound*, wxString)’: /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:250:20: error: ‘RtAudioError’ does not name a type; did you mean ‘RtAudioErrorType’? 250 | } catch (RtAudioError &e) { | ^~~~~~~~~~~~ | RtAudioErrorType /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:251:50: error: ‘e’ was not declared in this scope 251 | wxString error = wxString::FromAscii(e.getMessage().c_str()); | ^ /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:261:14: error: ‘RtAudioError’ does not name a type; did you mean ‘RtAudioErrorType’? 261 | } catch (RtAudioError &e) { | ^~~~~~~~~~~~ | RtAudioErrorType /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:262:44: error: ‘e’ was not declared in this scope 262 | wxString error = wxString::FromAscii(e.getMessage().c_str()); | ^ /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp: In static member function ‘static void GOSoundRtPort::addDevices(const GOPortsConfig&, std::vector<GOSoundDevInfo>&)’: /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:285:29: error: ‘struct RtAudio::DeviceInfo’ has no member named ‘probed’ 285 | if (!dev_info.probed) | ^~~~~~ /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:295:20: error: ‘RtAudioError’ does not name a type; did you mean ‘RtAudioErrorType’? 295 | } catch (RtAudioError &e) { | ^~~~~~~~~~~~ | RtAudioErrorType /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:296:50: error: ‘e’ was not declared in this scope 296 | wxString error = wxString::FromAscii(e.getMessage().c_str()); | ^ /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:303:14: error: ‘RtAudioError’ does not name a type; did you mean ‘RtAudioErrorType’? 303 | } catch (RtAudioError &e) { | ^~~~~~~~~~~~ | RtAudioErrorType /<<PKGBUILDDIR>>/src/grandorgue/sound/ports/GOSoundRtPort.cpp:304:44: error: ‘e’ was not declared in this scope 304 | wxString error = wxString::FromAscii(e.getMessage().c_str()); | ^ make[3]: *** [src/grandorgue/CMakeFiles/golib.dir/build.make:1857: src/grandorgue/CMakeFiles/golib.dir/sound/ports/GOSoundRtPort.cpp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' ``` cheers
--- End Message ---
--- Begin Message ---Source: grandorgue Source-Version: 3.13.2-1 Done: Sébastien Villemot <[email protected]> We believe that the bug you reported is fixed in the latest version of grandorgue, 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. Sébastien Villemot <[email protected]> (supplier of updated grandorgue 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: Wed, 22 Nov 2023 21:53:51 +0100 Source: grandorgue Architecture: source Version: 3.13.2-1 Distribution: experimental Urgency: medium Maintainer: Sébastien Villemot <[email protected]> Changed-By: Sébastien Villemot <[email protected]> Closes: 1051559 Changes: grandorgue (3.13.2-1) experimental; urgency=medium . * New upstream version 3.13.2 This new release is compatible with RtAudio 6. (Closes: #1051559) * Add version restriction to Build-Depends on librtaudio-dev (>= 6) This new release no longer builds against RtAudio 5. Checksums-Sha1: f27891ac2876245687370b74bf65a8f3ce51db72 2182 grandorgue_3.13.2-1.dsc 6731245a7c163e16ed0dfdc5d3728bc464df3225 28157474 grandorgue_3.13.2.orig.tar.gz ee50d81194948b781e3da39ab8c4220fb5d53f71 9388 grandorgue_3.13.2-1.debian.tar.xz a9c522e6addbc37763d1621450a3bf66b3a78b07 15087 grandorgue_3.13.2-1_source.buildinfo Checksums-Sha256: 9d81e40d103d9f836d0ba566e0082ec10b3bf54c185aa1a9867b998779491c76 2182 grandorgue_3.13.2-1.dsc 3ade1c9ddb2fbef995a7c581ab72a4c53ef4e75314258689d775f0f95f227b25 28157474 grandorgue_3.13.2.orig.tar.gz d28e41f66fbd1755be75445897dcf86c1ca1a3748982b84530874c36862522c4 9388 grandorgue_3.13.2-1.debian.tar.xz 9b707a457a29b4784b205335c71339a4c4ad0203855f77e6f82b8350097a2b8a 15087 grandorgue_3.13.2-1_source.buildinfo Files: 5f1c5f70d2b20bcd5f54c330f5c01bb9 2182 sound optional grandorgue_3.13.2-1.dsc 65aaefbb9d5cf7bec870172144f50988 28157474 sound optional grandorgue_3.13.2.orig.tar.gz 0641f7302f968d98812633826badae56 9388 sound optional grandorgue_3.13.2-1.debian.tar.xz 9aaa31a5d2a5811a0d26ff813a72df5a 15087 sound optional grandorgue_3.13.2-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAmVea1EACgkQLOzpNQ7O vkqDAQ/8CVuMfkd6CKqQOvP4CsGvW5XNssMjgZxTJCUxe8+sRzN20tVBm5iCYrIi LOKVuFYQY4Pz8duCmEWchghgDmlVCjsxOucRQO5+OGDGAlQ5Isee0sc6sJc0NAQo SqDtSq3Ght5hGEZjjbKEgoXn9+shD0P+b2vj0vt7sG0QuvlJkLwlMJDyyI7R6+RE +wkoPQdgeFsVM1nwlu+mImNc1OWn0kKzvBXKpMLfqFlt6qkQY4ExojL2UFfpn4On TyK6m3Qqf2k/TE9c8UpogY6jIcBV2ek5eHahpj8RTbuboDfVS1WVPHIshWaLeJMo SjitF1q5QEUVaXh7AxxVmxExOsLOsA+5P3UbTgnHHplpQ4n+buX2aEclAh6BPY4u FLBiLTWtYT7Xzb1CIIkZIlbuIQf6lO2g2BVyR4KDq/c93tLRHDo/GTnO3ezVVuq9 gs2Q9b4D9DgzaCyxH9Yg6I7UiIgbnZdBomYOCyFMJTbMkmhjPN2PfOLBEMEHiYjm bGx01eKqkZQzPTYKl0GB3jv+rFGdfFjnfNTyUT/xdHHtrQJyegppL6gDq0XX3GYb lYDLqpSwjmqLthYvwM+ECBcpUjcP7z8DA9+3fKnygIDEzodygH0tz2eLrYqJr7Po WSOkFCj3G0TpyPAWtea85C3m5hfuycD4phU/tsR7V1lSbyL3Oww= =45nM -----END PGP SIGNATURE-----
--- End Message ---

