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