all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "alexander barakin (aka sash-kan)" <alex@barak.in>
To: 58841@debbugs.gnu.org
Subject: bug#58841: Acknowledgement (repl ignores modules from the channel added to time-machine)
Date: Fri, 28 Oct 2022 21:28:38 +0300	[thread overview]
Message-ID: <20221028182837.lhekfbub2deshbia@barak.in> (raw)
In-Reply-To: <handler.58841.B.166697445823198.ack@debbugs.gnu.org>

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

explanation:

## current configuration:
$ guix describe --format=channels
(list (channel
        (name 'guix)
        (url "https://git.savannah.gnu.org/git/guix.git")
        (branch "master")
        (commit
          "a0751e3250dfea7e52468c8090e18c3118d93a60")
        (introduction
          (make-channel-introduction
            "9edb3f66fd807b096b48283debdcddccfea34bad"
            (openpgp-fingerprint
              "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA")))))

## add guix-hpc channel (for illustration purposes only; you can use any other channel):
$ cat channels.scm
(list
  (channel
    (name 'guix-hpc)
    (url "https://gitlab.inria.fr/guix-hpc/guix-hpc.git"))
  (channel
    (name 'guix)
    (url "https://git.savannah.gnu.org/git/guix.git")
    (branch "master")
    (commit
      "a0751e3250dfea7e52468c8090e18c3118d93a60")
    (introduction
      (make-channel-introduction
        "9edb3f66fd807b096b48283debdcddccfea34bad"
        (openpgp-fingerprint
          "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA")))))

## both channels - guix and guix-hpc - are available:
$ guix time-machine --channels=channels.scm -- describe
  guix a0751e3
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: a0751e3250dfea7e52468c8090e18c3118d93a60
  guix-hpc 1a6af9f
    repository URL: https://gitlab.inria.fr/guix-hpc/guix-hpc.git
    branch: master
    commit: 1a6af9f0154f57dc5a31bf535bb09db63e3a8d03

## but repl does not see guix-hpc modules:
$ guix time-machine --channels=channels.scm -- repl
...
scheme@(guix-user)> (use-modules (airbus solvers))
While compiling expression:
no code for module (airbus solvers)
scheme@(guix-user)> %load-path
$1 = ("/gnu/store/dfm3k2qc0s4f8vi5il3gvrr0650p65k3-guix-module-union/share/guile/site/3.0" "/gnu/store/1jgcbdzx2ss6xv59w55g3kr3x4935dfb-guile-3.0.8/share/guile/3.0" "/gnu/store/1jgcbdzx2ss6xv59w55g3kr3x4935dfb-guile-3.0.8/share/guile/3.0" "/gnu/store/1jgcbdzx2ss6xv59w55g3kr3x4935dfb-guile-3.0.8/share/guile/site/3.0" "/gnu/store/1jgcbdzx2ss6xv59w55g3kr3x4935dfb-guile-3.0.8/share/guile/site" "/gnu/store/1jgcbdzx2ss6xv59w55g3kr3x4935dfb-guile-3.0.8/share/guile" "/home/user/.guix-profile/share/guile/site/3.0" "/home/user/.guix-profile/share/guile/site/3.0")

-- 
wbr, alexander barakin aka sash-kan.
-- 
i will be very thankful to you if you will use order,
that natural for the human:
first question, then the answer.

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

  parent reply	other threads:[~2022-10-28 18:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-28 16:27 bug#58841: repl ignores modules from the channel added to time-machine alexander barakin (aka sash-kan)
     [not found] ` <handler.58841.B.166697445823198.ack@debbugs.gnu.org>
2022-10-28 18:28   ` alexander barakin (aka sash-kan) [this message]
2022-11-05 10:31 ` Ludovic Courtès
2022-11-05 11:19   ` alexander barakin (aka sash-kan)
2022-11-05 12:04   ` alexander barakin (aka sash-kan)
2022-11-05 17:36     ` Ludovic Courtès
2023-01-21 16:18   ` zimoun
2023-02-17 15:49   ` Simon Tournier

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=20221028182837.lhekfbub2deshbia@barak.in \
    --to=alex@barak.in \
    --cc=58841@debbugs.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 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.