On Sat, Feb 15, 2020 at 02:31:45PM +0100, Rafael Sadowski wrote: > On Sat Feb 15, 2020 at 02:15:45PM +0100, Solene Rapenne wrote: > > On Sat, Feb 15, 2020 at 07:18:45AM +0100, Rafael Sadowski wrote: > > > Update mumble to the latest stable version. I just tested the start-up > > > on amd64. I have on clue how to test it and to be honest I don't care. > > > I just want to get rid of Qt4. So mumble people, come out and test! > > > > > > OK, Feedback? > > > > your patch applies but then compilation fails due to a patch looking for > > a file > > > > solene@t480 /usr/ports/audio/mumble $ make > > ===> Patching for mumble-1.3.0 > > ===> Applying OpenBSD patch patch-compiler_pri > > Hmm... Looks like a unified diff to me... > > The text leading up to this was: > > -------------------------- > > |$OpenBSD: patch-compiler_pri,v 1.2 2017/02/28 15:35:22 dcoppa Exp $ > > |--- compiler.pri.orig Fri Jan 27 13:29:08 2017 > > |+++ compiler.pri Tue Feb 28 16:04:48 2017 > > -------------------------- > > File to patch: > > cvs is hard. New diff below with deleted old patches. Thanks for the > note. >
thank you! Now I hit an error while compiling. I freshly updated my packages and also my ports tree solene@t480 /usr/ports/audio/mumble $ make ===> mumble-1.3.0 depends on: celt07-* -> celt07-0.7.1p0 ===> mumble-1.3.0 depends on: boost-* -> boost-1.66.0p10 ===> mumble-1.3.0 depends on: qttools-* -> qttools-5.9.8p0 ===> mumble-1.3.0 depends on: unzip-* -> unzip-6.0p12 ===> mumble-1.3.0 depends on: libsndfile->=1.0.25p0 -> libsndfile-1.0.28 ===> mumble-1.3.0 depends on: opus-* -> opus-1.3.1 ===> mumble-1.3.0 depends on: portaudio-svn-* -> portaudio-svn-1960 ===> mumble-1.3.0 depends on: speex-* -> speex-1.2.0 ===> mumble-1.3.0 depends on: protobuf-* -> protobuf-3.11.3 ===> mumble-1.3.0 depends on: qtbase-* -> qtbase-5.9.8p0 ===> Verifying specs: c++ c++abi pthread GL Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Sql Qt5Widgets Qt5Xml X11 Xi c crypto m opus protobuf sndfile speex speexdsp ssl ===> found c++.3.0 c++abi.1.0 pthread.26.1 GL.17.1 Qt5Core.2.2 Qt5DBus.2.2 Qt5Gui.2.2 Qt5Network.2.2 Qt5Sql.2.2 Qt5Widgets.2.2 Qt5Xml.2.2 X11.17.0 Xi.12.1 c.96.0 crypto.46.1 m.10.1 opus.1.3 protobuf.6.0 sndfile.6.0 speex.8.0 speexdsp.1.1 ssl.48.1 ===> Checking files for mumble-1.3.0 `/usr/ports/distfiles/mumble-1.3.0.zip' is up to date. >> (SHA256) mumble-1.3.0.zip: OK ===> Extracting for mumble-1.3.0 ===> Patching for mumble-1.3.0 ===> Applying OpenBSD patch patch-compiler_pri ===> Ignoring empty patchfile patch-compiler_pri ===> Ignoring patchfile patch-compiler_pri.orig ===> Applying OpenBSD patch patch-main_pro Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-main_pro,v 1.1.1.1 2013/10/01 10:28:44 dcoppa Exp $ | |Use celt from our ports tree | |Index: main.pro |--- main.pro.orig |+++ main.pro -------------------------- Patching file main.pro using Plan A... Hunk #1 succeeded at 21. done ===> Ignoring patchfile patch-main_pro.orig ===> Applying OpenBSD patch patch-plugins_link_link_pro Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-plugins_link_link_pro,v 1.3 2014/03/23 18:17:34 kili Exp $ |Index: plugins/link/link.pro |--- plugins/link/link.pro.orig |+++ plugins/link/link.pro -------------------------- Patching file plugins/link/link.pro using Plan A... Hunk #1 succeeded at 15. done ===> Ignoring patchfile patch-plugins_link_link_pro.orig ===> Applying OpenBSD patch patch-src_Net_cpp ===> Ignoring empty patchfile patch-src_Net_cpp ===> Ignoring patchfile patch-src_Net_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_ACLEditor_cpp ===> Ignoring empty patchfile patch-src_mumble_ACLEditor_cpp ===> Ignoring patchfile patch-src_mumble_ACLEditor_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_About_cpp ===> Ignoring empty patchfile patch-src_mumble_About_cpp ===> Ignoring patchfile patch-src_mumble_About_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_AudioOutputSpeech_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-src_mumble_AudioOutputSpeech_h,v 1.1.1.1 2013/10/01 10:28:44 dcoppa Exp $ | |Use celt from our ports tree | |Index: src/mumble/AudioOutputSpeech.h |--- src/mumble/AudioOutputSpeech.h.orig |+++ src/mumble/AudioOutputSpeech.h -------------------------- Patching file src/mumble/AudioOutputSpeech.h using Plan A... Hunk #1 succeeded at 10. done ===> Ignoring patchfile patch-src_mumble_AudioOutputSpeech_h.orig ===> Applying OpenBSD patch patch-src_mumble_AudioOutput_cpp ===> Ignoring empty patchfile patch-src_mumble_AudioOutput_cpp ===> Ignoring patchfile patch-src_mumble_AudioOutput_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_AudioWizard_cpp ===> Ignoring empty patchfile patch-src_mumble_AudioWizard_cpp ===> Ignoring patchfile patch-src_mumble_AudioWizard_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_Audio_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-src_mumble_Audio_cpp,v 1.1.1.1 2013/10/01 10:28:44 dcoppa Exp $ | |Fix loading of CELT plugins; use celt from our tree | |Index: src/mumble/Audio.cpp |--- src/mumble/Audio.cpp.orig |+++ src/mumble/Audio.cpp -------------------------- Patching file src/mumble/Audio.cpp using Plan A... Hunk #1 succeeded at 53. Hunk #2 succeeded at 68. done ===> Ignoring patchfile patch-src_mumble_Audio_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_BanEditor_cpp ===> Ignoring empty patchfile patch-src_mumble_BanEditor_cpp ===> Ignoring patchfile patch-src_mumble_BanEditor_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_CELTCodec_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-src_mumble_CELTCodec_cpp,v 1.1.1.1 2013/10/01 10:28:44 dcoppa Exp $ | |Fix loading of CELT plugins; use celt from our tree | |Index: src/mumble/CELTCodec.cpp |--- src/mumble/CELTCodec.cpp.orig |+++ src/mumble/CELTCodec.cpp -------------------------- Patching file src/mumble/CELTCodec.cpp using Plan A... Hunk #1 succeeded at 17. Hunk #2 succeeded at 25. done ===> Ignoring patchfile patch-src_mumble_CELTCodec_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_CELTCodec_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-src_mumble_CELTCodec_h,v 1.1.1.1 2013/10/01 10:28:44 dcoppa Exp $ | |Use celt from our ports tree | |Index: src/mumble/CELTCodec.h |--- src/mumble/CELTCodec.h.orig |+++ src/mumble/CELTCodec.h -------------------------- Patching file src/mumble/CELTCodec.h using Plan A... Hunk #1 succeeded at 7. done ===> Ignoring patchfile patch-src_mumble_CELTCodec_h.orig ===> Applying OpenBSD patch patch-src_mumble_ConnectDialog_cpp ===> Ignoring empty patchfile patch-src_mumble_ConnectDialog_cpp ===> Ignoring patchfile patch-src_mumble_ConnectDialog_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_ConnectDialog_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-src_mumble_ConnectDialog_h,v 1.1.1.1 2013/10/01 10:28:44 dcoppa Exp $ | |Prevent method from being hidden instead of being overridden | |Index: src/mumble/ConnectDialog.h |--- src/mumble/ConnectDialog.h.orig |+++ src/mumble/ConnectDialog.h -------------------------- Patching file src/mumble/ConnectDialog.h using Plan A... Hunk #1 succeeded at 105. done ===> Ignoring patchfile patch-src_mumble_ConnectDialog_h.orig ===> Applying OpenBSD patch patch-src_mumble_CustomElements_cpp ===> Ignoring empty patchfile patch-src_mumble_CustomElements_cpp ===> Ignoring patchfile patch-src_mumble_CustomElements_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_DBus_cpp ===> Ignoring empty patchfile patch-src_mumble_DBus_cpp ===> Ignoring patchfile patch-src_mumble_DBus_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_GlobalShortcut_cpp ===> Ignoring empty patchfile patch-src_mumble_GlobalShortcut_cpp ===> Ignoring patchfile patch-src_mumble_GlobalShortcut_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_GlobalShortcut_unix_cpp ===> Ignoring empty patchfile patch-src_mumble_GlobalShortcut_unix_cpp ===> Ignoring patchfile patch-src_mumble_GlobalShortcut_unix_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_GlobalShortcut_unix_h ===> Ignoring empty patchfile patch-src_mumble_GlobalShortcut_unix_h ===> Ignoring patchfile patch-src_mumble_GlobalShortcut_unix_h.orig ===> Applying OpenBSD patch patch-src_mumble_LCD_cpp ===> Ignoring empty patchfile patch-src_mumble_LCD_cpp ===> Ignoring patchfile patch-src_mumble_LCD_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_Log_cpp ===> Ignoring empty patchfile patch-src_mumble_Log_cpp ===> Ignoring patchfile patch-src_mumble_Log_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_Log_unix_cpp ===> Ignoring empty patchfile patch-src_mumble_Log_unix_cpp ===> Ignoring patchfile patch-src_mumble_Log_unix_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_LookConfig_cpp ===> Ignoring empty patchfile patch-src_mumble_LookConfig_cpp ===> Ignoring patchfile patch-src_mumble_LookConfig_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_MainWindow_cpp ===> Ignoring empty patchfile patch-src_mumble_MainWindow_cpp ===> Ignoring patchfile patch-src_mumble_MainWindow_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_Messages_cpp ===> Ignoring empty patchfile patch-src_mumble_Messages_cpp ===> Ignoring patchfile patch-src_mumble_Messages_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_NetworkConfig_cpp ===> Ignoring empty patchfile patch-src_mumble_NetworkConfig_cpp ===> Ignoring patchfile patch-src_mumble_NetworkConfig_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_OSS_cpp ===> Ignoring empty patchfile patch-src_mumble_OSS_cpp ===> Ignoring patchfile patch-src_mumble_OSS_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_OverlayClient_cpp ===> Ignoring empty patchfile patch-src_mumble_OverlayClient_cpp ===> Ignoring patchfile patch-src_mumble_OverlayClient_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_OverlayConfig_cpp ===> Ignoring empty patchfile patch-src_mumble_OverlayConfig_cpp ===> Ignoring patchfile patch-src_mumble_OverlayConfig_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_OverlayEditorScene_cpp ===> Ignoring empty patchfile patch-src_mumble_OverlayEditorScene_cpp ===> Ignoring patchfile patch-src_mumble_OverlayEditorScene_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_OverlayEditor_cpp ===> Ignoring empty patchfile patch-src_mumble_OverlayEditor_cpp ===> Ignoring patchfile patch-src_mumble_OverlayEditor_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_OverlayUserGroup_cpp ===> Ignoring empty patchfile patch-src_mumble_OverlayUserGroup_cpp ===> Ignoring patchfile patch-src_mumble_OverlayUserGroup_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_OverlayUser_cpp ===> Ignoring empty patchfile patch-src_mumble_OverlayUser_cpp ===> Ignoring patchfile patch-src_mumble_OverlayUser_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_Overlay_cpp ===> Ignoring empty patchfile patch-src_mumble_Overlay_cpp ===> Ignoring patchfile patch-src_mumble_Overlay_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_Overlay_macx_mm ===> Ignoring empty patchfile patch-src_mumble_Overlay_macx_mm ===> Ignoring patchfile patch-src_mumble_Overlay_macx_mm.orig ===> Applying OpenBSD patch patch-src_mumble_Plugins_cpp ===> Ignoring empty patchfile patch-src_mumble_Plugins_cpp ===> Ignoring patchfile patch-src_mumble_Plugins_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_PulseAudio_cpp ===> Ignoring empty patchfile patch-src_mumble_PulseAudio_cpp ===> Ignoring patchfile patch-src_mumble_PulseAudio_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_RichTextEditor_cpp ===> Ignoring empty patchfile patch-src_mumble_RichTextEditor_cpp ===> Ignoring patchfile patch-src_mumble_RichTextEditor_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_ServerHandler_cpp ===> Ignoring empty patchfile patch-src_mumble_ServerHandler_cpp ===> Ignoring patchfile patch-src_mumble_ServerHandler_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_Settings_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-src_mumble_Settings_cpp,v 1.2 2015/06/12 09:43:12 dcoppa Exp $ | |Disable Text-To-Speech | |Disable submitting anonymous statistics | |Index: src/mumble/Settings.cpp |--- src/mumble/Settings.cpp.orig |+++ src/mumble/Settings.cpp -------------------------- Patching file src/mumble/Settings.cpp using Plan A... Hunk #1 succeeded at 222. Hunk #2 succeeded at 298. done ===> Ignoring patchfile patch-src_mumble_Settings_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_SocketRPC_cpp ===> Ignoring empty patchfile patch-src_mumble_SocketRPC_cpp ===> Ignoring patchfile patch-src_mumble_SocketRPC_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_TextToSpeech_unix_cpp ===> Ignoring empty patchfile patch-src_mumble_TextToSpeech_unix_cpp ===> Ignoring patchfile patch-src_mumble_TextToSpeech_unix_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_Tokens_cpp ===> Ignoring empty patchfile patch-src_mumble_Tokens_cpp ===> Ignoring patchfile patch-src_mumble_Tokens_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_UserEdit_cpp ===> Ignoring empty patchfile patch-src_mumble_UserEdit_cpp ===> Ignoring patchfile patch-src_mumble_UserEdit_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_UserInformation_cpp ===> Ignoring empty patchfile patch-src_mumble_UserInformation_cpp ===> Ignoring patchfile patch-src_mumble_UserInformation_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_UserModel_cpp ===> Ignoring empty patchfile patch-src_mumble_UserModel_cpp ===> Ignoring patchfile patch-src_mumble_UserModel_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_UserView_cpp ===> Ignoring empty patchfile patch-src_mumble_UserView_cpp ===> Ignoring patchfile patch-src_mumble_UserView_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_VersionCheck_cpp ===> Ignoring empty patchfile patch-src_mumble_VersionCheck_cpp ===> Ignoring patchfile patch-src_mumble_VersionCheck_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_VoiceRecorderDialog_cpp ===> Ignoring empty patchfile patch-src_mumble_VoiceRecorderDialog_cpp ===> Ignoring patchfile patch-src_mumble_VoiceRecorderDialog_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_VoiceRecorder_cpp ===> Ignoring empty patchfile patch-src_mumble_VoiceRecorder_cpp ===> Ignoring patchfile patch-src_mumble_VoiceRecorder_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_WASAPINotificationClient_cpp ===> Ignoring empty patchfile patch-src_mumble_WASAPINotificationClient_cpp ===> Ignoring patchfile patch-src_mumble_WASAPINotificationClient_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_WASAPI_cpp ===> Ignoring empty patchfile patch-src_mumble_WASAPI_cpp ===> Ignoring patchfile patch-src_mumble_WASAPI_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_main_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-src_mumble_main_cpp,v 1.2 2017/02/28 15:35:22 dcoppa Exp $ | |Fix loading of translation files | |Index: src/mumble/main.cpp |--- src/mumble/main.cpp.orig |+++ src/mumble/main.cpp -------------------------- Patching file src/mumble/main.cpp using Plan A... Hunk #1 succeeded at 386. done ===> Ignoring patchfile patch-src_mumble_main_cpp.orig ===> Applying OpenBSD patch patch-src_mumble_mumble_pch_hpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-src_mumble_mumble_pch_hpp,v 1.2 2015/06/12 09:43:12 dcoppa Exp $ | |Use celt from our ports tree | |Index: src/mumble/mumble_pch.hpp |--- src/mumble/mumble_pch.hpp.orig |+++ src/mumble/mumble_pch.hpp -------------------------- Patching file src/mumble/mumble_pch.hpp using Plan A... Hunk #1 succeeded at 55. done ===> Ignoring patchfile patch-src_mumble_mumble_pch_hpp.orig ===> Applying OpenBSD patch patch-src_mumble_mumble_pro Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD$ | |Index: src/mumble/mumble.pro |--- src/mumble/mumble.pro.orig |+++ src/mumble/mumble.pro -------------------------- Patching file src/mumble/mumble.pro using Plan A... Hunk #1 succeeded at 320. Hunk #2 succeeded at 532. done ===> Ignoring patchfile patch-src_mumble_mumble_pro.orig ===> Applying OpenBSD patch patch-src_mumble_os_macx_mm ===> Ignoring empty patchfile patch-src_mumble_os_macx_mm ===> Ignoring patchfile patch-src_mumble_os_macx_mm.orig ===> Applying OpenBSD patch patch-themes_MumbleTheme_qrc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD$ | |Remove broken files | |Index: themes/MumbleTheme.qrc |--- themes/MumbleTheme.qrc.orig |+++ themes/MumbleTheme.qrc -------------------------- Patching file themes/MumbleTheme.qrc using Plan A... Hunk #1 succeeded at 85. done ===> Ignoring patchfile patch-themes_MumbleTheme_qrc.orig ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for mumble-1.3.0 ===> Configuring for mumble-1.3.0 cd /usr/ports/pobj/mumble-1.3.0/mumble-1.3.0/src/mumble/ && QTDIR=/usr/ports/pobj/mumble-1.3.0/bin /usr/local/bin/lrelease-qt5 *.ts Updating 'mumble_ar.qm'... Generated 0 translation(s) (0 finished and 0 unfinished) Ignored 1718 untranslated source text(s) Updating 'mumble_be.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 0 translation(s) (0 finished and 0 unfinished) Ignored 1718 untranslated source text(s) Updating 'mumble_bg.qm'... Generated 511 translation(s) (511 finished and 0 unfinished) Ignored 1207 untranslated source text(s) Updating 'mumble_br.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 1 translation(s) (1 finished and 0 unfinished) Ignored 1717 untranslated source text(s) Updating 'mumble_cs.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 1573 translation(s) (1573 finished and 0 unfinished) Ignored 145 untranslated source text(s) Updating 'mumble_cy.qm'... Generated 340 translation(s) (340 finished and 0 unfinished) Ignored 1378 untranslated source text(s) Updating 'mumble_da.qm'... Generated 1529 translation(s) (1529 finished and 0 unfinished) Ignored 189 untranslated source text(s) Updating 'mumble_de.qm'... Generated 1709 translation(s) (1709 finished and 0 unfinished) Ignored 9 untranslated source text(s) Updating 'mumble_el.qm'... Generated 1679 translation(s) (1679 finished and 0 unfinished) Ignored 39 untranslated source text(s) Updating 'mumble_el_GR.qm'... Generated 0 translation(s) (0 finished and 0 unfinished) Ignored 1589 untranslated source text(s) Updating 'mumble_en.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 0 translation(s) (0 finished and 0 unfinished) Ignored 1718 untranslated source text(s) Updating 'mumble_en_GB.qm'... Generated 260 translation(s) (260 finished and 0 unfinished) Ignored 1458 untranslated source text(s) Updating 'mumble_eo.qm'... Generated 733 translation(s) (733 finished and 0 unfinished) Ignored 985 untranslated source text(s) Updating 'mumble_es.qm'... Generated 1577 translation(s) (1577 finished and 0 unfinished) Ignored 141 untranslated source text(s) Updating 'mumble_eu.qm'... Generated 1199 translation(s) (1199 finished and 0 unfinished) Ignored 519 untranslated source text(s) Updating 'mumble_fa_IR.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 93 translation(s) (93 finished and 0 unfinished) Ignored 1625 untranslated source text(s) Updating 'mumble_fi.qm'... Generated 1621 translation(s) (1621 finished and 0 unfinished) Ignored 97 untranslated source text(s) Updating 'mumble_fr.qm'... Generated 1694 translation(s) (1694 finished and 0 unfinished) Ignored 24 untranslated source text(s) Updating 'mumble_gl.qm'... Generated 129 translation(s) (129 finished and 0 unfinished) Ignored 1589 untranslated source text(s) Updating 'mumble_he.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 1533 translation(s) (1533 finished and 0 unfinished) Ignored 185 untranslated source text(s) Updating 'mumble_hi.qm'... Generated 0 translation(s) (0 finished and 0 unfinished) Ignored 1718 untranslated source text(s) Updating 'mumble_hu.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 1202 translation(s) (1202 finished and 0 unfinished) Ignored 516 untranslated source text(s) Updating 'mumble_it.qm'... Generated 1718 translation(s) (1718 finished and 0 unfinished) Updating 'mumble_ja.qm'... Generated 1395 translation(s) (1395 finished and 0 unfinished) Ignored 323 untranslated source text(s) Updating 'mumble_ko.qm'... Generated 1151 translation(s) (1151 finished and 0 unfinished) Ignored 567 untranslated source text(s) Updating 'mumble_lt.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 1093 translation(s) (1093 finished and 0 unfinished) Ignored 625 untranslated source text(s) Updating 'mumble_nb_NO.qm'... Generated 1685 translation(s) (1685 finished and 0 unfinished) Ignored 20 untranslated source text(s) Updating 'mumble_nl.qm'... Generated 1694 translation(s) (1694 finished and 0 unfinished) Ignored 24 untranslated source text(s) Updating 'mumble_nl_BE.qm'... Generated 0 translation(s) (0 finished and 0 unfinished) Ignored 1589 untranslated source text(s) Updating 'mumble_no.qm'... Generated 1679 translation(s) (1679 finished and 0 unfinished) Ignored 39 untranslated source text(s) Updating 'mumble_pl.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 1718 translation(s) (1718 finished and 0 unfinished) Updating 'mumble_pt_BR.qm'... Generated 1709 translation(s) (1709 finished and 0 unfinished) Ignored 9 untranslated source text(s) Updating 'mumble_pt_PT.qm'... Generated 1573 translation(s) (1573 finished and 0 unfinished) Ignored 145 untranslated source text(s) Updating 'mumble_ro.qm'... Generated 182 translation(s) (182 finished and 0 unfinished) Ignored 1536 untranslated source text(s) Updating 'mumble_ru.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 1554 translation(s) (1554 finished and 0 unfinished) Ignored 164 untranslated source text(s) Updating 'mumble_sk.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 0 translation(s) (0 finished and 0 unfinished) Ignored 1718 untranslated source text(s) Updating 'mumble_sv.qm'... Generated 1616 translation(s) (1616 finished and 0 unfinished) Ignored 102 untranslated source text(s) Updating 'mumble_te.qm'... Generated 89 translation(s) (89 finished and 0 unfinished) Ignored 1629 untranslated source text(s) Updating 'mumble_th.qm'... Generated 45 translation(s) (45 finished and 0 unfinished) Ignored 1673 untranslated source text(s) Updating 'mumble_tr.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 1620 translation(s) (1620 finished and 0 unfinished) Ignored 98 untranslated source text(s) Updating 'mumble_uk.qm'... Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. Generated 115 translation(s) (115 finished and 0 unfinished) Ignored 1603 untranslated source text(s) Updating 'mumble_vi.qm'... Generated 0 translation(s) (0 finished and 0 unfinished) Ignored 1718 untranslated source text(s) Updating 'mumble_zh_CN.qm'... Generated 1718 translation(s) (1718 finished and 0 unfinished) Updating 'mumble_zh_HK.qm'... Generated 800 translation(s) (800 finished and 0 unfinished) Ignored 918 untranslated source text(s) Updating 'mumble_zh_TW.qm'... Generated 1489 translation(s) (1489 finished and 0 unfinished) Ignored 229 untranslated source text(s) /usr/local/bin/qmake-qt5 MUMBLE_PREFIX=/usr/local QMAKE_LRELEASE=/usr/local/bin/lrelease-qt5 CONFIG+=c++11 CONFIG+=no-11x CONFIG+=no-alsa CONFIG+=no-bonjour CONFIG+=no-bundled-celt CONFIG+=no-bundled-opus CONFIG+=no-bundled-speex CONFIG+=no-crash-report CONFIG+=no-embed-qt-translations CONFIG+=no-g15 CONFIG+=no-oss CONFIG+=no-overlay CONFIG+=no-pulseaudio CONFIG+=no-server CONFIG+=no-speechd CONFIG+=no-update CONFIG+=packaged CONFIG+=release DEFINES+=LOCALE_PATH=/usr/local/share/mumble/locale DEFINES+=PLUGIN_PATH=/usr/local/lib/mumble PREFIX=/usr/local QMAKE_CFLAGS=-O2 -pipe QMAKE_CFLAGS_RELEASE=-O2 -pipe QMAKE_CXX=c++ QMAKE_CXXFLAGS=-O2 -pipe QMAKE_CXXFLAGS_RELEASE=-O2 -pipe QMAKE_LFLAGS= QMAKE_LFLAGS_RELEASE= -recursive /usr/ports/pobj/mumble-1.3.0/mumble-1.3.0/./main.pro Info: creating stash file /data/ports/pobj/mumble-1.3.0/mumble-1.3.0/.qmake.stash Reading /data/ports/pobj/mumble-1.3.0/mumble-1.3.0/src/mumble_proto/mumble_proto.pro Reading /data/ports/pobj/mumble-1.3.0/mumble-1.3.0/3rdparty/rnnoise-build/rnnoise-build.pro Reading /data/ports/pobj/mumble-1.3.0/mumble-1.3.0/src/mumble/mumble.pro Reading /data/ports/pobj/mumble-1.3.0/mumble-1.3.0/plugins/plugins.pro Reading /data/ports/pobj/mumble-1.3.0/mumble-1.3.0/plugins/link/link.pro ===> Building for mumble-1.3.0 cd src/mumble_proto/ && ( test -e Makefile || /usr/local/bin/qmake-qt5 -o Makefile /data/ports/pobj/mumble-1.3.0/mumble-1.3.0/src/mumble_proto/mumble_proto.pro MUMBLE_PREFIX=/usr/local QMAKE_LRELEASE=/usr/local/bin/lrelease-qt5 CONFIG+=c++11 CONFIG+=no-11x CONFIG+=no-alsa CONFIG+=no-bonjour CONFIG+=no-bundled-celt CONFIG+=no-bundled-opus CONFIG+=no-bundled-speex CONFIG+=no-crash-report CONFIG+=no-embed-qt-translations CONFIG+=no-g15 CONFIG+=no-oss CONFIG+=no-overlay CONFIG+=no-pulseaudio CONFIG+=no-server CONFIG+=no-speechd CONFIG+=no-update CONFIG+=packaged CONFIG+=release DEFINES+=LOCALE_PATH=/usr/local/share/mumble/locale DEFINES+=PLUGIN_PATH=/usr/local/lib/mumble PREFIX=/usr/local 'QMAKE_CFLAGS=-O2 -pipe ' 'QMAKE_CFLAGS_RELEASE=-O2 -pipe ' QMAKE_CXX=c++ 'QMAKE_CXXFLAGS=-O2 -pipe ' 'QMAKE_CXXFLAGS_RELEASE=-O2 -pipe ' QMAKE_LFLAGS= QMAKE_LFLAGS_RELEASE= ) && make -f Makefile release make -f Makefile.Release /usr/local/bin/protoc --cpp_out=. -I. -I.. -I.. ../Mumble.proto c++ -c -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -pipe -fPIC -std=gnu++11 -w -pthread -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -isystem /usr/include/c++/v1 -I. -I/usr/local/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble_proto/Mumble.pb.o Mumble.pb.cc rm -f ../../release/libmumble_proto.a ar cqs ../../release/libmumble_proto.a ../../release/.obj/mumble_proto/Mumble.pb.o cd 3rdparty/rnnoise-build/ && ( test -e Makefile || /usr/local/bin/qmake-qt5 -o Makefile /data/ports/pobj/mumble-1.3.0/mumble-1.3.0/3rdparty/rnnoise-build/rnnoise-build.pro MUMBLE_PREFIX=/usr/local QMAKE_LRELEASE=/usr/local/bin/lrelease-qt5 CONFIG+=c++11 CONFIG+=no-11x CONFIG+=no-alsa CONFIG+=no-bonjour CONFIG+=no-bundled-celt CONFIG+=no-bundled-opus CONFIG+=no-bundled-speex CONFIG+=no-crash-report CONFIG+=no-embed-qt-translations CONFIG+=no-g15 CONFIG+=no-oss CONFIG+=no-overlay CONFIG+=no-pulseaudio CONFIG+=no-server CONFIG+=no-speechd CONFIG+=no-update CONFIG+=packaged CONFIG+=release DEFINES+=LOCALE_PATH=/usr/local/share/mumble/locale DEFINES+=PLUGIN_PATH=/usr/local/lib/mumble PREFIX=/usr/local 'QMAKE_CFLAGS=-O2 -pipe ' 'QMAKE_CFLAGS_RELEASE=-O2 -pipe ' QMAKE_CXX=c++ 'QMAKE_CXXFLAGS=-O2 -pipe ' 'QMAKE_CXXFLAGS_RELEASE=-O2 -pipe ' QMAKE_LFLAGS= QMAKE_LFLAGS_RELEASE= ) && make -f Makefile release make -f Makefile.Release cc -c -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -pipe -fPIC -w -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DHAVE_CONFIG_H -isystem /usr/include/c++/v1 -I. -I../rnnoise-src/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/rnnoise-build/rnn_data.o ../rnnoise-src/src/rnn_data.c cc -c -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -pipe -fPIC -w -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DHAVE_CONFIG_H -isystem /usr/include/c++/v1 -I. -I../rnnoise-src/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/rnnoise-build/rnn.o ../rnnoise-src/src/rnn.c cc -c -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -pipe -fPIC -w -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DHAVE_CONFIG_H -isystem /usr/include/c++/v1 -I. -I../rnnoise-src/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/rnnoise-build/pitch.o ../rnnoise-src/src/pitch.c cc -c -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -pipe -fPIC -w -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DHAVE_CONFIG_H -isystem /usr/include/c++/v1 -I. -I../rnnoise-src/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/rnnoise-build/kiss_fft.o ../rnnoise-src/src/kiss_fft.c cc -c -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -pipe -fPIC -w -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DHAVE_CONFIG_H -isystem /usr/include/c++/v1 -I. -I../rnnoise-src/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/rnnoise-build/denoise.o ../rnnoise-src/src/denoise.c cc -c -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -pipe -fPIC -w -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DHAVE_CONFIG_H -isystem /usr/include/c++/v1 -I. -I../rnnoise-src/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/rnnoise-build/celt_lpc.o ../rnnoise-src/src/celt_lpc.c rm -f ../../release/librnnoise.a ar cqs ../../release/librnnoise.a ../../release/.obj/rnnoise-build/rnn_data.o ../../release/.obj/rnnoise-build/rnn.o ../../release/.obj/rnnoise-build/pitch.o ../../release/.obj/rnnoise-build/kiss_fft.o ../../release/.obj/rnnoise-build/denoise.o ../../release/.obj/rnnoise-build/celt_lpc.o cd src/mumble/ && ( test -e Makefile || /usr/local/bin/qmake-qt5 -o Makefile /data/ports/pobj/mumble-1.3.0/mumble-1.3.0/src/mumble/mumble.pro MUMBLE_PREFIX=/usr/local QMAKE_LRELEASE=/usr/local/bin/lrelease-qt5 CONFIG+=c++11 CONFIG+=no-11x CONFIG+=no-alsa CONFIG+=no-bonjour CONFIG+=no-bundled-celt CONFIG+=no-bundled-opus CONFIG+=no-bundled-speex CONFIG+=no-crash-report CONFIG+=no-embed-qt-translations CONFIG+=no-g15 CONFIG+=no-oss CONFIG+=no-overlay CONFIG+=no-pulseaudio CONFIG+=no-server CONFIG+=no-speechd CONFIG+=no-update CONFIG+=packaged CONFIG+=release DEFINES+=LOCALE_PATH=/usr/local/share/mumble/locale DEFINES+=PLUGIN_PATH=/usr/local/lib/mumble PREFIX=/usr/local 'QMAKE_CFLAGS=-O2 -pipe ' 'QMAKE_CFLAGS_RELEASE=-O2 -pipe ' QMAKE_CXX=c++ 'QMAKE_CXXFLAGS=-O2 -pipe ' 'QMAKE_CXXFLAGS_RELEASE=-O2 -pipe ' QMAKE_LFLAGS= QMAKE_LFLAGS_RELEASE= ) && make -f Makefile release make -f Makefile.Release /usr/local/lib/qt5/bin/uic ConfigDialog.ui -o ../../release/.ui/mumble/ui_ConfigDialog.h /usr/local/lib/qt5/bin/uic MainWindow.ui -o ../../release/.ui/mumble/ui_MainWindow.h /usr/local/lib/qt5/bin/uic ConnectDialogEdit.ui -o ../../release/.ui/mumble/ui_ConnectDialogEdit.h /usr/local/lib/qt5/bin/uic ConnectDialog.ui -o ../../release/.ui/mumble/ui_ConnectDialog.h /usr/local/lib/qt5/bin/uic BanEditor.ui -o ../../release/.ui/mumble/ui_BanEditor.h /usr/local/lib/qt5/bin/uic RichTextEditorLink.ui -o ../../release/.ui/mumble/ui_RichTextEditorLink.h /usr/local/lib/qt5/bin/uic RichTextEditor.ui -o ../../release/.ui/mumble/ui_RichTextEditor.h /usr/local/lib/qt5/bin/uic ACLEditor.ui -o ../../release/.ui/mumble/ui_ACLEditor.h /usr/local/lib/qt5/bin/uic Plugins.ui -o ../../release/.ui/mumble/ui_Plugins.h /usr/local/lib/qt5/bin/uic PTTButtonWidget.ui -o ../../release/.ui/mumble/ui_PTTButtonWidget.h /usr/local/lib/qt5/bin/uic Overlay.ui -o ../../release/.ui/mumble/ui_Overlay.h /usr/local/lib/qt5/bin/uic OverlayEditor.ui -o ../../release/.ui/mumble/ui_OverlayEditor.h /usr/local/lib/qt5/bin/uic LookConfig.ui -o ../../release/.ui/mumble/ui_LookConfig.h /usr/local/lib/qt5/bin/uic AudioStats.ui -o ../../release/.ui/mumble/ui_AudioStats.h /usr/local/lib/qt5/bin/uic AudioInput.ui -o ../../release/.ui/mumble/ui_AudioInput.h /usr/local/lib/qt5/bin/uic AudioOutput.ui -o ../../release/.ui/mumble/ui_AudioOutput.h /usr/local/lib/qt5/bin/uic Log.ui -o ../../release/.ui/mumble/ui_Log.h /usr/local/lib/qt5/bin/uic TextMessage.ui -o ../../release/.ui/mumble/ui_TextMessage.h /usr/local/lib/qt5/bin/uic NetworkConfig.ui -o ../../release/.ui/mumble/ui_NetworkConfig.h /usr/local/lib/qt5/bin/uic LCD.ui -o ../../release/.ui/mumble/ui_LCD.h /usr/local/lib/qt5/bin/uic GlobalShortcut.ui -o ../../release/.ui/mumble/ui_GlobalShortcut.h /usr/local/lib/qt5/bin/uic GlobalShortcutTarget.ui -o ../../release/.ui/mumble/ui_GlobalShortcutTarget.h /usr/local/lib/qt5/bin/uic AudioWizard.ui -o ../../release/.ui/mumble/ui_AudioWizard.h /usr/local/lib/qt5/bin/uic Cert.ui -o ../../release/.ui/mumble/ui_Cert.h /usr/local/lib/qt5/bin/uic UserEdit.ui -o ../../release/.ui/mumble/ui_UserEdit.h /usr/local/lib/qt5/bin/uic UserLocalVolumeDialog.ui -o ../../release/.ui/mumble/ui_UserLocalVolumeDialog.h /usr/local/lib/qt5/bin/uic Tokens.ui -o ../../release/.ui/mumble/ui_Tokens.h /usr/local/lib/qt5/bin/uic UserInformation.ui -o ../../release/.ui/mumble/ui_UserInformation.h /usr/local/lib/qt5/bin/uic VoiceRecorderDialog.ui -o ../../release/.ui/mumble/ui_VoiceRecorderDialog.h /usr/local/lib/qt5/bin/uic ManualPlugin.ui -o ../../release/.ui/mumble/ui_ManualPlugin.h c++ -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -x c++-header -c mumble_pch.hpp -o release/mumble/c++.pch c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/ACL.o ../ACL.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/Group.o ../Group.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/Channel.o ../Channel.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/Connection.o ../Connection.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/HTMLFilter.o ../HTMLFilter.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/User.o ../User.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/Timer.o ../Timer.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/CryptState.o ../CryptState.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/OSInfo.o ../OSInfo.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/SSL.o ../SSL.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/Version.o ../Version.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/SSLCipherInfo.o ../SSLCipherInfo.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/License.o ../License.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/LogEmitter.o ../LogEmitter.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/CryptographicHash.o ../CryptographicHash.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/CryptographicRandom.o ../CryptographicRandom.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/PasswordGenerator.o ../PasswordGenerator.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/HostAddress.o ../HostAddress.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/Ban.o ../Ban.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/EnvUtils.o ../EnvUtils.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/UnresolvedServerAddress.o ../UnresolvedServerAddress.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/ServerAddress.o ../ServerAddress.cpp c++ -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -dM -E -o ../../release/.moc/mumble/moc_predefs.h /usr/local/lib/qt5/mkspecs/features/data/dummy.cpp /usr/local/lib/qt5/bin/moc -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB --include /data/ports/pobj/mumble-1.3.0/mumble-1.3.0/release/.moc/mumble/moc_predefs.h -I/usr/local/lib/qt5/mkspecs/openbsd-clang -I/data/ports/pobj/mumble-1.3.0/mumble-1.3.0/src/mumble -I/data/ports/pobj/mumble-1.3.0/mumble-1.3.0/src -I/data/ports/pobj/mumble-1.3.0/mumble-1.3.0/src/mumble -I/data/ports/pobj/mumble-1.3.0/mumble-1.3.0/src/mumble_proto -I/data/ports/pobj/mumble-1.3.0/mumble-1.3.0/3rdparty/arc4random-src -I/data/ports/pobj/mumble-1.3.0/mumble-1.3.0/3rdparty/qqbonjour-src -I/data/ports/pobj/mumble-1.3.0/mumble-1.3.0/3rdparty/smallft-src -I/data/ports/pobj/mumble-1.3.0/mumble-1.3.0/src/mumble/widgets -I/data/ports/pobj/mumble-1.3.0/mumble-1.3.0/3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I/usr/include/c++/v1 -I/usr/lib/clang/8.0.1/include -I/usr/include ../ServerResolver_qt5.cpp -o ../../release/.moc/mumble/ServerResolver_qt5.moc c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/ServerResolver_qt5.o ../ServerResolver_qt5.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/ServerResolverRecord.o ../ServerResolverRecord.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/SelfSignedCertificate.o ../SelfSignedCertificate.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/SSLLocks.o ../SSLLocks.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/FFDHE.o ../FFDHE.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/arc4random_uniform.o ../../3rdparty/arc4random-src/arc4random_uniform.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/BanEditor.o BanEditor.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/ACLEditor.o ACLEditor.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/ConfigWidget.o ConfigWidget.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/Log.o Log.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/AudioConfigDialog.o AudioConfigDialog.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/AudioStats.o AudioStats.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/AudioInput.o AudioInput.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/AudioOutput.o AudioOutput.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/AudioOutputSample.o AudioOutputSample.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/AudioOutputSpeech.o AudioOutputSpeech.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/AudioOutputUser.o AudioOutputUser.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/main.o main.cpp c++ -c -Xclang -include-pch -Xclang release/mumble/c++.pch -O2 -pipe -fvisibility=hidden -Wall -Wextra -Wno-deprecated -I/usr/local/include -isystem /usr/local/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -O2 -pipe -std=gnu++11 -pthread -Wall -W -pthread -fPIC -DLOCALE_PATH=/usr/local/share/mumble/locale -DPLUGIN_PATH=/usr/local/lib/mumble -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.3.0 -DMUMBLE_VERSION=1.3.0 -DMUMBLE -DUSE_MANUAL_PLUGIN -DNO_CRASH_REPORT -DUSE_OPUS -DUSE_RNNOISE -DUSE_NO_TTS -DUSE_DBUS -DNO_UPDATE_CHECK -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -isystem /usr/include/c++/v1 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -I../../3rdparty/qqbonjour-src -I../../3rdparty/smallft-src -Iwidgets -I../../3rdparty/rnnoise-src/include -I/usr/local/include -I/usr/local/include/opus -I/usr/X11R6/include -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtSvg -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtNetwork -I/usr/local/include/X11/qt5/QtSql -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtDBus -I/usr/local/include/X11/qt5/QtCore -I../../release/.moc/mumble -I/usr/X11R6/include -I/usr/X11R6/include/libdrm -I../../release/.ui/mumble -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-clang -o ../../release/.obj/mumble/CELTCodec.o CELTCodec.cpp CELTCodec.cpp:28:61: error: reference to non-static member function must be called; did you mean to call it with no arguments? alternatives << QString::fromLatin1("libcelt%1.so").arg(version); ^~~~~~~ () 1 error generated. *** Error 1 in src/mumble (Makefile.Release:94636 '../../release/.obj/mumble/CELTCodec.o') *** Error 2 in src/mumble (Makefile:40 'release') *** Error 2 in /data/ports/pobj/mumble-1.3.0/mumble-1.3.0 (Makefile:516 'sub-src-mumble-release_ordered') *** Error 2 in . (/usr/ports/devel/qmake/qmake.port.mk:104 'do-build': @ cd /usr/ports/pobj/mumble-1.3.0/mumble-1.3.0; if [ -d /usr/ports/p...) *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2886 '/usr/ports/pobj/mumble-1.3.0/.build_done': @cd /usr/ports/audio/mumble && P...) *** Error 2 in /usr/ports/audio/mumble (/usr/ports/infrastructure/mk/bsd.port.mk:2556 'all': @lock=mumble-1.3.0; export _LOCKS_HELD=" mumbl...)