From: Catonano <catonano@gmail.com>
To: help-guix <help-guix@gnu.org>
Subject: an env with guile packages in it
Date: Thu, 3 May 2018 10:51:22 +0200 [thread overview]
Message-ID: <CAJ98PDxqw=QieJ9FNM-fQe-W3OqMEyPqZjmZO=kAMtJw3ZnuDg@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1361 bytes --]
if I do
$ guix environment --ad-hoc guile guile-sqlite3
and then I do
[env]$ guile -c "(use-modules (guile-sqlite3))"
I get
Backtrace:
13 (apply-smob/1 #<catch-closure 2598ac0>)
In ice-9/boot-9.scm:
705:2 12 (call-with-prompt ("prompt") #<procedure 259f620 at ic…> …)
In ice-9/eval.scm:
619:8 11 (_ #(#(#<directory (guile-user) 2644140>)))
In ice-9/command-line.scm:
181:18 10 (_ #<input: string 2661a80>)
In unknown file:
9 (eval (use-modules (guile-sqlite3)) #<directory (guile-…>)
In ice-9/eval.scm:
721:20 8 (primitive-eval (use-modules (guile-sqlite3)))
In ice-9/psyntax.scm:
1235:36 7 (expand-top-sequence ((use-modules (guile-sqlite3))) _ _ …)
1182:24 6 (parse _ (("placeholder" placeholder)) ((top) #(# # …)) …)
285:10 5 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) …)
In ice-9/boot-9.scm:
3365:20 4 (process-use-modules _)
222:17 3 (map1 (((guile-sqlite3))))
3366:31 2 (_ ((guile-sqlite3)))
2791:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ …)
In unknown file:
0 (scm-error misc-error #f "~A ~S" ("no code for modu…" …) …)
ERROR: In procedure scm-error:
no code for module (guile-sqlite3)
is this expected ?
How am I supposed to access guile dependencies ?
Thanks in advance
[-- Attachment #2: Type: text/html, Size: 1681 bytes --]
next reply other threads:[~2018-05-03 8:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-03 8:51 Catonano [this message]
2018-05-03 8:56 ` an env with guile packages in it Pierre Neidhardt
2018-05-03 9:12 ` Catonano
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='CAJ98PDxqw=QieJ9FNM-fQe-W3OqMEyPqZjmZO=kAMtJw3ZnuDg@mail.gmail.com' \
--to=catonano@gmail.com \
--cc=help-guix@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.