jami-daemon has the artix package from world and the arch package from arch:
> % pacman -Ss jami-daemon
> world/jami-daemon 20230323-3 (jami) [installed]
> Free and universal communication platform which preserves the users’ privacy and freedoms (daemon component)
> extra/jami-daemon 20230323-3 (jami) [installed]
> Free and universal communication platform which preserves the users’ privacy and freedoms (daemon component)
When using the up to date version from world (20230323-3) it seems it was built with an older version of libgit2, and it no longer executes due to the missing shared library (libgit2 was recently upgraded as well):
> % jami
> jami: error while loading shared libraries: libgit2.so.1.6: cannot open shared object file: No such file or directory
And as mentioned for libgit2:
> world/libgit2 1:1.7.0-3 [installed]
> A linkable library for Git
Which provides:
> % ls /usr/lib/libgit2.so*
> /usr/lib/libgit2.so@ /usr/lib/libgit2.so.1.7@ /usr/lib/libgit2.so.1.7.0*
So there's no longer a "libgit2.so.1.6" but rather a "libgit2.so.1.7". Notice when using the arch version, which most probably was built against the newest libgit2, the issue is not present. So jami-daemon actually needs to be rebuilt on top of the up to date libs...
Greetings !
--
Javier
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <https://lists.artixlinux.org/archives/artix-general/attachments/20230725/98242d64/attachment.sig>
More information about the artix-general
mailing list