From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50470) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jK6tb-0003mN-FU for guix-patches@gnu.org; Thu, 02 Apr 2020 16:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jK6ta-0007sN-D6 for guix-patches@gnu.org; Thu, 02 Apr 2020 16:57:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57528) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jK6ta-0007rV-9Z for guix-patches@gnu.org; Thu, 02 Apr 2020 16:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jK6ta-0004s0-9L for guix-patches@gnu.org; Thu, 02 Apr 2020 16:57:02 -0400 Subject: [bug#40264] Linphone: 14-add-linphoneqt-v3 Resent-Message-ID: Mime-Version: 1.0 Date: Thu, 02 Apr 2020 20:56:19 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Raghav Gururajan" Message-ID: <695292237245b0df3d7ad83cc350d0bc@disroot.org> In-Reply-To: <25dd38cc62537f7883f925dd8be73d8f@disroot.org> References: <25dd38cc62537f7883f925dd8be73d8f@disroot.org> <7c3a4ab21f75d9b0325cf7563c099353@disroot.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40264@debbugs.gnu.org Cc: dannym@scratchpost.org, maxim.cournoyer@gmail.com Hello Maxim and Danny!=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:= Socket notifiers cannot be enabled or disabled from another thread=0A> Q= Mutex: destroying locked mutex=0A> =0A> When I build *with* `-DENABLE_DBU= S=3DYES` and run the program, I get:=0A> =0A> Segmentation Fault (Core Du= mped)=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> https:/= /gitlab.linphone.org/BC/public/linphone-desktop/commit/9cf08623e3092fa193= 66e5c07fbe06898a59f0=0A> 9.diff=0A> =0A> Any ideas on how to fix this sit= uation?=0A=0ASo I fixed "QSocketNotifier" error in version 4 patch (14-ad= d-linphoneqt-v4). I still don't know how to fix "QMutex" error.=0A=0ARega= rds,=0ARG.