Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: omniverse/64gram-desktop is linked against on non-existing libprotobuf.so.31.0.0 (Read 458 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

omniverse/64gram-desktop is linked against on non-existing libprotobuf.so.31.0.0

* Runnung `64gram-desktop` (provided by package omniverse/64gram-desktop, version 1:1.1.58-7) leads to error 
Code: [Select]
64gram-desktop: error while loading shared libraries: libprotobuf-lite.so.31.0.0: cannot open shared object file: No such file or directory
* On my filesystem, I have `/usr/lib/libprotobuf-lite.so.31.1.0` (provided by package `protobuf` version, 31.1-1), but not `/usr/lib/libprotobuf-lite.so.31.0.0`

---

*Suggestion: In the `PKGBUILD` of the package, change the dependency on `protobuf` to `libprotobuf-lite.so` (and add `protobuf` to `makedepends` then), so a versioned dependency will be generated at build time automatically and such out of date errors are maybe easier to spot (automatically?)?*

Regards!

Re: omniverse/64gram-desktop is linked against on non-existing libprotobuf.so.31.0.0

Reply #1
Has now been updated. Works again.

Regards!