From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: FIXUP: [PATCH 01/10] gnu: cross: Use CROSS_*_INCLUDE_PATH for system headers. Date: Sat, 14 May 2016 22:05:19 +0200 Message-ID: <87vb2g4d8g.fsf@gnu.org> References: <1461942751-23883-1-git-send-email-janneke@gnu.org> <87vb2h2onq.fsf@netris.org> <87zirtcfgn.fsf@drakenvlieg.flower> <87vb2hcahb.fsf_-_@drakenvlieg.flower> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1fta-0007ok-Gv for guix-devel@gnu.org; Sat, 14 May 2016 16:10:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1ftW-00047Q-2m for guix-devel@gnu.org; Sat, 14 May 2016 16:10:41 -0400 In-Reply-To: <87vb2hcahb.fsf_-_@drakenvlieg.flower> (Jan Nieuwenhuizen's message of "Sat, 14 May 2016 10:25:20 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Jan Nieuwenhuizen Cc: guix-devel@gnu.org Jan Nieuwenhuizen skribis: > From 0361374c4469b1e9b573668a6020b19e7abfbfe2 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Sat, 14 May 2016 10:13:21 +0200 > Subject: [PATCH] gnu: cross-base: Add srfi-26 for glibc. Fixes glibc-bas= ed > cross builds. > > * gnu/packages/cross-base.scm (glibc): Add (srfi srfi-26) to (arguments Thanks for your quick response, applied with an adjusted commit log. I concur with Mark: this is a very sensitive area that takes time to test and adjust, which is the main reason why it takes me so much time to review and such ;-), so we want to make sure we don=E2=80=99t break it. In the future, please make sure to test individual patches with the known-good *-linux-gnu targets. Thanks! Ludo=E2=80=99.