From: "Germán A. Arias" <german@xelalug.org>
To: Guile <guile-user@gnu.org>
Subject: Problem with slib
Date: Sun, 16 Dec 2012 17:56:34 -0600 [thread overview]
Message-ID: <1355702194.1638.8.camel@german-desktop> (raw)
I install slib as described in manual, but I have a problem. First I
type:
(use-modules (ice-9 slib))
And get:
scheme@(guile-user)> (use-modules (ice-9 slib))
;;; note: source file /usr/local/share/guile/2.0/slib/guile.init
;;; newer than
compiled /home/german/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/lib/slib/guile.init.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /usr/local/share/guile/2.0/slib/guile.init
;;; /usr/local/share/guile/2.0/slib/guile.init:447:17: warning: possibly
unbound variable `read-line'
;;; /usr/local/share/guile/2.0/slib/guile.init:724:12: warning: possibly
unbound variable `dimensions->uniform-array'
;;; /usr/local/share/guile/2.0/slib/guile.init:724:44: warning: possibly
unbound variable `array-prototype'
;;; /usr/local/share/guile/2.0/slib/guile.init:725:12: warning: possibly
unbound variable `dimensions->uniform-array'
;;; /usr/local/share/guile/2.0/slib/guile.init:725:44: warning: possibly
unbound variable `array-prototype'
;;; /usr/local/share/guile/2.0/slib/guile.init:791:26: warning: possibly
unbound variable `list->uniform-array'
;;; /usr/local/share/guile/2.0/slib/guile.init:792:26: warning: possibly
unbound variable `list->uniform-array'
;;; /usr/local/share/guile/2.0/slib/guile.init:794:26: warning: possibly
unbound variable `list->uniform-array'
;;; /usr/local/share/guile/2.0/slib/guile.init:795:26: warning: possibly
unbound variable `list->uniform-array'
;;; /usr/local/share/guile/2.0/slib/guile.init:868:29: warning: possibly
unbound variable `object->limited-string'
;;;
compiled /home/german/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/lib/slib/guile.init.go
;;; ERROR: In procedure stat: No such file or directory:
"/usr/local/share/guile/2.0/slib/require"
;;; note: source file /usr/local/share/guile/2.0/slib/require.scm
;;; newer than
compiled /home/german/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/lib/slib/require.scm.go
;;; compiling /usr/local/share/guile/2.0/slib/require.scm
;;; /usr/local/share/guile/2.0/slib/require.scm:155:20: warning:
possibly unbound variable `synclo:load'
;;; /usr/local/share/guile/2.0/slib/require.scm:155:20: warning:
possibly unbound variable `syncase:load'
;;; /usr/local/share/guile/2.0/slib/require.scm:155:20: warning:
possibly unbound variable `macwork:load'
;;; /usr/local/share/guile/2.0/slib/require.scm:155:20: warning:
possibly unbound variable `load-ciexyz'
;;; /usr/local/share/guile/2.0/slib/require.scm:169:25: warning:
possibly unbound variable `load-color-dictionary'
;;; /usr/local/share/guile/2.0/slib/require.scm:237:9: warning: possibly
unbound variable `transcript-on'
;;; /usr/local/share/guile/2.0/slib/require.scm:239:9: warning: possibly
unbound variable `transcript-off'
;;;
compiled /home/german/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/lib/slib/require.scm.go
scheme@(guile-user)>
And then with: (require 'primes)
scheme@(guile-user)> (require 'primes)
;;; ERROR: In procedure stat: No such file or directory:
"/usr/local/share/guile/2.0/slib/mklibcat"
;;; note: source file /usr/local/share/guile/2.0/slib/mklibcat.scm
;;; newer than
compiled /home/german/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/lib/slib/mklibcat.scm.go
;;; compiling /usr/local/share/guile/2.0/slib/mklibcat.scm
;;;
compiled /home/german/.cache/guile/ccache/2.0-LE-4-2.0/usr/local/lib/slib/mklibcat.scm.go
ice-9/boot-9.scm:2131:4: In procedure save-module-excursion:
ice-9/boot-9.scm:2131:4: In procedure open-file: No such file or
directory: "/usr/local/share/guile/2.0/slib/mklibcat"
Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
scheme@(ice-9 slib) [1]> (quit)
All those files are there (require, mklibcat) so I don't know where is
the problem. Any advice? Thanks.
next reply other threads:[~2012-12-16 23:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-16 23:56 Germán A. Arias [this message]
2012-12-17 7:46 ` Problem with slib Mark H Weaver
2012-12-17 22:21 ` Germán A. Arias
2012-12-17 23:06 ` Mike Gran
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://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1355702194.1638.8.camel@german-desktop \
--to=german@xelalug.org \
--cc=guile-user@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.
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).