FS#34089 - [clementine] Application doesn't start because of missing protobuf library

Attached to Project: Community Packages
Opened by Sebastien Bariteau (numkem) - Friday, 01 March 2013, 16:19 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 01 March 2013, 17:50 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 4
Private No

Details

Description:
Trying to start clementine from the command line gives this error :

clementine: error while loading shared libraries: libprotobuf-lite.so.7: cannot open shared object file: No such file or directory

And if I try to symlink libprotobuf-lite.so.8 to libprotobuf-lite.so.7 I get this :

[libprotobuf FATAL google/protobuf/stubs/common.cc:72] This program was compiled against version 2.4.1 of the Protocol Buffer runtime library, which is not compatible with the installed version (2.5.0). Contact the program author for an update. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "/build/src/clementine-1.1.1/ext/libclementine-tagreader/tagreadermessages.pb.cc".)
terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): This program was compiled against version 2.4.1 of the Protocol Buffer runtime library, which is not compatible with the installed version (2.5.0). Contact the program author for an update. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "/build/src/clementine-1.1.1/ext/libclementine-tagreader/tagreadermessages.pb.cc".)

Seems like a rebuild is in order.

Thanks!

Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
Try to run clementine from the command line
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Friday, 01 March 2013, 17:50 GMT
Reason for closing:  Fixed
Comment by Igor (protoblast) - Friday, 01 March 2013, 16:44 GMT
Confirm this problem after update protobuf to 2.5.0
Comment by Sven-Hendrik Haase (Svenstaro) - Friday, 01 March 2013, 17:50 GMT
Crap, sorry guys. Of course, it was soname bumped and I didn't keep that in mind. Rebuilds incoming asap.

Loading...