From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raghav Gururajan" Subject: Re: Linphone Date: Fri, 03 Apr 2020 23:51:57 +0000 Message-ID: References: <20943954f271880dcb8eaa9c756152ab@disroot.org> <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]:40019) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKW6W-0006wd-GK for guix-devel@gnu.org; Fri, 03 Apr 2020 19:52:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKW6U-0007hJ-8v for guix-devel@gnu.org; Fri, 03 Apr 2020 19:52:04 -0400 Received: from knopi.disroot.org ([178.21.23.139]:38252) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jKW6U-0007d3-3P for guix-devel@gnu.org; Fri, 03 Apr 2020 19:52:02 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 26E1F38525 for ; Sat, 4 Apr 2020 01:52:00 +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 WXsvONN9pzyO for ; Sat, 4 Apr 2020 01:51:58 +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=0A>> At this point for linphoneqt a.k.a linphone-desktop, = I am facing following issues.=0A>> =0A>> When I build *without* `-DENABLE= _DBUS=3DYES`and run the program, I get:=0A>> =0A>> QSocketNotifier: Socke= t notifiers cannot be enabled or disabled from another thread=0A>> QMutex= : destroying locked mutex=0A>> =0A>> When I build *with* `-DENABLE_DBUS= =3DYES` and run the program, I get:=0A>> =0A>> Segmentation Fault (Core D= umped)=0A>> =0A>> I think the following patch is relevant, but when I use= it, doesn't get successfully patched during=0A>> the build.=0A>> =0A>> h= ttps://gitlab.linphone.org/BC/public/linphone-desktop/commit/9cf08623e309= 2fa19366e5c07fbe06898a59f0=0A>> 9.diff=0A>> =0A>> Any ideas on how to fix= this situation? Package definitions are available at=0A>> https://issues= .guix.gnu.org/issue/40264. Latest revision for this program is=0A>> '14-a= dd-linphoneqt-v3'.=0A> =0A> So I fixed "QSocketNotifier" error in version= 4 patch (14-add-linphoneqt-v4). I still don't know=0A> how to fix "QMute= x" error.=0A=0AI have now fixed "QMutex" error in the version 6 patch (14= -add-linphoneqt-v6).=0A=0ARegards,=0ARG.