It's impossible to start mumble. It aborts with: OpenSSL Support: 1 SSL: Added CA certificates from '/etc/ssl/certs/ca-certificates.crt' No ciphers of at least 128 bit found Aborted Rebuilding doesn't help. I don't know of a workaround; normally one would downgrade (in this case to 1.1.8), but that is a no-no, since 1.1.8 is not compatible with 1.2x (meaning you can't connect at all.)
Created attachment 242415 [details] emerge --info =media-sound/mumble-1.2.2
same problem here. I tried the pre-compiled binary from the official website and it worked no problem (when I suppressed every Qt lib inside their archive), so this shouldn't be a problem with another lib.
emerge -1 qt-core fixed this for me.
Thanks Jörg. This worked here too. But I think it would be a good to know what triggered this, otherwise users are without a clear upgrade path.
(In reply to comment #4) > But I think it would be a good to know what triggered this, otherwise users are > without a clear upgrade path. Possibly updating openssl to 1.0, without rebuilding qt-core. Updating from openssl-0.9 to 1.0 without rebuilding every single package depending on it generates lots of trouble.
Most probably, but that's not a mumble fault so there's nothing we can do here. You have to take care yourself to keep your system consistent across updates. Usually a news item will be issued to inform you of such things when upgrading a problematic package.