unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#58841: repl ignores modules from the channel added to time-machine
@ 2022-10-28 16:27 alexander barakin (aka sash-kan)
       [not found] ` <handler.58841.B.166697445823198.ack@debbugs.gnu.org>
  2022-11-05 10:31 ` bug#58841: repl ignores modules from the channel added to time-machine Ludovic Courtès
  0 siblings, 2 replies; 8+ messages in thread
From: alexander barakin (aka sash-kan) @ 2022-10-28 16:27 UTC (permalink / raw)
  To: 58841

[-- Attachment #1: Type: text/html, Size: 73 bytes --]

[-- Attachment #2: report.txt --]
[-- Type: text/plain, Size: 2263 bytes --]

## 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")

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-02-17 17:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` bug#58841: Acknowledgement (repl ignores modules from the channel added to time-machine) alexander barakin (aka sash-kan)
2022-11-05 10:31 ` bug#58841: repl ignores modules from the channel added to time-machine 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

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).