unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Ekaitz Zarraga <ekaitz@elenq.tech>
To: "48595@debbugs.gnu.org" <48595@debbugs.gnu.org>,
	"bug-mes@gnu.org" <bug-mes@gnu.org>
Subject: bug#48595: `guix install mes` fails in 'check'-phase
Date: Tue, 27 Jul 2021 08:11:37 +0000	[thread overview]
Message-ID: <r1WZy9RkvzmtKyCw7Mi4bhGEAioNrvBn267VSmH81fxtpKzVBy7GyTuGqlUgdDUuoZLHM6-JmTr7clqq4AdLWafFjf18sFhX7d254GvLzBg=@elenq.tech> (raw)
In-Reply-To: <20210522221133.zu2pqmuzdxuta364@silver>


[-- Attachment #1.1: Type: text/plain, Size: 1728 bytes --]

Hi,

I found the same issue while trying to set the environment for gnu-mes using the scripts the directory includes.

I updated the mescc-tools version to 1.1.0 and it worked.

I attach a possible patch for the `mes` repository that can easily be translated for the `guix` package.

hth,

Ekaitz


From 828ba527e652de9166eddf24a9296b5aa2db3f79 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Tue, 27 Jul 2021 10:00:30 +0200
Subject: [PATCH] Update guix helper files

Bump mescc-tools to 1.1.0
---
 guix/git/mes.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/guix/git/mes.scm b/guix/git/mes.scm
index 0c7c5566..21b8591a 100644
--- a/guix/git/mes.scm
+++ b/guix/git/mes.scm
@@ -54,7 +54,7 @@
 (define-public mescc-tools
   (package
     (name "mescc-tools")
-    (version "0.7.0")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
@@ -65,7 +65,7 @@
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1p1ijia4rm3002f5sypidl9v5gq0mlch9b0n61rpxkdsaaxjqax3"))))
+         "12cjryqfd6m6j807pvhk7i4vr2q0jiibpfrpnq5s67iq9l4rrc6b"))))
     (build-system gnu-build-system)
     (supported-systems
      '("aarch64-linux" "armhf-linux" "i686-linux" "x86_64-linux"))
@@ -80,6 +80,7 @@
                       (substitute* "sha256.sh"
                         (("/usr/bin/sha256sum") (which "sha256sum")))
                       #t)))))
+    (propagated-inputs `(("which" ,which)))
     (synopsis "Tools for the full source bootstrapping process")
     (description
      "Mescc-tools is a collection of tools for use in a full source
-- 

2.31.0


[-- Attachment #1.2: publickey - ekaitz@elenq.tech - 0xEA84F52E.asc --]
[-- Type: application/pgp-keys, Size: 1807 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 509 bytes --]

  parent reply	other threads:[~2021-07-27  8:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22 22:11 bug#48595: `guix install mes` fails in 'check'-phase Gabriel Wicki
2021-06-13 12:52 ` Ludovic Courtès
2021-06-14 23:14   ` Gabriel Wicki
2021-07-27  8:11 ` Ekaitz Zarraga [this message]
2021-07-27  8:37   ` Ekaitz Zarraga
2021-07-27  9:40   ` 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='r1WZy9RkvzmtKyCw7Mi4bhGEAioNrvBn267VSmH81fxtpKzVBy7GyTuGqlUgdDUuoZLHM6-JmTr7clqq4AdLWafFjf18sFhX7d254GvLzBg=@elenq.tech' \
    --to=ekaitz@elenq.tech \
    --cc=48595@debbugs.gnu.org \
    --cc=bug-mes@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).