On Sat, 28 Dec 2019 10:40:09 +0100 Pierre Neidhardt <m...@ambrevar.xyz> wrote:
> P.S.: Have you managed to set up a public Git clone of Guix to share > you patches? > Okay, good news: I finally have a public repo at https://notabug.org/kromka_chleba/guix-jami/src/jami-wip My changes are on the jami-wip branch. Would be nice if someone checked the ffmpeg-jami package - I have there some conditionals adding configure flags depending on the architecture and system, and don't know if what I did is fine. Something like this: (if (string-contains (%current-system) "linux") '("--enable-pic" ... Bad news: I still haven't got any response that would solve the bug present only in our package: https://git.jami.net/savoirfairelinux/ring-client-gnome/issues/1123 I have not much experience with debugging and reading backtraces, but could it be there's something wrong with our glibc package? Jan Wielkiewicz