From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Subject: Re: Packaging Jami progress Date: Wed, 1 Jan 2020 16:22:46 +0100 Message-ID: <20200101162246.677552a6@kompiuter> References: <20191215211230.66fea79e@interia.pl> <875zihclep.fsf@elephly.net> <20191222002815.4db8e9ca@interia.pl> <87d0cgpzqo.fsf@elephly.net> <20191223204317.3069e8ba@kompiuter> <20191225023416.0b36b90c@kompiuter> <20191227195731.6b869970@interia.pl> <20191227224639.5b7d1e74@interia.pl> <8736d4kcue.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59254) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imfpr-0000kp-Jr for guix-devel@gnu.org; Wed, 01 Jan 2020 10:23:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imfpq-0003Xb-A4 for guix-devel@gnu.org; Wed, 01 Jan 2020 10:22:59 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.239]:33377) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1imfpp-0003GP-Me for guix-devel@gnu.org; Wed, 01 Jan 2020 10:22:58 -0500 In-Reply-To: <8736d4kcue.fsf@ambrevar.xyz> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: Guix-devel On Sat, 28 Dec 2019 10:40:09 +0100 Pierre Neidhardt 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