I can't get text to speech working on a clean install anymore and I have no clue how to diagnose it, launching mumble through terminal doesn't seem to give any errors about TTS.
Search Criteria
Package Details: mumble-git 1:1.4.0.development.snapshot.006.r1447.g71010603d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mumble-git.git (read-only, click to copy) |
---|---|
Package Base: | mumble-git |
Description: | An Open Source, low-latency, high quality voice chat software (git version) |
Upstream URL: | https://www.mumble.info |
Keywords: | audio communication multimedia network voip |
Licenses: | BSD |
Conflicts: | mumble |
Provides: | mumble |
Submitter: | None |
Maintainer: | Radioactiveman |
Last Packager: | Radioactiveman |
Votes: | 46 |
Popularity: | 0.000000 |
First Submitted: | 2009-05-30 19:46 (UTC) |
Last Updated: | 2024-09-20 00:44 (UTC) |
Dependencies (59)
- alsa-lib
- avahi
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libcrypto.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libdns_sd.so (avahi)
- libopus.so (lib32-opus, opus)
- libprotobuf.so (protobuf-gitAUR, protobuf-21AUR, protobuf)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsndfile (libsndfile-gitAUR)
- libsndfile.so (libsndfile-gitAUR, lib32-libsndfile, libsndfile)
- libspeechd (libspeechd-gitAUR)
- libspeexdsp.so (speexdsp-gitAUR, lib32-speexdsp, speexdsp)
- libssl.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libx11 (libx11-gitAUR)
- libxi (libxi-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- Show 39 more dependencies...
Required by (8)
- ioquake3-git (requires mumble) (optional)
- lilium-voyager-git (requires mumble) (optional)
- linux-air-combat (requires mumble) (optional)
- spearmint (requires mumble) (optional)
- spearmint-git (requires mumble) (optional)
- urbanterror41 (requires mumble)
- vkquake3-git (requires mumble) (optional)
- wahay-bin (requires mumble)
Sources (11)
- git+https://github.com/Krzmbrzl/cmake-compiler-flags.git
- git+https://github.com/Krzmbrzl/FindPythonInterpreter.git
- git+https://github.com/microsoft/GSL.git
- git+https://github.com/mumble-voip/mach_override.git
- git+https://github.com/mumble-voip/minhook.git
- git+https://github.com/mumble-voip/mumble.git
- git+https://github.com/mumble-voip/rnnoise.git
- git+https://github.com/mumble-voip/SPSCQueue.git
- git+https://github.com/nlohmann/json.git
- git+https://github.com/wolfpld/tracy.git
- git+https://github.com/xiph/speexdsp.git
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
C0rn3j commented on 2018-05-20 22:34 (UTC)
svenstaro commented on 2017-03-27 12:16 (UTC)
Heads-up: With the upcoming changes to openssl in [testing], you'll have to make mumble ust openssl-1.0 for now because qt5-base couldn't be migrated to openssl 1.1 for the time being.
Radioactiveman commented on 2016-10-26 18:29 (UTC)
No, this is a different problem. Reported at https://github.com/mumble-voip/mumble/issues/2600.
dmp1ce commented on 2016-10-26 14:18 (UTC)
I'm getting a number of errors when building. Am I mssing a dependency?
/usr/include/qt/QtWidgets/qstyleoption.h: In member function ‘QStyleOptionGraphicsItem& QStyleOptionGraphicsItem::operator=(const QStyleOptionGraphicsItem&)’:
/usr/include/qt/QtWidgets/qstyleoption.h:647:24: error: ambiguous overload for ‘operator=’ (operand types are ‘QMatrix’ and ‘const QMatrix’)
class Q_WIDGETS_EXPORT QStyleOptionGraphicsItem : public QStyleOption
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt/QtGui/qtransform.h:42:0,
from /usr/include/qt/QtGui/qimage.h:47,
from /usr/include/qt/QtGui/qpixmap.h:48,
from /usr/include/qt/QtGui/qbitmap.h:43,
from /usr/include/qt/QtGui/QtGui:8,
from mumble_pch.hpp:30:
/usr/include/qt/QtGui/qmatrix.h:66:14: note: candidate: QMatrix& QMatrix::operator=(QMatrix)
QMatrix &operator=(QMatrix &&other) Q_DECL_NOTHROW // = default
^~~~~~~~
/usr/include/qt/QtGui/qmatrix.h:68:14: note: candidate: QMatrix& QMatrix::operator=(const QMatrix&)
QMatrix &operator=(const QMatrix &) Q_DECL_NOTHROW; // = default
^~~~~~~~
In file included from /usr/include/qt/QtWidgets/qabstractitemdelegate.h:44:0,
from /usr/include/qt/QtWidgets/QtWidgets:29,
from mumble_pch.hpp:33:
/usr/include/qt/QtWidgets/qstyleoption.h: In copy constructor ‘QStyleOptionGraphicsItem::QStyleOptionGraphicsItem(const QStyleOptionGraphicsItem&)’:
/usr/include/qt/QtWidgets/qstyleoption.h:658:109: note: synthesized method ‘QStyleOptionGraphicsItem& QStyleOptionGraphicsItem::operator=(const QStyleOptionGraphicsItem&)’ first required here
QStyleOptionGraphicsItem(const QStyleOptionGraphicsItem &other) : QStyleOption(Version, Type) { *this = other; }
^~~~~
In file included from /usr/include/qt/QtWidgets/QtWidgets:46:0,
from mumble_pch.hpp:33:
/usr/include/qt/QtWidgets/qaction.h: At global scope:
/usr/include/qt/QtWidgets/qaction.h:93:40: error: ‘nullptr’ was not declared in this scope
explicit QAction(QObject *parent = nullptr);
^~~~~~~
/usr/include/qt/QtWidgets/qaction.h:94:61: error: ‘nullptr’ was not declared in this scope
explicit QAction(const QString &text, QObject *parent = nullptr);
^~~~~~~
/usr/include/qt/QtWidgets/qaction.h:95:80: error: ‘nullptr’ was not declared in this scope
explicit QAction(const QIcon &icon, const QString &text, QObject *parent = nullptr);
^~~~~~~
make[2]: *** [Makefile.Release:729: release/mumble.gch/c++] Error 1
make[2]: Leaving directory '/home/dmp1ce/.cache/pacaur/mumble-git/src/mumble/src/mumble'
make[1]: *** [Makefile:38: release] Error 2
make[1]: Leaving directory '/home/dmp1ce/.cache/pacaur/mumble-git/src/mumble/src/mumble'
make: *** [Makefile:538: sub-src-mumble-release_ordered] Error 2
==> ERROR: A failure occurred in build().
Aborting...
:: qt5-tools is a new orphan package
:: failed to build mumble-git package(s)
Radioactiveman commented on 2015-12-11 17:25 (UTC) (edited on 2015-12-11 17:25 (UTC) by Radioactiveman)
Hi, sorry for the late reply. I have not gotten an email notification.
Without libxkbcommon-x11 Mumble does not run on X11. But most users are on X11 and packages like transmission-qt and qmmp also depend on qt5-base and libxkbcommon-x11.
linkmauve commented on 2015-11-05 22:03 (UTC)
Hi, it seems the libxkbcommon-x11 isn’t required to run this program, and is already suggested by qt5-base, it should either be dropped or at least set as an optional dependency, as it is only required for X11 support.
cookiecaper commented on 2015-05-14 02:42 (UTC)
FYI, upon completely removing /tmp/makepkg/mumble-git and rebuilding, the error listed below has been rectified. I can now build successfully. Unsure what happened to the tree before, but completely removing it and calling the build again fixed the problem.
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 includingprotobuf
and finally compilemumble-git
again.