unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Manolis Ragkousis <manolis837@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Guix-devel <Guix-devel@gnu.org>
Subject: Re: [PATCH] gnu: cross-base: Add libc/hurd.
Date: Sat, 1 Nov 2014 09:44:41 +0000	[thread overview]
Message-ID: <CAFtzXzOeWwCgQtdtLMk9xpStf5+M9wFLK9UsTk5SPQCdEiZZCQ@mail.gmail.com> (raw)
In-Reply-To: <87ppdaeauo.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

Good morning everyone.

1) I noticed that in the wip-hurd branch, in hurd-minimal there is a
problem with the autoconf input. Apply the attached diff first.

2) Run make clean before doing anything and rebuild the wip-hurd. It
seems there is a conflict with newer commits. Must rebase on newer
commits and investigate.

3) Try building with ./pre-inst-env guix build -e '((@@ (gnu packages
cross-base) cross-libc/hurd) "i686-pc-gnu")'  . With this it builds on
my boxes.

We could make cross-libc and cross-libc/hurd one package, and choose
what to use depending on the target system. WDYT?

[-- Attachment #2: hurd-minimal.diff --]
[-- Type: text/plain, Size: 437 bytes --]

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 842e5b3..e989a37 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -150,7 +150,7 @@ Library and other user programs.")
     (build-system gnu-build-system)
     (inputs `(("glibc-hurd-headers" ,glibc/hurd-headers)))
     (native-inputs
-     `(("autoconf" ,autoconf-wrapper)
+     `(("autoconf" ,(autoconf-wrapper))
        ("mig" ,mig)))
 
     (arguments

  reply	other threads:[~2014-11-01  9:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-26 10:27 [PATCH] gnu: cross-base: Add libc/hurd Manolis Ragkousis
2014-10-29 23:04 ` Ludovic Courtès
2014-11-01  9:44   ` Manolis Ragkousis [this message]
2014-11-09 10:41     ` Manolis Ragkousis
2014-11-19 10:26       ` Ludovic Courtès
2014-11-30 19:01         ` Manolis Ragkousis
2014-11-30 22:31           ` Ludovic Courtès
2014-12-01 22:43             ` Manolis Ragkousis
2014-12-06 22:21               ` Ludovic Courtès
2014-12-06 22:53                 ` Manolis Ragkousis
2014-12-07 20:27                   ` Ludovic Courtès
2014-11-19 10:20     ` 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=CAFtzXzOeWwCgQtdtLMk9xpStf5+M9wFLK9UsTk5SPQCdEiZZCQ@mail.gmail.com \
    --to=manolis837@gmail.com \
    --cc=Guix-devel@gnu.org \
    --cc=ludo@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).