From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39857) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKW5X-0006oh-1e for guix-patches@gnu.org; Fri, 03 Apr 2020 19:51:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKW5V-0007AQ-V1 for guix-patches@gnu.org; Fri, 03 Apr 2020 19:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60027) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKW5V-0007AL-S3 for guix-patches@gnu.org; Fri, 03 Apr 2020 19:51:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKW5V-0002Yo-Qo for guix-patches@gnu.org; Fri, 03 Apr 2020 19:51:01 -0400 Subject: [bug#40264] Linphone: 14-add-linphoneqt-v3 Resent-Message-ID: Mime-Version: 1.0 Date: Fri, 03 Apr 2020 23:50:17 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Raghav Gururajan" Message-ID: In-Reply-To: <695292237245b0df3d7ad83cc350d0bc@disroot.org> References: <695292237245b0df3d7ad83cc350d0bc@disroot.org> <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 linphon= e-desktop, I am facing following issues.=0A>> =0A>> When I build *without= * `-DENABLE_DBUS=3DYES`and run the program, I get:=0A>> =0A>> QSocketNoti= fier: Socket notifiers cannot be enabled or disabled from another thread= =0A>> QMutex: destroying locked mutex=0A>> =0A>> When I build *with* `-DE= NABLE_DBUS=3DYES` and run the program, I get:=0A>> =0A>> Segmentation Fau= lt (Core Dumped)=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/9c= f08623e3092fa19366e5c07fbe06898a59f0=0A>> 9.diff=0A>> =0A>> Any ideas on = how to fix this situation?=0A> =0A> So I fixed "QSocketNotifier" error in= version 4 patch (14-add-linphoneqt-v4). I still don't know=0A> how to fi= x "QMutex" error.=0A=0AI have now fixed the "Qmutex error" in version 6 p= atch (14-add-linphoneqt-v6).=0A=0ARegards,=0ARG.