Bug 1555858 - Mumble fails to install due to not finding libprotobuf
Summary: Mumble fails to install due to not finding libprotobuf
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: mumble
Version: 28
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-03-14 19:48 UTC by Christian Fredrik Kalager Schaller
Modified: 2018-03-30 13:12 UTC (History)
4 users (show)

Fixed In Version: mumble-1.2.19-8.fc28
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-03-30 13:12:48 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Christian Fredrik Kalager Schaller 2018-03-14 19:48:49 UTC
Description of problem:
Error: 
 Problem: conflicting requests
  - nothing provides libprotobuf.so.14()(64bit) needed by mumble-1.2.19-4.fc28.x86_64

Also it seems Mumble is missing the required metadata to show up in GNOME Software meaning it is currently only installable on the command line.

Comment 1 Rex Dieter 2018-03-21 13:49:03 UTC
Looks like it's currently FTBFS, latest attempt,
https://koji.fedoraproject.org/koji/taskinfo?taskID=25858647

AudioOutput.cpp: In member function 'bool AudioOutput::mix(void*, unsigned int)':
AudioOutput.cpp:365:37: warning: conversion from '__gnu_cxx::__promote_2<int, float, double, float>::__type' {aka 'double'} to 'float' may change value [-Wfloat-conversion]
  const float adjustFactor = std::pow(10, -18.f / 20);
                             ~~~~~~~~^~~~~~~~~~~~~~~~
AudioOutput.cpp:434:18: error: expected primary-expression before 'float'
     if (std::abs<float>(front[0] * top[0] + front[1] * top[1] + front[2] * top[2]) > 0.01f) {
                  ^~~~~
compilation terminated due to -Wfatal-errors.


I'll take a closer look.

Comment 2 Fedora Update System 2018-03-21 16:01:55 UTC
mumble-1.2.19-8.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-6e5a1a7fc3

Comment 3 Fedora Update System 2018-03-22 14:13:07 UTC
mumble-1.2.19-8.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-6e5a1a7fc3

Comment 4 Fedora Update System 2018-03-30 13:12:48 UTC
mumble-1.2.19-8.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.