unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: guix-devel@gnu.org
Subject: Re: 02/02: gnu: cross-base: Make the libc static-bash bug more apparent.
Date: Wed, 25 Mar 2015 22:12:19 -0400	[thread overview]
Message-ID: <874mp8pkvw.fsf@netris.org> (raw)
In-Reply-To: <E1Yat5I-0002YS-4p@vcs.savannah.gnu.org> (Ludovic Court's message of "Wed, 25 Mar 2015 21:43:32 +0000")

Ludovic Courtès <ludo@gnu.org> writes:

> commit 12b0dbd472d1020565b2d1e3f4c72fca635db0a8
> Author: Ludovic Courtès <ludo@gnu.org>
> Date:   Wed Mar 25 21:26:31 2015 +0100
>
>     gnu: cross-base: Make the libc static-bash bug more apparent.
>     
>     The 'static-bash' input of cross libcs has always been compiled
>     natively.  This patch makes the issue more visible.
>     
>     * gnu/packages/cross-base.scm (cross-libc): Add 'inputs' field, and
>       add (package-inputs glibc) to 'native-inputs'.
> ---
>  gnu/packages/cross-base.scm |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm
> index 5a67d4b..dbcc5bc 100644
> --- a/gnu/packages/cross-base.scm
> +++ b/gnu/packages/cross-base.scm
> @@ -298,8 +298,13 @@ XBINUTILS and the cross tool chain."
>      ;; "linux-headers" input to point to the right thing.
>      (propagated-inputs `(("linux-headers" ,xlinux-headers)))
>  
> +    ;; FIXME: 'static-bash' should really be an input, not a native input, but
> +    ;; to do that will require building an intermediate cross libc.
> +    (inputs '())
> +
>      (native-inputs `(("cross-gcc" ,xgcc)
>                       ("cross-binutils" ,xbinutils)
> +                     ,@(package-inputs glibc)     ;FIXME: static-bash
>                       ,@(package-native-inputs glibc)))))
>  
>  \f

This seems to have broken cross-compilation.  See:

  http://hydra.gnu.org/eval/103397#tabs-now-fail

      Mark

       reply	other threads:[~2015-03-26  2:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150325214329.9755.28530@vcs.savannah.gnu.org>
     [not found] ` <E1Yat5I-0002YS-4p@vcs.savannah.gnu.org>
2015-03-26  2:12   ` Mark H Weaver [this message]
2015-03-26 22:15     ` 02/02: gnu: cross-base: Make the libc static-bash bug more apparent Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874mp8pkvw.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).