FS#73149 - [clementine] Won't launch; needs to be recompiled for libprotobuf.so.28

Attached to Project: Community Packages
Opened by Benoit Brummer (trougnouf) - Saturday, 25 December 2021, 14:16 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 25 December 2021, 14:34 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Clementine won't launch; it needs to be recompiled with libprotobuf.so.29:

```bash
[trougnouf@d]: ~>$ clementine
clementine: error while loading shared libraries: libprotobuf.so.28: cannot open shared object file: No such file or directory
[trougnouf@d]: ~>$ pacman -Qs clementine
local/clementine-git 1.4.0rc1.r602.g89155ace7.159.g14abde389-1
A modern music player and library organizer
[trougnouf@d]: ~>$ pacman -Qs protobuf
local/protobuf 3.19.1-1
Protocol Buffers - Google's data interchange format
local/protobuf-c 1.4.0-2
Protocol Buffers implementation in C
local/python-protobuf 3.19.1-1
Python 3 bindings for Google Protocol Buffers
```

Moreover, making the PKGBUILD fails with missing QWidget:

```bash
[ 51%] Building CXX object src/CMakeFiles/clementine_lib.dir/internet/icecast/icecastmodel.cpp.o
In file included from /orb/tmp/hometmp/clementine/src/clementine-1.4.0rc1-759-gd033b38c4/src/internet/icecast/icecastfilterwidget.cpp:20:
/orb/tmp/hometmp/clementine/src/clementine-1.4.0rc1-759-gd033b38c4/src/internet/icecast/icecastfilterwidget.h:23:10: fatal error: QWidget: No such file or directory
23 | #include <QWidget>
| ^~~~~~~~~
compilation terminated.
make[2]: *** [src/CMakeFiles/clementine_lib.dir/build.make:5239: src/CMakeFiles/clementine_lib.dir/internet/icecast/icecastfilterwidget.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /orb/tmp/hometmp/clementine/src/clementine-1.4.0rc1-759-gd033b38c4/src/internet/icecast/icecastmodel.cpp:21:
/orb/tmp/hometmp/clementine/src/clementine-1.4.0rc1-759-gd033b38c4/src/internet/icecast/icecastmodel.h:23:10: fatal error: QIcon: No such file or directory
23 | #include <QIcon>
| ^~~~~~~
compilation terminated.
make[2]: *** [src/CMakeFiles/clementine_lib.dir/build.make:5253: src/CMakeFiles/clementine_lib.dir/internet/icecast/icecastmodel.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:602: src/CMakeFiles/clementine_lib.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...

```
This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 25 December 2021, 14:34 GMT
Reason for closing:  Not a bug
Additional comments about closing:  clementine-git is not supported

Loading...