Skip to content

Instantly share code, notes, and snippets.

@garbados
Last active February 25, 2025 19:04
Show Gist options
  • Save garbados/9df9563220eed223625b6db11ed5fa3b to your computer and use it in GitHub Desktop.
Save garbados/9df9563220eed223625b6db11ed5fa3b to your computer and use it in GitHub Desktop.
$ guix shell guile-next guile-hoot guile-goblins --pure
hint: Consider passing the `--check' option once to make sure your shell does not clobber environment variables.
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
1.1 MB will be downloaded
guile-goblins-0.15.0 1.1MiB 664KiB/s 00:02 ▕██████████████████▏ 100.0%
The following derivation will be built:
/gnu/store/r0kdcs4l20cbnv3z0qy1ba95hr95yqwc-profile.drv
building CA certificate bundle...
listing Emacs sub-directories...
building fonts directory...
building directory of Info manuals...
building profile with 3 packages...
/home/garbados/.oh-my-zsh/oh-my-zsh.sh:67: command not found: mkdir
/home/garbados/.oh-my-zsh/tools/check_for_upgrade.sh:31: command not found: git
/home/garbados/.oh-my-zsh/oh-my-zsh.sh:120: command not found: rm
nvm:7: command not found: tr
nvm:7: command not found: tr
omz_urlencode:18: command not found: iconv
Error converting string from ANSI_X3.4-1968 to UTF-8
$ bash
$ guix shell --pure guile-next guile-hoot guile-goblins
/home/garbados/.oh-my-zsh/oh-my-zsh.sh:67: command not found: mkdir
/home/garbados/.oh-my-zsh/tools/check_for_upgrade.sh:31: command not found: git
/home/garbados/.oh-my-zsh/oh-my-zsh.sh:120: command not found: rm
nvm:7: command not found: tr
nvm:7: command not found: tr
omz_urlencode:18: command not found: iconv
Error converting string from ANSI_X3.4-1968 to UTF-8
$ guix shell --pure bash guile-next guile-hoot guile-goblins -- bash --noprofile --norc
bash-5.1$ guild compile-wasm -o js/goblins.wasm js/goblins.scm
Backtrace:
In ice-9/boot-9.scm:
1762:12 12 (with-exception-handler _ _ #:unwind? _ # _)
In unknown file:
11 (apply-smob/0 #<thunk 750bb49c52a0>)
In ice-9/boot-9.scm:
731:2 10 (call-with-prompt _ _ #<procedure default-prompt-handle?>)
In ice-9/eval.scm:
619:8 9 (_ #(#(#<directory (guile-user) 750bb49c9c80>)))
In /gnu/store/cb25kfzqr5ms3nmz3v7ahzgwdp1cjci1-profile/bin/guild:
72:17 8 (main _)
In scripts/compile-wasm.scm:
373:22 7 (compile-wasm . _)
In ice-9/ports.scm:
451:17 6 (call-with-input-file _ _ #:binary _ #:encoding _ # _)
In hoot/compile.scm:
344:18 5 (_ _)
245:4 4 (compile _ #:imports _ #:import-abi? _ #:export-abi? _ # ?)
214:5 3 (scheme->sealed-tree-il _ #:imports _ #:import-abi? _ # ?)
In hoot/library-group.scm:
701:19 2 (link-library-group _ #:load-library _ #:features _ # _)
In ice-9/boot-9.scm:
267:13 1 (for-each #<procedure link-import! (iset)> _)
In hoot/library-group.scm:
696:16 0 (link-import! _)
hoot/library-group.scm:696:16: In procedure link-import!:
module not found (goblins)
bash-5.1$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment