From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51022) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irpxL-0000px-Na for guix-patches@gnu.org; Wed, 15 Jan 2020 16:12:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irpxK-0003Si-Qp for guix-patches@gnu.org; Wed, 15 Jan 2020 16:12:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58142) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irpxK-0003SV-OA for guix-patches@gnu.org; Wed, 15 Jan 2020 16:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irpxK-00049a-Hf for guix-patches@gnu.org; Wed, 15 Jan 2020 16:12:02 -0500 Subject: [bug#38893] [PATCH] gnu: make-bootstrap: Add cross-libc:static to the inputs. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200103143010.15985-1-m.othacehe@gmail.com> Date: Wed, 15 Jan 2020 22:10:55 +0100 In-Reply-To: <20200103143010.15985-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Fri, 3 Jan 2020 15:30:10 +0100") Message-ID: <875zhcpgrk.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: Mathieu Othacehe Cc: 38893@debbugs.gnu.org Hello, Mathieu Othacehe skribis: > This is a follow-up of 4610ab7c9a5327df0d475262817bc081a5891aa8. 'getpw' = & co > fail with a cross-compiled statically-linked guile. > > * gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)[inputs= ]: > Add "cross-libc:static". Good catch, LGTM! Thanks, Ludo=E2=80=99.