From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raghav Gururajan" Subject: Re: Linphone Date: Thu, 02 Apr 2020 16:44:35 +0000 Message-ID: <20943954f271880dcb8eaa9c756152ab@disroot.org> References: <87369ry812.fsf@elephly.net> <6457c456a7cefddbeb1c1a2985a0dae1@disroot.org> <878sjlpac2.fsf@gmail.com> <7aa517d42c2bd7b527712c73ca5eac58@disroot.org> <87r1xgxf9h.fsf@elephly.net> <1ab853c60e805266003743f92c1121e6@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39408) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jK2xT-0004t8-2q for guix-devel@gnu.org; Thu, 02 Apr 2020 12:44:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jK2xR-0004z7-Id for guix-devel@gnu.org; Thu, 02 Apr 2020 12:44:46 -0400 Received: from knopi.disroot.org ([178.21.23.139]:37596) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jK2xQ-0004sM-Fb for guix-devel@gnu.org; Thu, 02 Apr 2020 12:44:45 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 689792E67C for ; Thu, 2 Apr 2020 18:44:40 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OlVunOLr_KfH for ; Thu, 2 Apr 2020 18:44:39 +0200 (CEST) In-Reply-To: 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-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello Guix!=0A=0AAt this point for linphoneqt a.k.a linphone-desktop, I a= m facing following issues.=0A=0A=0AWhen I build *without* `-DENABLE_DBUS= =3DYES`and run the program, I get:=0A=0AQSocketNotifier: Socket notifiers= cannot be enabled or disabled from another thread=0AQMutex: destroying l= ocked mutex=0A=0A=0AWhen I build *with* `-DENABLE_DBUS=3DYES` and run the= program, I get:=0A=0ASegmentation Fault (Core Dumped)=0A=0A=0AI think th= e following patch is relevant, but when I use it, doesn't get successfull= y patched during the build.=0A=0Ahttps://gitlab.linphone.org/BC/public/li= nphone-desktop/commit/9cf08623e3092fa19366e5c07fbe06898a59f039.diff=0A=0A= =0AAny ideas on how to fix this situation? Package definitions are availa= ble at https://issues.guix.gnu.org/issue/40264. Latest revision for this = program is '14-add-linphoneqt-v3'.=0A=0AThank you!=0A=0ARegards,=0ARG.