From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51976) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNTj1-0004Js-Tq for guix-patches@gnu.org; Sat, 11 Apr 2020 23:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNTj0-0000fn-Ug for guix-patches@gnu.org; Sat, 11 Apr 2020 23:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45725) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jNTj0-0000fg-Ef for guix-patches@gnu.org; Sat, 11 Apr 2020 23:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jNTj0-0000KJ-DR for guix-patches@gnu.org; Sat, 11 Apr 2020 23:56:02 -0400 Subject: [bug#40264] Linphone: 14-add-linphoneqt-v7 Resent-Message-ID: Mime-Version: 1.0 Date: Sun, 12 Apr 2020 03:55:23 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Raghav Gururajan" Message-ID: In-Reply-To: <20200410234755.71263869@scratchpost.org> References: <20200410234755.71263869@scratchpost.org> <48c4a04dff5589ada795e823ed045dee@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: Danny Milosavljevic Cc: 40264@debbugs.gnu.org Hi Danny!=0A=0A> if we add gcc 5 here, do we need to do something similar= to=0A> https://lists.gnu.org/archive/html/guix-commits/2020-04/msg00774.= html too or=0A> not?=0A> =0A> Why is only gcc 5 working and not gcc 7?=0A= =0AThe requirement for gcc 5 is related to Qt. It has something to do wit= h C++ standard. The Qt package in qt.scm uses gcc 5 instead of gcc 7.=0A= =0AThe reason for gcc 7 working for linphoneqt on core-updates, could als= o be due to updates in qt.=0A=0ARegards,=0ARG.