Can't build anymore
/usr/bin/ld: ../../release/.obj/mumble/AudioOutput.o: in function AudioOutput::addFrameToBuffer(ClientUser*, QByteArray const&, unsigned int, MessageHandler::UDPMessageType)':
AudioOutput.cpp:(.text+0xc09): undefined reference toAudioOutputSpeech::AudioOutputSpeech(ClientUser*, unsigned int, MessageHandler::UDPMessageType)'
/usr/bin/ld: AudioOutput.cpp:(.text+0xc61): undefined reference to AudioOutputSpeech::addFrameToBuffer(QByteArray const&, unsigned int)'
/usr/bin/ld: ../../release/.obj/mumble/moc_AudioOutputSpeech.o:(.data.rel.ro._ZTV17AudioOutputSpeech[_ZTV17AudioOutputSpeech]+0x28): undefined reference toAudioOutputSpeech::~AudioOutputSpeech()'
/usr/bin/ld: ../../release/.obj/mumble/moc_AudioOutputSpeech.o:(.data.rel.ro._ZTV17AudioOutputSpeech[_ZTV17AudioOutputSpeech]+0x30): undefined reference to AudioOutputSpeech::~AudioOutputSpeech()'
/usr/bin/ld: ../../release/.obj/mumble/moc_AudioOutputSpeech.o:(.data.rel.ro._ZTV17AudioOutputSpeech[_ZTV17AudioOutputSpeech]+0x70): undefined reference toAudioOutputSpeech::needSamples(unsigned int)'
collect2: error: ld returned 1 exit status
Pinned Comments
Radioactiveman commented on 2020-06-02 17:17 (UTC)
If you experience the problem below when updating packages, first remove
mumble-git, then update all packages includingprotobufand finally compilemumble-gitagain.