From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40835) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jG7cd-00024y-HY for guix-patches@gnu.org; Sun, 22 Mar 2020 16:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jG7cc-0001DJ-Ii for guix-patches@gnu.org; Sun, 22 Mar 2020 16:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45051) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jG7cc-0001DB-F2 for guix-patches@gnu.org; Sun, 22 Mar 2020 16:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jG7cc-0005gM-Dt for guix-patches@gnu.org; Sun, 22 Mar 2020 16:55:02 -0400 Subject: [bug#40164] Fix for libgccjit Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87k13dwd96.fsf@gnu.org> Date: Sun, 22 Mar 2020 21:54:06 +0100 In-Reply-To: (formbi@protonmail.com's message of "Sat, 21 Mar 2020 22:56:18 +0000") Message-ID: <87lfnst8k1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Formbi Cc: 40164@debbugs.gnu.org Hi, (+Cc bug.) Formbi skribis: >> I think this has no effect because this =E2=80=98native-search-paths=E2= =80=99 is already >> inherited from =E2=80=98gcc-9=E2=80=99, which =E2=80=98libgccjit=E2=80= =99 inherits from. > > Nope, it does have an effect. I added "lib/gcc" to the original paths (an= d that was the needed thing). In that case, could you (1) arrange to write the search path in a way that reuses (package-native-search-paths gcc-9), and (2) add a comment explaining why =E2=80=9Clib/gcc=E2=80=9D is needed (it looks unusual)? Thanks in advance, Ludo=E2=80=99.