From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59149) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iW14J-0000Rt-Dj for guix-patches@gnu.org; Sat, 16 Nov 2019 11:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iW14I-0006Td-D5 for guix-patches@gnu.org; Sat, 16 Nov 2019 11:37:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59057) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iW14I-0006TC-A5 for guix-patches@gnu.org; Sat, 16 Nov 2019 11:37:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iW14I-0007hR-7m for guix-patches@gnu.org; Sat, 16 Nov 2019 11:37:02 -0500 Subject: bug#37924: [PATCH] gnu: Fix make-gcc-libc Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Sat, 16 Nov 2019 17:36:04 +0100 In-Reply-To: (Carl Dong's message of "Fri, 25 Oct 2019 15:40:19 +0000") Message-ID: <87k17zwzgr.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: Carl Dong Cc: 37924-done@debbugs.gnu.org Carl Dong skribis: > Until now the following wouldn't build: > > (use-modules (gnu packages commencement) > (gnu packages gcc) > (gnu packages base)) > > (make-gcc-libc gcc-9 glibc-2.27) > > * gnu/packages/base.scm (make-gcc-libc)[phases]: Add environment > variables to place the target libc on the system header search path. > [make-flags]: Remove unncessary FLAGS_FOR_TARGET. > [native-inputs]: Construct in a way that doesn't require emptying > inputs. > --- > gnu/packages/base.scm | 27 ++++++++++++++++----------- > 1 file changed, 16 insertions(+), 11 deletions(-) This was pushed as 2b1d708294f0aced5c991baed146e0ae4e7d63dd, closing! Ludo=E2=80=99.