From: ludo@gnu.org (Ludovic Courtès)
To: John Darrington <john@darrington.wattle.id.au>
Cc: guix-devel@gnu.org, John Darrington <jmd@gnu.org>
Subject: Re: [PATCH] gnu: fix some issues cross-compiling glib
Date: Wed, 19 Nov 2014 09:53:24 +0100 [thread overview]
Message-ID: <874mtv3723.fsf@gnu.org> (raw)
In-Reply-To: <20141118205417.GA25599@jocasta.intra> (John Darrington's message of "Tue, 18 Nov 2014 21:54:17 +0100")
John Darrington <john@darrington.wattle.id.au> skribis:
> On Tue, Nov 18, 2014 at 09:36:10PM +0100, Ludovic Court??s wrote:
> John Darrington <jmd@gnu.org> skribis:
>
> > From: John Darrington <john@darrington.wattle.id.au>
> >
> > * gnu/packages/glib.scm (glib) : Moved inputs to native-inputs,
> > and change "inputs" to "%build-inputs"
>
> OK for the former, but why the latter? In general I think it???s
> stylistically better to refer to the ???inputs??? argument.
>
> I don't know why, but it fails to build with "inputs". (assoc-ref "inputs" "bash")
> returns #f
You probably need (assoc-ref (or native-inputs inputs) "bash"), meaning
you’ll refer to the native Bash both when compiling natively and when
cross-compiling (as done in ATLAS and OpenSSL.)
> Also, what about somehow grouping big-rebuild changes together? I???m
> slightly worried by the post-release chaos that might occur. :-)
> Maybe core-updates, or maybe a more specific branch for
> cross-compilation fixes?
>
> I can push it to core-updates if you like. How big is big?
core-updates no longer exists. Perhaps let’s just make a
‘cross-compilation’ branch (or ‘arm’?) with all such changes.
Then we’ll arrange for Hydra to build that branch, and merge it once
it’s stable and mostly built.
WDYT?
Thanks,
Ludo’.
next prev parent reply other threads:[~2014-11-19 8:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-18 10:34 [PATCH] gnu: fix some issues cross-compiling glib John Darrington
2014-11-18 20:36 ` Ludovic Courtès
2014-11-18 20:54 ` John Darrington
2014-11-19 8:53 ` Ludovic Courtès [this message]
2014-11-19 10:07 ` John Darrington
2014-11-19 12:47 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874mtv3723.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=jmd@gnu.org \
--cc=john@darrington.wattle.id.au \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.