From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34422) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibmJ5-0001Cm-DK for guix-patches@gnu.org; Mon, 02 Dec 2019 09:04:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibmJ0-0006iU-E3 for guix-patches@gnu.org; Mon, 02 Dec 2019 09:04:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59524) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ibmJ0-0006iK-Ao for guix-patches@gnu.org; Mon, 02 Dec 2019 09:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ibmJ0-0004z5-6S for guix-patches@gnu.org; Mon, 02 Dec 2019 09:04:02 -0500 Subject: [bug#38376] [PATCH] gnu: clang: Fix search path detection with --sysroot. Resent-Message-ID: References: <20191125180144.1060289-1-contact@carldong.me> <8736ebt8fr.fsf@gmail.com> <379EB7C5-A387-4331-A48A-91C9083F3A73@carldong.me> From: Mathieu Othacehe In-reply-to: <379EB7C5-A387-4331-A48A-91C9083F3A73@carldong.me> Date: Mon, 02 Dec 2019 15:03:44 +0100 Message-ID: <8736e2lt8f.fsf@gmail.com> 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: Carl Dong Cc: 38376@debbugs.gnu.org Hello Carl, > Please do let me know if there=E2=80=99s anything amiss in the patch as i= t stands right now! Sorry for the delay! Well in the current form we end up with 4 big patches to clang + 2 that are missing for clang-8 and clang-9. This makes 6 patches, it will keep increasing. So maintaing those patches will be very hard. I'd like to find another way to proceed. Could we instead patch "clang-from-llvm" procedure to fix sysroot support? Mathieu