unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: Josselin Poiret <dev@jpoiret.xyz>
Cc: guix-devel@gnu.org
Subject: Re: 06/24: gnu: mig: Update to 1.8+git20230520.
Date: Fri, 14 Jul 2023 11:58:01 +0100	[thread overview]
Message-ID: <87cz0uzrir.fsf@cbaines.net> (raw)
In-Reply-To: <20230713170237.1E83DC06C6F@vcs2.savannah.gnu.org>

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


guix-commits@gnu.org writes:

> jpoiret pushed a commit to branch master
> in repository guix.
>
> commit 999a6ac0cfd9339e138007ed9e4e544a55e92e3e
> Author: Josselin Poiret <dev@jpoiret.xyz>
> AuthorDate: Mon May 22 11:04:17 2023 +0200
>
>     gnu: mig: Update to 1.8+git20230520.
>
>     * gnu/packages/hurd.scm (mig)[source]: Update to 1.8+git20230520.
>     * gnu/packages/patches/gnumach-add-missing-const_mach_port_name_array_t-type.patch:
>     Drop patch.
>     * gnu/local.mk (dist_patch_DATA): Unregister it.
> ---
>  gnu/local.mk                                       |  1 -
>  gnu/packages/hurd.scm                              | 20 ++++++--------
>  ...missing-const_mach_port_name_array_t-type.patch | 32 ----------------------
>  3 files changed, 8 insertions(+), 45 deletions(-)

This seemed to be causing the data service some problems, and locally I
was able to reproduce this by trying to build hello for i586-gnu. Guix
would just use more and more memory.

> --- a/gnu/packages/hurd.scm
> +++ b/gnu/packages/hurd.scm
> @@ -88,24 +88,20 @@
>  (define-public mig
>    (package
>      (name "mig")
> -    (version "1.8+git20220827")
> +    (version "1.8+git20230520")
>      (source (origin
> -              (method url-fetch)
> -              ;; XXX: Version 2.35 of glibc can only be built with an
> -              ;; unreleased version of MiG:
> -              ;; <https://lists.gnu.org/archive/html/bug-hurd/2023-03/msg00025.html>.
> -              ;; It cannot be fetched from Git though, as the extra dependency
> -              ;; on Autoconf/Automake would complicate bootstrapping.
> -              (uri (string-append "mirror://gnu/guix/mirror/mig-"
> -                                  version ".tar.gz"))
> +              (method git-fetch)

I did check to see if the new inputs were the cause, but that seemed
fine. Although I'm guessing that maybe using git-fetch here is probably
the cause.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

           reply	other threads:[~2023-07-14 11:01 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20230713170237.1E83DC06C6F@vcs2.savannah.gnu.org>]

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=87cz0uzrir.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=dev@jpoiret.xyz \
    --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).